#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); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9; // System.Action`2 struct Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4; // System.Action`2 struct Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD; // System.Action`2 struct Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8; // System.Action`2 struct Action_2_t110B526D14830B3074682426066849C15C290882; // System.Action`2 struct Action_2_tB1E900EE56707598576A70203857030B4D9C936C; // System.Action`2 struct Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062; // System.Action`2 struct Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB; // System.Action`3 struct Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E; // System.Action`3 struct Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32; // BestHTTP.Extensions.CircularBuffer`1 struct CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`1 struct Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1; // System.Func`3 struct Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089; // System.Collections.Generic.HashSet`1 struct HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.HashSet`1 struct HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t196F96F4E7891858BE47055FB3317E6710C09967; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t8C1A8205A51B6BA84D976BC2CD223E4DE61D9C43; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t6B71D817A8699B5ED82EEFD8CBE7A8C15AEED216; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.List`1> struct List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958; // 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_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095; // System.Collections.Generic.List`1 struct List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A; // System.Collections.Generic.List`1 struct List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4; // 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_tB6BE91A77F164BE41E0206B88B735BC28790F5E6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // BestHTTP.WebSocket.Extensions.IExtension[] struct IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // BestHTTP.SignalRCore.Messages.Message[] struct MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SocketIO.Packet[] struct PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.WebSocket.Frames.WebSocketFrame[] struct WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822; // BestHTTP.WebSocket.Frames.WebSocketFrameReader[] struct WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesWrapEngine struct AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // AnimationPlayerCompleteResult struct AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine struct CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeGameModeLocalPK struct ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // JCEngineCore.Data struct Data_t151636F5DBF83C727FE33927D04808CC2BE39D63; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPProxy struct HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7; // HunterGameView struct HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // BestHTTP.SignalRCore.IAuthenticationProvider struct IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // BestHTTP.SignalR.IConnection struct IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D; // BestHTTP.PlatformSupport.FileSystem.IIOService struct IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder struct IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A; // LitJson.IJsonWrapper struct IJsonWrapper_tB61715FD55AC86C87980FB4363433C0376095ADD; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // BestHTTP.SignalRCore.IProtocol struct IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SignalR.Messages.IServerMessage struct IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5; // BestHTTP.SignalRCore.ITransport struct ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F; // BestHTTP.SocketIO.Transports.ITransport struct ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper struct IWrapper_t29A9E044AAEEECE9E2FA8A8A61F76B0F50347B39; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate struct OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate struct OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate struct OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93; // BestHTTP.SocketIO.Packet struct Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511; // BestHTTP.Extensions.ReadOnlyBufferedStream struct ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine struct Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedWrapEngine struct SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // BestHTTP.SocketIO.SocketManager struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.WebSocket.Frames.WebSocketFrame struct WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC; // BestHTTP.WebSocket.WebSocketResponse struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF; // BestHTTP.Examples.WebSocketSample struct WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA; // JCEngineCore.WebSocketServer struct WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF; // BestHTTP.SignalR.Transports.WebSocketTransport struct WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430; // BestHTTP.SignalRCore.Transports.WebSocketTransport struct WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C; // BestHTTP.SocketIO.Transports.WebSocketTransport struct WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779; // UnityStandardAssets.Vehicles.Car.WheelEffects struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204; // Wolf struct Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC; // WolfActGrid struct WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4; // WolfActGridCell struct WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855; // WolfHuntGameMode struct WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF; // WolfHuntGameMode_LocalPK struct WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3; // WolfHuntGameMode_OnlinePK struct WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627; // WolfLineRender struct WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA; // WolfSyncData struct WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F; // LitJson.WrapperFactory struct WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities struct WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416; // BestHTTP.Extensions.WriteOnlyBufferedStream struct WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14; // LitJson.WriterContext struct WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519 struct X25519_t4A7E2DFB8221A476A93D6BE4C5A51A0C295CF248; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement struct X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field struct X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters struct X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // JCEngineCore.WebSocketServer/d__8 struct U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810; // UnityStandardAssets.Vehicles.Car.WheelEffects/d__18 struct U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16; // Wolf/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C; // Wolf/<>c__DisplayClass38_1 struct U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295; // Wolf/OnlineHandler struct OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560; // Wolf/State struct State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C; // WolfActGrid/AreaMatrix struct AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B; // WolfActGrid/JsonConfig struct JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2; // WolfHuntGameMode/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE; // WolfHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper struct BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackHandler_t5A138DB91E0B95621E0777B545512AF3C75ED2D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataType_t2783D699F80711B052E9935861F62BD5E30DDF44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Data_t151636F5DBF83C727FE33927D04808CC2BE39D63_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* DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_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* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_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* OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72; IL2CPP_EXTERN_C String_t* _stringLiteral02B3B77E3C6153753301A96ECC6A1B2E91398885; IL2CPP_EXTERN_C String_t* _stringLiteral04330398B234EC6C79375BBA7BB05A165F1FF78D; IL2CPP_EXTERN_C String_t* _stringLiteral0436B7264156E9E487284A53AC335B4CB27B4154; IL2CPP_EXTERN_C String_t* _stringLiteral057D4C7537C37A9D07ADF21A58604117AEB5889B; IL2CPP_EXTERN_C String_t* _stringLiteral05E0DB356812280C508C76B0FD6F7F2B2AD5216E; IL2CPP_EXTERN_C String_t* _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2; IL2CPP_EXTERN_C String_t* _stringLiteral07E556E40EB7F322345FD53B72CD15F0327196A4; IL2CPP_EXTERN_C String_t* _stringLiteral0B40A10BD02AEF7A471730F68A324AA6A19533B3; IL2CPP_EXTERN_C String_t* _stringLiteral0EA66D38FA281C184638A01885383D2FD0E526E9; IL2CPP_EXTERN_C String_t* _stringLiteral113CF1D47C57007670BA0DF5AEBC40673ECEA761; IL2CPP_EXTERN_C String_t* _stringLiteral11EF7BA7B79A596FBF54E0F80A6568ED81085496; IL2CPP_EXTERN_C String_t* _stringLiteral11F9E2FBC9CCE5F40F1F00DEAE7A34E19699BF8F; IL2CPP_EXTERN_C String_t* _stringLiteral1262E01CB9FB4F7B2BCE87888EDFEDDC72165C22; IL2CPP_EXTERN_C String_t* _stringLiteral18A2CD6DE6B7B04D22D225805F1A3AFD9F4D0675; IL2CPP_EXTERN_C String_t* _stringLiteral19062CE3DDBEA9DD503AAF1E73C71A7E3B20F0ED; IL2CPP_EXTERN_C String_t* _stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4; IL2CPP_EXTERN_C String_t* _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2825BE038F273AE731788852030C1335B5F1BAD3; IL2CPP_EXTERN_C String_t* _stringLiteral28B114FBC82242A0E02F51FFAC28A77953C9B3D5; IL2CPP_EXTERN_C String_t* _stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61; IL2CPP_EXTERN_C String_t* _stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662; IL2CPP_EXTERN_C String_t* _stringLiteral389DDF1AAEAFF2BACE014D0A43C4C42060CEE7EC; IL2CPP_EXTERN_C String_t* _stringLiteral3C94EA18335A39EA374B2B995950E69D6EDA3E59; IL2CPP_EXTERN_C String_t* _stringLiteral3CAF0EEC6F3C5D441A7D2539BF61BE6E2C8A1918; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; IL2CPP_EXTERN_C String_t* _stringLiteral4437D5CBA43037B91245D77691ECA4744FF9DDEA; IL2CPP_EXTERN_C String_t* _stringLiteral48603DCDFBFFE7200CD6CD01F46DBFBAEB79CD60; IL2CPP_EXTERN_C String_t* _stringLiteral493A81CF72EC64D336BBCBDF0854026AEF9F763F; IL2CPP_EXTERN_C String_t* _stringLiteral4A3A8F16E29B08914BAD480CC20AF8B66E850DAB; IL2CPP_EXTERN_C String_t* _stringLiteral4CACB35F3D32E505CF7391EB3B943163AC6A8B7C; IL2CPP_EXTERN_C String_t* _stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D; IL2CPP_EXTERN_C String_t* _stringLiteral52A83950461159E83C6C4DE52176C0656E19264F; IL2CPP_EXTERN_C String_t* _stringLiteral5303A3F7E3002BBEFD5BC16E68ECFEF0BD7AB7F6; IL2CPP_EXTERN_C String_t* _stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A; IL2CPP_EXTERN_C String_t* _stringLiteral539637AA31FF8F4FBDFEA6C3E30767046CC3FF04; IL2CPP_EXTERN_C String_t* _stringLiteral5440DF277D2BDEF9CD147A5F733595295788BEEA; IL2CPP_EXTERN_C String_t* _stringLiteral567E83B52D5348AEE8799FDB6B4405E06E1CA378; IL2CPP_EXTERN_C String_t* _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; IL2CPP_EXTERN_C String_t* _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; IL2CPP_EXTERN_C String_t* _stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214; IL2CPP_EXTERN_C String_t* _stringLiteral62144242EDECBD9AABC6836EEE2CA5A2AEA12061; IL2CPP_EXTERN_C String_t* _stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516; IL2CPP_EXTERN_C String_t* _stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88; IL2CPP_EXTERN_C String_t* _stringLiteral698F51FC26C277FAE9AED384A06B1F7906866E14; IL2CPP_EXTERN_C String_t* _stringLiteral69A9DCABE3CB978816AB947325DAAAE3586E9990; IL2CPP_EXTERN_C String_t* _stringLiteral6B8DF764640E6C09AF4FFB3E1F9C423C5CF4EEF0; IL2CPP_EXTERN_C String_t* _stringLiteral6CE02DBF10772951A436ED08602B6C21AF7A06F2; IL2CPP_EXTERN_C String_t* _stringLiteral6DF2B58678C17AC047B1FAB53A2631051F351733; IL2CPP_EXTERN_C String_t* _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; IL2CPP_EXTERN_C String_t* _stringLiteral71140872582780926EC2D93DB32DFAE3139A8158; IL2CPP_EXTERN_C String_t* _stringLiteral7276F9936A2FD995165591188D1AA881567D2A77; IL2CPP_EXTERN_C String_t* _stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE; IL2CPP_EXTERN_C String_t* _stringLiteral7483B45CE2A20385E52CC4BF7DE5E2E50612E83B; IL2CPP_EXTERN_C String_t* _stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA; IL2CPP_EXTERN_C String_t* _stringLiteral7BDD53C4E71D34A144232E1FC1DC5BDDFD9B87AF; IL2CPP_EXTERN_C String_t* _stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465; IL2CPP_EXTERN_C String_t* _stringLiteral7F4EFEC769F36ACEA3B964FA4A23D8C67B7E04D7; IL2CPP_EXTERN_C String_t* _stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719; IL2CPP_EXTERN_C String_t* _stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral895E88D62CAC295E3EDB8771F25950CE701CB2E1; IL2CPP_EXTERN_C String_t* _stringLiteral8A5457A7DF6A1065DD5E9290F8F15F5C9070E44E; IL2CPP_EXTERN_C String_t* _stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6; IL2CPP_EXTERN_C String_t* _stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321; IL2CPP_EXTERN_C String_t* _stringLiteral8E6F78B1EF40EB9181C778F4FFBA2070BCB2ACC7; IL2CPP_EXTERN_C String_t* _stringLiteral90EC65C78C0181EBBC2BD9F677A9845FD04E3062; IL2CPP_EXTERN_C String_t* _stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9; IL2CPP_EXTERN_C String_t* _stringLiteral98DEBB37B2CA92BF7EFF82E9975000494A2D58E8; IL2CPP_EXTERN_C String_t* _stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A; IL2CPP_EXTERN_C String_t* _stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A; IL2CPP_EXTERN_C String_t* _stringLiteral9D24E86656637133654DB39033983C83A4F7B076; IL2CPP_EXTERN_C String_t* _stringLiteralA225FCEEC4CE1D7C393B8921077D9F3DFFC1F242; IL2CPP_EXTERN_C String_t* _stringLiteralA404C239FD691582C198FB3B8DBFC0493E85904B; IL2CPP_EXTERN_C String_t* _stringLiteralA6C2327B35B169E18D7054D3CE24A126F91C28B6; IL2CPP_EXTERN_C String_t* _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F; IL2CPP_EXTERN_C String_t* _stringLiteralAB8A10BA5E983DE492D73E3A93FFB5D49BFAED33; IL2CPP_EXTERN_C String_t* _stringLiteralB2ED03CA47F1813679C031E703FD17994EE2DD26; IL2CPP_EXTERN_C String_t* _stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5; IL2CPP_EXTERN_C String_t* _stringLiteralB67DC4D594AA255408A0975776EF6E748EB8A239; IL2CPP_EXTERN_C String_t* _stringLiteralB87843FD8371B9881958A2CA5CFEBA98B9EDF0F7; IL2CPP_EXTERN_C String_t* _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E; IL2CPP_EXTERN_C String_t* _stringLiteralBC23C16E079D887D78E50FDE2C73BC3349F030B7; IL2CPP_EXTERN_C String_t* _stringLiteralBC261A8C96098CB4747044CD3140ED79226AF4DA; IL2CPP_EXTERN_C String_t* _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875; IL2CPP_EXTERN_C String_t* _stringLiteralBDBB8D317096A0BA6BA9463FC2533707873DF8FD; IL2CPP_EXTERN_C String_t* _stringLiteralBF2D5C9E580BC8CCF398898F422A6F6C7EED7C3C; IL2CPP_EXTERN_C String_t* _stringLiteralC10C520E05547BC1107634FA0D4DC52FC28AF853; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2; IL2CPP_EXTERN_C String_t* _stringLiteralC68FFBBF9505233DDD37E5D37666C2F07B3A9EBB; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B; IL2CPP_EXTERN_C String_t* _stringLiteralCF576026D717E27FF8B3E299191AF9DAB5E6D963; IL2CPP_EXTERN_C String_t* _stringLiteralD1D701B9943865560500D0DB09282073B2EE4356; IL2CPP_EXTERN_C String_t* _stringLiteralD70CAAB4C3FE3D5CEB1F59E9BE2BC01F57E5465E; IL2CPP_EXTERN_C String_t* _stringLiteralD7966DFB69DE96E19AAA29CD66C7D0FEA35C73A7; IL2CPP_EXTERN_C String_t* _stringLiteralD8E89D3E14BACA6530E16246B1FA5D6EB5A548BA; IL2CPP_EXTERN_C String_t* _stringLiteralD9465DC808E7D1750C2F3DDA48B6E87DDC7A1769; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC71A3C8BF44B8FEC788117EE9F9AC49CADD45A2; IL2CPP_EXTERN_C String_t* _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2; IL2CPP_EXTERN_C String_t* _stringLiteralE160288E02AD3D398C0B37EA6E551F30402C3435; IL2CPP_EXTERN_C String_t* _stringLiteralE42741476ABA1DCA5AAB8BD58C92B6EA65C4686C; IL2CPP_EXTERN_C String_t* _stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B; IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; IL2CPP_EXTERN_C String_t* _stringLiteralF29FBF76E7126952EE11CE4ADF0A8A619BB47E88; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF70BFFF94D35804BAB26C50A2DFEF2440993F4E0; IL2CPP_EXTERN_C String_t* _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6; IL2CPP_EXTERN_C String_t* _stringLiteralFA3061E192E6FCA0826A9066F8640BB71FE459FB; IL2CPP_EXTERN_C String_t* _stringLiteralFA68EFE0DDAF965EFBEFF48E1AFF1A5AF2A15B13; IL2CPP_EXTERN_C String_t* _stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2; IL2CPP_EXTERN_C String_t* _stringLiteralFCC1589A1329401433478F630274E1BC706D6503; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m679056BFFDD01E477F88F2DDD33AE5D6896AB341_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m60BE961A0A95CFD493D1BBFB4419BC96450A8C97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m1F0AE62311AAD592D13852DC2940A83578E6FA82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m67BD53E94AE730102B01CAA7CEBE955EA63A32C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mB4A845C35995F46A2969EE27B9D67ACF732B11A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mF823306853EB22664548EBB7066EB7265D69C1DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mAD4A24C3F2AE396472F37F296478BDFEE6F5DDBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3_Invoke_m0D920C7FACCD45801C20B9D8C7DE7D62D57FB2AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_m29C5A436220E872971F9D462865CDF6996E760C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mA783B6FC656749CC2567298A1C51D249CEC77B1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_mC12D8D090A2D5C67FF3CDCC6F59C4736928B80C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisWolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855_mDE9DBAFA99644F45075405F1B78B23F934EB9D6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mBFA188D54E5212BDDF62A1FFD62AC734C51385E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mA48AD20B5F6E8BE4A3EF7FAB85B95E66EB7DF27E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mDC7CB36BB60F5F09AB6ED9101F6127F04821D232_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m49F3923FA06A11EABB9AE65AC42212179DA3B732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisData_t151636F5DBF83C727FE33927D04808CC2BE39D63_mD869288DA298AA169C2E08D37629ED3D6C1D46CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mE966CD9D8EF3272F1F7CA1AB551AC465D84964FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mFF01AABAA08D9079AE06033D492D83C622777449_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF69F7DDED9DE51B1D8D65BA9DD684FBF42858A88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAttackU3Eb__38_0_mD5CA0C87F15BE54746BEC35580BD0B52B66EA9E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAttackU3Eb__38_12_m11D113510E458F76C9A63E92F7E231CDBCB150CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAttackU3Eb__38_3_m3B9CC29D622CD230EAE420E0E7C5DBAB074B46FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAttackU3Eb__38_6_m841C8E5FCBEBB1CC8B7E7AA520ABDA731C7CF987_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAttackU3Eb__38_9_m13C710D6DD054AB965DCC05716934A06D053094B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__0_m6D38DB971A179E7204AD78D12644ADA66E862384_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__1_mC35D654ED8DB59A0C40BEFB2F6C39F125FD25B3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__2_m0C938C627FD8D579D1DEF0CB239F4A53717099E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__3_mA0D87878316FBBB578861715BAA777D1A3A659FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__4_m9602DE3E95FB6B1E3589F85B01EADE56C9322167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__5_m8B73658BC0F2DAB74AC3A7FCAC6353686005AD1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__14_mF3693D17D0BC67CF780ABB5B7A7D7F653FB710C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__2_m72F2FB6D7740CD239AA71FA03A7B185B6EA8C4D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__10_mF5417C6D077EB2E3D7355421001034A232AF4CB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__11_m90FDD3E69189823AA442879115CD8A7347E7F1CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__13_m85F88BE47BBE0D163BBE5406A88FD65402FA9223_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__1_mA35FE55B3D9B3F3265B4DE40C1BDC0F8628C164B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__4_mE2119AE8032955B8C0B50D5B6DEEA2E3A2A30C6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__5_m1E3A0C293170A161A64D969BE8A965BDF750F397_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__7_m04B80F810DAFFD639700A0BA97AC2F8E52B22A1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__8_mCC8613849FE0167BF33E43339FF2C3067083BF03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_Insert_mE208554114FDCF8AE7BC2B4E41091DC7BF7E3D42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_ReceiveThreadFunc_m48FDDB80FD7DC9710F389FA22527CF83E02FF577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_SendNow_mD956EF211032D43397B4F0C915D98A3BB8A69A46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_Send_m2CA2F737DCAB09FE66CF0A9DC1036C4EC169FA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_Send_m75BED400024B35FF7B11BCAF83FDD7A376BE42D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_Send_mE6D1E5A3F7B436B02063FF10EA20773F3605D204_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketResponse_StartPinging_m11F95BD0A50B5518E77BAD13AF93AE1965C78A67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketSample_OnClosed_mB81C769A61CC8E7D645BB6A5109C93B7CCDCFF53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketSample_OnError_m4E09D9DA02E782FFDE281495F7F89A44ED42A068_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketSample_OnMessageReceived_mFCF90CE66C632C9A5275E27EE0DC11D79705BF79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketSample_OnOpen_m8BAF60EDC00B7117542995144A7CDDD2FBE7EABE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketSample_U3COnGUIU3Eb__6_0_m278C72DF456837E2B748FA90F97D377E30E66486_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketServer_U3C_ctorU3Eb__3_0_m8F7C27A8FBC030F14E29A4441A48161D4DFB09FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketServer_U3C_ctorU3Eb__3_1_m31811D2F9A835DAD542EB581FC921AD8D3F37898_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketServer_U3C_ctorU3Eb__3_2_m1F90863F4B50434D4F8972CF8A6AAFC095D31AF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketServer_U3C_ctorU3Eb__3_3_mEAB27E3F838086D280DA991F66727519B02D9BF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnBinary_m98304DC856AD5FB11524C4E3539B026B279B7E16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnBinary_mDEEA38A55E949692CDD436654E0ADF0A827562DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnClosed_m237CCFF0848444EDE840BD039AC343FFE9F5DEC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnClosed_m4966B64491177D8B24371ACB396737D5A0D3F278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnError_m39219D8D47ED37C8B5D1245CB99D0574B57D1704_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnError_m8433902AEB9DD0293A5CD1CDE4997F88C11C9BB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnMessage_mB500A9B32431803CB49E77290FBB8C592D8FA808_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnMessage_mE4D4C713ADC48D609713657EC3E1E403185FAAFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnOpen_m12FB88D4401A1BC21B2C2E326F7E42DDE57537DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_OnOpen_mEF2CC43D1DAC0572712043DD3ADB4B1835EEC071_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnClosed_mF0D6C73A1A61804E7BF91F68A4CEF36C4AE87ED8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnError_m3248EA61166F2FB5264BDB367AC2F53A8D3933E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnMessage_m22086BB8DCB0EE3F597DFA34F9FA1AC0EFCA7106_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WebSocketTransport_WSocket_OnOpen_m50F4FAD16008EA3115949F11274F34F133DD6A70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_0_m70BD64B5ABB4276B314040294379F5A3E354E6A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_1_m07EE3728095BC2FDDE2E89C0636E55EF02E71CE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_OnAttacked_mE9AA191FCCABA7A8BC774068B1823CF0E6D4CF46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_OnlinePK_OnStart_m3A8CB970C5E539660F1F688C54593B3059CE49A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_0_mE85157F6129A2A639CC7CD2205E29BDEBDEE2AF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_1_m8F85FF4A44995CB803A46CC2760EFAEB95BB0B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_2_mE4C0599B764E9D46D5B92E8C88251A32EE53535E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WolfHuntGameMode_U3CCreateAnimalU3Eb__8_0_m20EDBE4C8DD9BB286314177EE19BDE92044A0FCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Wolf_U3CDieU3Eb__21_0_m03A688F8C9329E50756C8C383A5043249FDA8091_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Wolf_U3CinitAniListenerU3Eb__66_0_m375DC2CA002FAEBCC2326040B8F44D3B054EE4D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WriteOnlyBufferedStream_set_Position_mD76146FEC8F0A174EAEBFC5AA830BA63F7039804_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822; struct WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29; 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 // BestHTTP.Extensions.CircularBuffer`1 struct CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 : public RuntimeObject { public: // System.Int32 BestHTTP.Extensions.CircularBuffer`1::k__BackingField int32_t ___U3CCapacityU3Ek__BackingField_0; // System.Int32 BestHTTP.Extensions.CircularBuffer`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_1; // T[] BestHTTP.Extensions.CircularBuffer`1::buffer Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buffer_2; // System.Int32 BestHTTP.Extensions.CircularBuffer`1::startIdx int32_t ___startIdx_3; // System.Int32 BestHTTP.Extensions.CircularBuffer`1::endIdx int32_t ___endIdx_4; public: inline static int32_t get_offset_of_U3CCapacityU3Ek__BackingField_0() { return static_cast(offsetof(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88, ___U3CCapacityU3Ek__BackingField_0)); } inline int32_t get_U3CCapacityU3Ek__BackingField_0() const { return ___U3CCapacityU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCapacityU3Ek__BackingField_0() { return &___U3CCapacityU3Ek__BackingField_0; } inline void set_U3CCapacityU3Ek__BackingField_0(int32_t value) { ___U3CCapacityU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_1() { return static_cast(offsetof(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88, ___U3CCountU3Ek__BackingField_1)); } inline int32_t get_U3CCountU3Ek__BackingField_1() const { return ___U3CCountU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_1() { return &___U3CCountU3Ek__BackingField_1; } inline void set_U3CCountU3Ek__BackingField_1(int32_t value) { ___U3CCountU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88, ___buffer_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buffer_2() const { return ___buffer_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_startIdx_3() { return static_cast(offsetof(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88, ___startIdx_3)); } inline int32_t get_startIdx_3() const { return ___startIdx_3; } inline int32_t* get_address_of_startIdx_3() { return &___startIdx_3; } inline void set_startIdx_3(int32_t value) { ___startIdx_3 = value; } inline static int32_t get_offset_of_endIdx_4() { return static_cast(offsetof(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88, ___endIdx_4)); } inline int32_t get_endIdx_4() const { return ___endIdx_4; } inline int32_t* get_address_of_endIdx_4() { return &___endIdx_4; } inline void set_endIdx_4(int32_t value) { ___endIdx_4 = value; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.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.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____slots_8)); } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____slots_8)); } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____slots_8)); } inline SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* ____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_tF724C5B2C5210EC2F114F9477783848F53EA2958, ____items_1)); } inline List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* get__items_1() const { return ____items_1; } inline List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* 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_tF724C5B2C5210EC2F114F9477783848F53EA2958, ____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_tF724C5B2C5210EC2F114F9477783848F53EA2958, ____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_tF724C5B2C5210EC2F114F9477783848F53EA2958, ____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_tF724C5B2C5210EC2F114F9477783848F53EA2958_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_StaticFields, ____emptyArray_5)); } inline List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* get__emptyArray_5() const { return ____emptyArray_5; } inline List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____items_1)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__items_1() const { return ____items_1; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* 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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields, ____emptyArray_5)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____items_1)); } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* get__items_1() const { return ____items_1; } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* 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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_StaticFields, ____emptyArray_5)); } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* get__emptyArray_5() const { return ____emptyArray_5; } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* 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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____items_1)); } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* get__items_1() const { return ____items_1; } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* 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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_StaticFields, ____emptyArray_5)); } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* get__emptyArray_5() const { return ____emptyArray_5; } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____items_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* 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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____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_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields, ____emptyArray_5)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* ____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_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A, ____items_1)); } inline WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* get__items_1() const { return ____items_1; } inline WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* 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_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A, ____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_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A, ____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_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A, ____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_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_StaticFields, ____emptyArray_5)); } inline WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* get__emptyArray_5() const { return ____emptyArray_5; } inline WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* ____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_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56, ____items_1)); } inline WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* get__items_1() const { return ____items_1; } inline WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* 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_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56, ____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_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56, ____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_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56, ____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_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_StaticFields, ____emptyArray_5)); } inline WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* get__emptyArray_5() const { return ____emptyArray_5; } inline WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____array_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__array_0() const { return ____array_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::ROUNDS int32_t ___ROUNDS_10; // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::WorkingKey UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___WorkingKey_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C0 uint32_t ___C0_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C1 uint32_t ___C1_13; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C2 uint32_t ___C2_14; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C3 uint32_t ___C3_15; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::forEncryption bool ___forEncryption_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::s ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_17; public: inline static int32_t get_offset_of_ROUNDS_10() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___ROUNDS_10)); } inline int32_t get_ROUNDS_10() const { return ___ROUNDS_10; } inline int32_t* get_address_of_ROUNDS_10() { return &___ROUNDS_10; } inline void set_ROUNDS_10(int32_t value) { ___ROUNDS_10 = value; } inline static int32_t get_offset_of_WorkingKey_11() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___WorkingKey_11)); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* get_WorkingKey_11() const { return ___WorkingKey_11; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** get_address_of_WorkingKey_11() { return &___WorkingKey_11; } inline void set_WorkingKey_11(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { ___WorkingKey_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___WorkingKey_11), (void*)value); } inline static int32_t get_offset_of_C0_12() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C0_12)); } inline uint32_t get_C0_12() const { return ___C0_12; } inline uint32_t* get_address_of_C0_12() { return &___C0_12; } inline void set_C0_12(uint32_t value) { ___C0_12 = value; } inline static int32_t get_offset_of_C1_13() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C1_13)); } inline uint32_t get_C1_13() const { return ___C1_13; } inline uint32_t* get_address_of_C1_13() { return &___C1_13; } inline void set_C1_13(uint32_t value) { ___C1_13 = value; } inline static int32_t get_offset_of_C2_14() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C2_14)); } inline uint32_t get_C2_14() const { return ___C2_14; } inline uint32_t* get_address_of_C2_14() { return &___C2_14; } inline void set_C2_14(uint32_t value) { ___C2_14 = value; } inline static int32_t get_offset_of_C3_15() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C3_15)); } inline uint32_t get_C3_15() const { return ___C3_15; } inline uint32_t* get_address_of_C3_15() { return &___C3_15; } inline void set_C3_15(uint32_t value) { ___C3_15 = value; } inline static int32_t get_offset_of_forEncryption_16() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___forEncryption_16)); } inline bool get_forEncryption_16() const { return ___forEncryption_16; } inline bool* get_address_of_forEncryption_16() { return &___forEncryption_16; } inline void set_forEncryption_16(bool value) { ___forEncryption_16 = value; } inline static int32_t get_offset_of_s_17() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___s_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_17() const { return ___s_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_17() { return &___s_17; } inline void set_s_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_17), (void*)value); } }; struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::T0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T0_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Tinv0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv0_4; public: inline static int32_t get_offset_of_S_0() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___S_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_0() const { return ___S_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_0() { return &___S_0; } inline void set_S_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_0), (void*)value); } inline static int32_t get_offset_of_Si_1() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Si_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_1() const { return ___Si_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_1() { return &___Si_1; } inline void set_Si_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_1), (void*)value); } inline static int32_t get_offset_of_rcon_2() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___rcon_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_2() const { return ___rcon_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_2() { return &___rcon_2; } inline void set_rcon_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_2), (void*)value); } inline static int32_t get_offset_of_T0_3() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___T0_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T0_3() const { return ___T0_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T0_3() { return &___T0_3; } inline void set_T0_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___T0_3), (void*)value); } inline static int32_t get_offset_of_Tinv0_4() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Tinv0_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv0_4() const { return ___Tinv0_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv0_4() { return &___Tinv0_4; } inline void set_Tinv0_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv0_4), (void*)value); } }; // AnimationPlayerCompleteResult struct AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D : public RuntimeObject { public: // System.Int32 AnimationPlayerCompleteResult::index int32_t ___index_0; // System.String AnimationPlayerCompleteResult::animationName String_t* ___animationName_1; // System.Int32 AnimationPlayerCompleteResult::completeCount int32_t ___completeCount_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_animationName_1() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___animationName_1)); } inline String_t* get_animationName_1() const { return ___animationName_1; } inline String_t** get_address_of_animationName_1() { return &___animationName_1; } inline void set_animationName_1(String_t* value) { ___animationName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationName_1), (void*)value); } inline static int32_t get_offset_of_completeCount_2() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___completeCount_2)); } inline int32_t get_completeCount_2() const { return ___completeCount_2; } inline int32_t* get_address_of_completeCount_2() { return &___completeCount_2; } inline void set_completeCount_2(int32_t value) { ___completeCount_2 = value; } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // 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; } }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::initialised bool ___initialised_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::_keyIs128 bool ____keyIs128_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::subkey UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___subkey_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::kw UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___kw_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::ke UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ke_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::state UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___state_6; public: inline static int32_t get_offset_of_initialised_0() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___initialised_0)); } inline bool get_initialised_0() const { return ___initialised_0; } inline bool* get_address_of_initialised_0() { return &___initialised_0; } inline void set_initialised_0(bool value) { ___initialised_0 = value; } inline static int32_t get_offset_of__keyIs128_1() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ____keyIs128_1)); } inline bool get__keyIs128_1() const { return ____keyIs128_1; } inline bool* get_address_of__keyIs128_1() { return &____keyIs128_1; } inline void set__keyIs128_1(bool value) { ____keyIs128_1 = value; } inline static int32_t get_offset_of_subkey_3() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___subkey_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_subkey_3() const { return ___subkey_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_subkey_3() { return &___subkey_3; } inline void set_subkey_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___subkey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subkey_3), (void*)value); } inline static int32_t get_offset_of_kw_4() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___kw_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_kw_4() const { return ___kw_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_kw_4() { return &___kw_4; } inline void set_kw_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___kw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_4), (void*)value); } inline static int32_t get_offset_of_ke_5() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___ke_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_ke_5() const { return ___ke_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_ke_5() { return &___ke_5; } inline void set_ke_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___ke_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ke_5), (void*)value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF, ___state_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_state_6() const { return ___state_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_state_6() { return &___state_6; } inline void set_state_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___state_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_6), (void*)value); } }; struct CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SIGMA UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SIGMA_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX1_1110 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX1_1110_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX4_4404 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX4_4404_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX2_0222 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX2_0222_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::SBOX3_3033 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SBOX3_3033_11; public: inline static int32_t get_offset_of_SIGMA_7() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SIGMA_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SIGMA_7() const { return ___SIGMA_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SIGMA_7() { return &___SIGMA_7; } inline void set_SIGMA_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SIGMA_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SIGMA_7), (void*)value); } inline static int32_t get_offset_of_SBOX1_1110_8() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX1_1110_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX1_1110_8() const { return ___SBOX1_1110_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX1_1110_8() { return &___SBOX1_1110_8; } inline void set_SBOX1_1110_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX1_1110_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX1_1110_8), (void*)value); } inline static int32_t get_offset_of_SBOX4_4404_9() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX4_4404_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX4_4404_9() const { return ___SBOX4_4404_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX4_4404_9() { return &___SBOX4_4404_9; } inline void set_SBOX4_4404_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX4_4404_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX4_4404_9), (void*)value); } inline static int32_t get_offset_of_SBOX2_0222_10() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX2_0222_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX2_0222_10() const { return ___SBOX2_0222_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX2_0222_10() { return &___SBOX2_0222_10; } inline void set_SBOX2_0222_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX2_0222_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX2_0222_10), (void*)value); } inline static int32_t get_offset_of_SBOX3_3033_11() { return static_cast(offsetof(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_StaticFields, ___SBOX3_3033_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SBOX3_3033_11() const { return ___SBOX3_3033_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SBOX3_3033_11() { return &___SBOX3_3033_11; } inline void set_SBOX3_3033_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SBOX3_3033_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX3_3033_11), (void*)value); } }; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocket JCEngineCore.Channel::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_0; public: inline static int32_t get_offset_of_webSocket_0() { return static_cast(offsetof(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1, ___webSocket_0)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_0() const { return ___webSocket_0; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_0() { return &___webSocket_0; } inline void set_webSocket_0(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_0), (void*)value); } }; // JCEngineCore.Data struct Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 : public RuntimeObject { public: // System.String JCEngineCore.Data::uuid String_t* ___uuid_0; // System.Int32 JCEngineCore.Data::type int32_t ___type_1; // System.String JCEngineCore.Data::func String_t* ___func_2; // System.Object[] JCEngineCore.Data::args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_3; public: inline static int32_t get_offset_of_uuid_0() { return static_cast(offsetof(Data_t151636F5DBF83C727FE33927D04808CC2BE39D63, ___uuid_0)); } inline String_t* get_uuid_0() const { return ___uuid_0; } inline String_t** get_address_of_uuid_0() { return &___uuid_0; } inline void set_uuid_0(String_t* value) { ___uuid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uuid_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(Data_t151636F5DBF83C727FE33927D04808CC2BE39D63, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_func_2() { return static_cast(offsetof(Data_t151636F5DBF83C727FE33927D04808CC2BE39D63, ___func_2)); } inline String_t* get_func_2() const { return ___func_2; } inline String_t** get_address_of_func_2() { return &___func_2; } inline void set_func_2(String_t* value) { ___func_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___func_2), (void*)value); } inline static int32_t get_offset_of_args_3() { return static_cast(offsetof(Data_t151636F5DBF83C727FE33927D04808CC2BE39D63, ___args_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_args_3() const { return ___args_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_args_3() { return &___args_3; } inline void set_args_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___args_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::paramPlusIV ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___paramPlusIV_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::forWrapping bool ___forWrapping_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::sha1 RuntimeObject* ___sha1_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_7; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___param_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_1() const { return ___param_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_paramPlusIV_2() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___paramPlusIV_2)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_paramPlusIV_2() const { return ___paramPlusIV_2; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_paramPlusIV_2() { return &___paramPlusIV_2; } inline void set_paramPlusIV_2(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___paramPlusIV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___paramPlusIV_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } inline static int32_t get_offset_of_forWrapping_4() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___forWrapping_4)); } inline bool get_forWrapping_4() const { return ___forWrapping_4; } inline bool* get_address_of_forWrapping_4() { return &___forWrapping_4; } inline void set_forWrapping_4(bool value) { ___forWrapping_4 = value; } inline static int32_t get_offset_of_sha1_6() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___sha1_6)); } inline RuntimeObject* get_sha1_6() const { return ___sha1_6; } inline RuntimeObject** get_address_of_sha1_6() { return &___sha1_6; } inline void set_sha1_6(RuntimeObject* value) { ___sha1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sha1_6), (void*)value); } inline static int32_t get_offset_of_digest_7() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8, ___digest_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_7() const { return ___digest_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_7() { return &___digest_7; } inline void set_digest_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_7), (void*)value); } }; struct DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::IV2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV2_5; public: inline static int32_t get_offset_of_IV2_5() { return static_cast(offsetof(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_StaticFields, ___IV2_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV2_5() const { return ___IV2_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV2_5() { return &___IV2_5; } inline void set_IV2_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV2_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_1; public: inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B, ___workingKey_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_1() const { return ___workingKey_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } }; struct DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bytebit Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bytebit_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::bigbyte Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___bigbyte_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc1_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::totrot ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___totrot_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::pc2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pc2_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP1_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP2_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP3_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP4 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP4_10; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP5 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP5_11; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP6 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP6_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP7 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP7_13; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEngine::SP8 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___SP8_14; public: inline static int32_t get_offset_of_bytebit_2() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bytebit_2)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bytebit_2() const { return ___bytebit_2; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bytebit_2() { return &___bytebit_2; } inline void set_bytebit_2(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bytebit_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytebit_2), (void*)value); } inline static int32_t get_offset_of_bigbyte_3() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___bigbyte_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_bigbyte_3() const { return ___bigbyte_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_bigbyte_3() { return &___bigbyte_3; } inline void set_bigbyte_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___bigbyte_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigbyte_3), (void*)value); } inline static int32_t get_offset_of_pc1_4() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc1_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc1_4() const { return ___pc1_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc1_4() { return &___pc1_4; } inline void set_pc1_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc1_4), (void*)value); } inline static int32_t get_offset_of_totrot_5() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___totrot_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_totrot_5() const { return ___totrot_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_totrot_5() { return &___totrot_5; } inline void set_totrot_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___totrot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___totrot_5), (void*)value); } inline static int32_t get_offset_of_pc2_6() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___pc2_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pc2_6() const { return ___pc2_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pc2_6() { return &___pc2_6; } inline void set_pc2_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pc2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pc2_6), (void*)value); } inline static int32_t get_offset_of_SP1_7() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP1_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP1_7() const { return ___SP1_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP1_7() { return &___SP1_7; } inline void set_SP1_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP1_7), (void*)value); } inline static int32_t get_offset_of_SP2_8() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP2_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP2_8() const { return ___SP2_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP2_8() { return &___SP2_8; } inline void set_SP2_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP2_8), (void*)value); } inline static int32_t get_offset_of_SP3_9() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP3_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP3_9() const { return ___SP3_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP3_9() { return &___SP3_9; } inline void set_SP3_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP3_9), (void*)value); } inline static int32_t get_offset_of_SP4_10() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP4_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP4_10() const { return ___SP4_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP4_10() { return &___SP4_10; } inline void set_SP4_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP4_10), (void*)value); } inline static int32_t get_offset_of_SP5_11() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP5_11)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP5_11() const { return ___SP5_11; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP5_11() { return &___SP5_11; } inline void set_SP5_11(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP5_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP5_11), (void*)value); } inline static int32_t get_offset_of_SP6_12() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP6_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP6_12() const { return ___SP6_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP6_12() { return &___SP6_12; } inline void set_SP6_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP6_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP6_12), (void*)value); } inline static int32_t get_offset_of_SP7_13() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP7_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP7_13() const { return ___SP7_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP7_13() { return &___SP7_13; } inline void set_SP7_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP7_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP7_13), (void*)value); } inline static int32_t get_offset_of_SP8_14() { return static_cast(offsetof(DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B_StaticFields, ___SP8_14)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_SP8_14() const { return ___SP8_14; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_SP8_14() { return &___SP8_14; } inline void set_SP8_14(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___SP8_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SP8_14), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 : public RuntimeObject { public: // GameMgr GameMode::gameMgr GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr_0; // System.Collections.Generic.HashSet`1 GameMode::timeCountingPauseLockers HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___timeCountingPauseLockers_1; public: inline static int32_t get_offset_of_gameMgr_0() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___gameMgr_0)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_gameMgr_0() const { return ___gameMgr_0; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_gameMgr_0() { return &___gameMgr_0; } inline void set_gameMgr_0(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___gameMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMgr_0), (void*)value); } inline static int32_t get_offset_of_timeCountingPauseLockers_1() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___timeCountingPauseLockers_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_timeCountingPauseLockers_1() const { return ___timeCountingPauseLockers_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_timeCountingPauseLockers_1() { return &___timeCountingPauseLockers_1; } inline void set_timeCountingPauseLockers_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___timeCountingPauseLockers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeCountingPauseLockers_1), (void*)value); } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (void*)value); } }; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 : public RuntimeObject { public: // System.Int32[] HunterGamePlayerScoreCounter::hitScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hitScores_0; // ChallengeGameModeLocalPK HunterGamePlayerScoreCounter::gameModeLocalPK RuntimeObject* ___gameModeLocalPK_1; public: inline static int32_t get_offset_of_hitScores_0() { return static_cast(offsetof(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7, ___hitScores_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hitScores_0() const { return ___hitScores_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hitScores_0() { return &___hitScores_0; } inline void set_hitScores_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hitScores_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitScores_0), (void*)value); } inline static int32_t get_offset_of_gameModeLocalPK_1() { return static_cast(offsetof(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7, ___gameModeLocalPK_1)); } inline RuntimeObject* get_gameModeLocalPK_1() const { return ___gameModeLocalPK_1; } inline RuntimeObject** get_address_of_gameModeLocalPK_1() { return &___gameModeLocalPK_1; } inline void set_gameModeLocalPK_1(RuntimeObject* value) { ___gameModeLocalPK_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameModeLocalPK_1), (void*)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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455 : public RuntimeObject { public: public: }; struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdSeedCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSeedCbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdNpkiAppCmsSeedWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdNpkiAppCmsSeedWrap_1; public: inline static int32_t get_offset_of_IdSeedCbc_0() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdSeedCbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSeedCbc_0() const { return ___IdSeedCbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSeedCbc_0() { return &___IdSeedCbc_0; } inline void set_IdSeedCbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSeedCbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSeedCbc_0), (void*)value); } inline static int32_t get_offset_of_IdNpkiAppCmsSeedWrap_1() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdNpkiAppCmsSeedWrap_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdNpkiAppCmsSeedWrap_1() const { return ___IdNpkiAppCmsSeedWrap_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdNpkiAppCmsSeedWrap_1() { return &___IdNpkiAppCmsSeedWrap_1; } inline void set_IdNpkiAppCmsSeedWrap_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdNpkiAppCmsSeedWrap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdNpkiAppCmsSeedWrap_1), (void*)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.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 : public RuntimeObject { public: // System.String BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField String_t* ___U3CConnectionIdU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * ___U3CSupportedTransportsU3Ek__BackingField_1; // System.Uri BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUrlU3Ek__BackingField_2; // System.String BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField String_t* ___U3CAccessTokenU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CConnectionIdU3Ek__BackingField_0() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CConnectionIdU3Ek__BackingField_0)); } inline String_t* get_U3CConnectionIdU3Ek__BackingField_0() const { return ___U3CConnectionIdU3Ek__BackingField_0; } inline String_t** get_address_of_U3CConnectionIdU3Ek__BackingField_0() { return &___U3CConnectionIdU3Ek__BackingField_0; } inline void set_U3CConnectionIdU3Ek__BackingField_0(String_t* value) { ___U3CConnectionIdU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionIdU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSupportedTransportsU3Ek__BackingField_1() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CSupportedTransportsU3Ek__BackingField_1)); } inline List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * get_U3CSupportedTransportsU3Ek__BackingField_1() const { return ___U3CSupportedTransportsU3Ek__BackingField_1; } inline List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 ** get_address_of_U3CSupportedTransportsU3Ek__BackingField_1() { return &___U3CSupportedTransportsU3Ek__BackingField_1; } inline void set_U3CSupportedTransportsU3Ek__BackingField_1(List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * value) { ___U3CSupportedTransportsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSupportedTransportsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CUrlU3Ek__BackingField_2() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CUrlU3Ek__BackingField_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUrlU3Ek__BackingField_2() const { return ___U3CUrlU3Ek__BackingField_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUrlU3Ek__BackingField_2() { return &___U3CUrlU3Ek__BackingField_2; } inline void set_U3CUrlU3Ek__BackingField_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUrlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUrlU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAccessTokenU3Ek__BackingField_3() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CAccessTokenU3Ek__BackingField_3)); } inline String_t* get_U3CAccessTokenU3Ek__BackingField_3() const { return ___U3CAccessTokenU3Ek__BackingField_3; } inline String_t** get_address_of_U3CAccessTokenU3Ek__BackingField_3() { return &___U3CAccessTokenU3Ek__BackingField_3; } inline void set_U3CAccessTokenU3Ek__BackingField_3(String_t* value) { ___U3CAccessTokenU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAccessTokenU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA : public RuntimeObject { public: public: }; struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::NistAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NistAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::HashAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___HashAlgs_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha384_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha224_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_224_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_256_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_384_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_224_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_256_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_384_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::Aes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ecb_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cbc_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ofb_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cfb_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Wrap_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ecb_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cbc_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ofb_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cfb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Wrap_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Gcm_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ccm_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ecb_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cbc_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ofb_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cfb_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Wrap_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Gcm_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ccm_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha2_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha224_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha256_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha384_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha512_44; public: inline static int32_t get_offset_of_NistAlgorithm_0() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___NistAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NistAlgorithm_0() const { return ___NistAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NistAlgorithm_0() { return &___NistAlgorithm_0; } inline void set_NistAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NistAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NistAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_HashAlgs_1() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___HashAlgs_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_HashAlgs_1() const { return ___HashAlgs_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_HashAlgs_1() { return &___HashAlgs_1; } inline void set_HashAlgs_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___HashAlgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashAlgs_1), (void*)value); } inline static int32_t get_offset_of_IdSha256_2() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha256_2() const { return ___IdSha256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha256_2() { return &___IdSha256_2; } inline void set_IdSha256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha256_2), (void*)value); } inline static int32_t get_offset_of_IdSha384_3() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha384_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha384_3() const { return ___IdSha384_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha384_3() { return &___IdSha384_3; } inline void set_IdSha384_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha384_3), (void*)value); } inline static int32_t get_offset_of_IdSha512_4() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_4() const { return ___IdSha512_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_4() { return &___IdSha512_4; } inline void set_IdSha512_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_4), (void*)value); } inline static int32_t get_offset_of_IdSha224_5() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha224_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha224_5() const { return ___IdSha224_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha224_5() { return &___IdSha224_5; } inline void set_IdSha224_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha224_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha224_5), (void*)value); } inline static int32_t get_offset_of_IdSha512_224_6() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_224_6() const { return ___IdSha512_224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_224_6() { return &___IdSha512_224_6; } inline void set_IdSha512_224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_224_6), (void*)value); } inline static int32_t get_offset_of_IdSha512_256_7() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_256_7() const { return ___IdSha512_256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_256_7() { return &___IdSha512_256_7; } inline void set_IdSha512_256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_256_7), (void*)value); } inline static int32_t get_offset_of_IdSha3_224_8() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_224_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_224_8() const { return ___IdSha3_224_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_224_8() { return &___IdSha3_224_8; } inline void set_IdSha3_224_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_224_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_224_8), (void*)value); } inline static int32_t get_offset_of_IdSha3_256_9() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_256_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_256_9() const { return ___IdSha3_256_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_256_9() { return &___IdSha3_256_9; } inline void set_IdSha3_256_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_256_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_256_9), (void*)value); } inline static int32_t get_offset_of_IdSha3_384_10() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_384_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_384_10() const { return ___IdSha3_384_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_384_10() { return &___IdSha3_384_10; } inline void set_IdSha3_384_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_384_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_384_10), (void*)value); } inline static int32_t get_offset_of_IdSha3_512_11() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_512_11() const { return ___IdSha3_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_512_11() { return &___IdSha3_512_11; } inline void set_IdSha3_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_512_11), (void*)value); } inline static int32_t get_offset_of_IdShake128_12() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake128_12() const { return ___IdShake128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake128_12() { return &___IdShake128_12; } inline void set_IdShake128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake128_12), (void*)value); } inline static int32_t get_offset_of_IdShake256_13() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake256_13() const { return ___IdShake256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake256_13() { return &___IdShake256_13; } inline void set_IdShake256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake256_13), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_224_14() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_224_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_224_14() const { return ___IdHMacWithSha3_224_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_224_14() { return &___IdHMacWithSha3_224_14; } inline void set_IdHMacWithSha3_224_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_224_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_224_14), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_256_15() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_256_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_256_15() const { return ___IdHMacWithSha3_256_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_256_15() { return &___IdHMacWithSha3_256_15; } inline void set_IdHMacWithSha3_256_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_256_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_256_15), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_384_16() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_384_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_384_16() const { return ___IdHMacWithSha3_384_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_384_16() { return &___IdHMacWithSha3_384_16; } inline void set_IdHMacWithSha3_384_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_384_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_384_16), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_512_17() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_512_17() const { return ___IdHMacWithSha3_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_512_17() { return &___IdHMacWithSha3_512_17; } inline void set_IdHMacWithSha3_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_512_17), (void*)value); } inline static int32_t get_offset_of_Aes_18() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___Aes_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes_18() const { return ___Aes_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes_18() { return &___Aes_18; } inline void set_Aes_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes_18), (void*)value); } inline static int32_t get_offset_of_IdAes128Ecb_19() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ecb_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ecb_19() const { return ___IdAes128Ecb_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ecb_19() { return &___IdAes128Ecb_19; } inline void set_IdAes128Ecb_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ecb_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ecb_19), (void*)value); } inline static int32_t get_offset_of_IdAes128Cbc_20() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cbc_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cbc_20() const { return ___IdAes128Cbc_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cbc_20() { return &___IdAes128Cbc_20; } inline void set_IdAes128Cbc_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cbc_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cbc_20), (void*)value); } inline static int32_t get_offset_of_IdAes128Ofb_21() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ofb_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ofb_21() const { return ___IdAes128Ofb_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ofb_21() { return &___IdAes128Ofb_21; } inline void set_IdAes128Ofb_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ofb_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ofb_21), (void*)value); } inline static int32_t get_offset_of_IdAes128Cfb_22() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cfb_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cfb_22() const { return ___IdAes128Cfb_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cfb_22() { return &___IdAes128Cfb_22; } inline void set_IdAes128Cfb_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cfb_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cfb_22), (void*)value); } inline static int32_t get_offset_of_IdAes128Wrap_23() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Wrap_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Wrap_23() const { return ___IdAes128Wrap_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Wrap_23() { return &___IdAes128Wrap_23; } inline void set_IdAes128Wrap_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Wrap_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Wrap_23), (void*)value); } inline static int32_t get_offset_of_IdAes128Gcm_24() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Gcm_24() const { return ___IdAes128Gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Gcm_24() { return &___IdAes128Gcm_24; } inline void set_IdAes128Gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Gcm_24), (void*)value); } inline static int32_t get_offset_of_IdAes128Ccm_25() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ccm_25() const { return ___IdAes128Ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ccm_25() { return &___IdAes128Ccm_25; } inline void set_IdAes128Ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ccm_25), (void*)value); } inline static int32_t get_offset_of_IdAes192Ecb_26() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ecb_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ecb_26() const { return ___IdAes192Ecb_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ecb_26() { return &___IdAes192Ecb_26; } inline void set_IdAes192Ecb_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ecb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ecb_26), (void*)value); } inline static int32_t get_offset_of_IdAes192Cbc_27() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cbc_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cbc_27() const { return ___IdAes192Cbc_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cbc_27() { return &___IdAes192Cbc_27; } inline void set_IdAes192Cbc_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cbc_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cbc_27), (void*)value); } inline static int32_t get_offset_of_IdAes192Ofb_28() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ofb_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ofb_28() const { return ___IdAes192Ofb_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ofb_28() { return &___IdAes192Ofb_28; } inline void set_IdAes192Ofb_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ofb_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ofb_28), (void*)value); } inline static int32_t get_offset_of_IdAes192Cfb_29() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cfb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cfb_29() const { return ___IdAes192Cfb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cfb_29() { return &___IdAes192Cfb_29; } inline void set_IdAes192Cfb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cfb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cfb_29), (void*)value); } inline static int32_t get_offset_of_IdAes192Wrap_30() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Wrap_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Wrap_30() const { return ___IdAes192Wrap_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Wrap_30() { return &___IdAes192Wrap_30; } inline void set_IdAes192Wrap_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Wrap_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Wrap_30), (void*)value); } inline static int32_t get_offset_of_IdAes192Gcm_31() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Gcm_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Gcm_31() const { return ___IdAes192Gcm_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Gcm_31() { return &___IdAes192Gcm_31; } inline void set_IdAes192Gcm_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Gcm_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Gcm_31), (void*)value); } inline static int32_t get_offset_of_IdAes192Ccm_32() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ccm_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ccm_32() const { return ___IdAes192Ccm_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ccm_32() { return &___IdAes192Ccm_32; } inline void set_IdAes192Ccm_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ccm_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ccm_32), (void*)value); } inline static int32_t get_offset_of_IdAes256Ecb_33() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ecb_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ecb_33() const { return ___IdAes256Ecb_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ecb_33() { return &___IdAes256Ecb_33; } inline void set_IdAes256Ecb_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ecb_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ecb_33), (void*)value); } inline static int32_t get_offset_of_IdAes256Cbc_34() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cbc_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cbc_34() const { return ___IdAes256Cbc_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cbc_34() { return &___IdAes256Cbc_34; } inline void set_IdAes256Cbc_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cbc_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cbc_34), (void*)value); } inline static int32_t get_offset_of_IdAes256Ofb_35() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ofb_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ofb_35() const { return ___IdAes256Ofb_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ofb_35() { return &___IdAes256Ofb_35; } inline void set_IdAes256Ofb_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ofb_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ofb_35), (void*)value); } inline static int32_t get_offset_of_IdAes256Cfb_36() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cfb_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cfb_36() const { return ___IdAes256Cfb_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cfb_36() { return &___IdAes256Cfb_36; } inline void set_IdAes256Cfb_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cfb_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cfb_36), (void*)value); } inline static int32_t get_offset_of_IdAes256Wrap_37() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Wrap_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Wrap_37() const { return ___IdAes256Wrap_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Wrap_37() { return &___IdAes256Wrap_37; } inline void set_IdAes256Wrap_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Wrap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Wrap_37), (void*)value); } inline static int32_t get_offset_of_IdAes256Gcm_38() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Gcm_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Gcm_38() const { return ___IdAes256Gcm_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Gcm_38() { return &___IdAes256Gcm_38; } inline void set_IdAes256Gcm_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Gcm_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Gcm_38), (void*)value); } inline static int32_t get_offset_of_IdAes256Ccm_39() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ccm_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ccm_39() const { return ___IdAes256Ccm_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ccm_39() { return &___IdAes256Ccm_39; } inline void set_IdAes256Ccm_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ccm_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ccm_39), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha2_40() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdDsaWithSha2_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha2_40() const { return ___IdDsaWithSha2_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha2_40() { return &___IdDsaWithSha2_40; } inline void set_IdDsaWithSha2_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha2_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha2_40), (void*)value); } inline static int32_t get_offset_of_DsaWithSha224_41() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha224_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha224_41() const { return ___DsaWithSha224_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha224_41() { return &___DsaWithSha224_41; } inline void set_DsaWithSha224_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha224_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha224_41), (void*)value); } inline static int32_t get_offset_of_DsaWithSha256_42() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha256_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha256_42() const { return ___DsaWithSha256_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha256_42() { return &___DsaWithSha256_42; } inline void set_DsaWithSha256_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha256_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha256_42), (void*)value); } inline static int32_t get_offset_of_DsaWithSha384_43() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha384_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha384_43() const { return ___DsaWithSha384_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha384_43() { return &___DsaWithSha384_43; } inline void set_DsaWithSha384_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha384_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha384_43), (void*)value); } inline static int32_t get_offset_of_DsaWithSha512_44() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha512_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha512_44() const { return ___DsaWithSha512_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha512_44() { return &___DsaWithSha512_44; } inline void set_DsaWithSha512_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha512_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha512_44), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317 : public RuntimeObject { public: public: }; struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Cbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Cbc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Cbc_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Wrap_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Wrap_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Wrap_5; public: inline static int32_t get_offset_of_IdCamellia128Cbc_0() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Cbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Cbc_0() const { return ___IdCamellia128Cbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Cbc_0() { return &___IdCamellia128Cbc_0; } inline void set_IdCamellia128Cbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Cbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Cbc_0), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Cbc_1() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Cbc_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Cbc_1() const { return ___IdCamellia192Cbc_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Cbc_1() { return &___IdCamellia192Cbc_1; } inline void set_IdCamellia192Cbc_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Cbc_1), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Cbc_2() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Cbc_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Cbc_2() const { return ___IdCamellia256Cbc_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Cbc_2() { return &___IdCamellia256Cbc_2; } inline void set_IdCamellia256Cbc_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Cbc_2), (void*)value); } inline static int32_t get_offset_of_IdCamellia128Wrap_3() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Wrap_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Wrap_3() const { return ___IdCamellia128Wrap_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Wrap_3() { return &___IdCamellia128Wrap_3; } inline void set_IdCamellia128Wrap_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Wrap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Wrap_3), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Wrap_4() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Wrap_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Wrap_4() const { return ___IdCamellia192Wrap_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Wrap_4() { return &___IdCamellia192Wrap_4; } inline void set_IdCamellia192Wrap_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Wrap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Wrap_4), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Wrap_5() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Wrap_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Wrap_5() const { return ___IdCamellia256Wrap_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Wrap_5() { return &___IdCamellia256Wrap_5; } inline void set_IdCamellia256Wrap_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Wrap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Wrap_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 : public RuntimeObject { public: // System.Uri BestHTTP.Proxy::
k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CAddressU3Ek__BackingField_0; // BestHTTP.Authentication.Credentials BestHTTP.Proxy::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CAddressU3Ek__BackingField_0() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CAddressU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CAddressU3Ek__BackingField_0() const { return ___U3CAddressU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CAddressU3Ek__BackingField_0() { return &___U3CAddressU3Ek__BackingField_0; } inline void set_U3CAddressU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_1() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CCredentialsU3Ek__BackingField_1)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_1() const { return ___U3CCredentialsU3Ek__BackingField_1; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_1() { return &___U3CCredentialsU3Ek__BackingField_1; } inline void set_U3CCredentialsU3Ek__BackingField_1(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::parameters RuntimeObject* ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::paramPlusIV ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___paramPlusIV_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::forWrapping bool ___forWrapping_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::sr SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___sr_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::sha1 RuntimeObject* ___sha1_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_8; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___parameters_1)); } inline RuntimeObject* get_parameters_1() const { return ___parameters_1; } inline RuntimeObject** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(RuntimeObject* value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_paramPlusIV_2() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___paramPlusIV_2)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_paramPlusIV_2() const { return ___paramPlusIV_2; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_paramPlusIV_2() { return &___paramPlusIV_2; } inline void set_paramPlusIV_2(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___paramPlusIV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___paramPlusIV_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } inline static int32_t get_offset_of_forWrapping_4() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___forWrapping_4)); } inline bool get_forWrapping_4() const { return ___forWrapping_4; } inline bool* get_address_of_forWrapping_4() { return &___forWrapping_4; } inline void set_forWrapping_4(bool value) { ___forWrapping_4 = value; } inline static int32_t get_offset_of_sr_5() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___sr_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_sr_5() const { return ___sr_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_sr_5() { return &___sr_5; } inline void set_sr_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___sr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sr_5), (void*)value); } inline static int32_t get_offset_of_sha1_7() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___sha1_7)); } inline RuntimeObject* get_sha1_7() const { return ___sha1_7; } inline RuntimeObject** get_address_of_sha1_7() { return &___sha1_7; } inline void set_sha1_7(RuntimeObject* value) { ___sha1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sha1_7), (void*)value); } inline static int32_t get_offset_of_digest_8() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___digest_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_8() const { return ___digest_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_8() { return &___digest_8; } inline void set_digest_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_8), (void*)value); } }; struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::IV2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV2_6; public: inline static int32_t get_offset_of_IV2_6() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields, ___IV2_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV2_6() const { return ___IV2_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV2_6() { return &___IV2_6; } inline void set_IV2_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV2_6), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine struct Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::param ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___param_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::forWrapping bool ___forWrapping_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_3; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___param_1)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_param_1() const { return ___param_1; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___forWrapping_2)); } inline bool get_forWrapping_2() const { return ___forWrapping_2; } inline bool* get_address_of_forWrapping_2() { return &___forWrapping_2; } inline void set_forWrapping_2(bool value) { ___forWrapping_2 = value; } inline static int32_t get_offset_of_rand_3() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___rand_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_3() const { return ___rand_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_3() { return &___rand_3; } inline void set_rand_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine struct Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::engine RuntimeObject* ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::forWrapping bool ___forWrapping_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___engine_0)); } inline RuntimeObject* get_engine_0() const { return ___engine_0; } inline RuntimeObject** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(RuntimeObject* value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___param_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_1() const { return ___param_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___forWrapping_2)); } inline bool get_forWrapping_2() const { return ___forWrapping_2; } inline bool* get_address_of_forWrapping_2() { return &___forWrapping_2; } inline void set_forWrapping_2(bool value) { ___forWrapping_2 = value; } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____uri_9)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get__uri_9() const { return ____uri_9; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_10), (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 { }; // JCEngineCore.WebSocketServer struct WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocket JCEngineCore.WebSocketServer::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_0; // JCEngineCore.JCEntity JCEngineCore.WebSocketServer::tempEntity JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * ___tempEntity_1; // UnityEngine.Coroutine JCEngineCore.WebSocketServer::heartBeatCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___heartBeatCoroutine_2; public: inline static int32_t get_offset_of_webSocket_0() { return static_cast(offsetof(WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF, ___webSocket_0)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_0() const { return ___webSocket_0; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_0() { return &___webSocket_0; } inline void set_webSocket_0(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_0), (void*)value); } inline static int32_t get_offset_of_tempEntity_1() { return static_cast(offsetof(WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF, ___tempEntity_1)); } inline JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * get_tempEntity_1() const { return ___tempEntity_1; } inline JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB ** get_address_of_tempEntity_1() { return &___tempEntity_1; } inline void set_tempEntity_1(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * value) { ___tempEntity_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempEntity_1), (void*)value); } inline static int32_t get_offset_of_heartBeatCoroutine_2() { return static_cast(offsetof(WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF, ___heartBeatCoroutine_2)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_heartBeatCoroutine_2() const { return ___heartBeatCoroutine_2; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_heartBeatCoroutine_2() { return &___heartBeatCoroutine_2; } inline void set_heartBeatCoroutine_2(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___heartBeatCoroutine_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartBeatCoroutine_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 : public RuntimeObject { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_rc Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____rc_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_bufferPos int32_t ____bufferPos_17; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_bitCount Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____bitCount_18; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_hash Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____hash_19; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_K Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____K_20; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_L Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____L_21; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_block Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____block_22; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::_state Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____state_23; public: inline static int32_t get_offset_of__rc_13() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____rc_13)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__rc_13() const { return ____rc_13; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__rc_13() { return &____rc_13; } inline void set__rc_13(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____rc_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rc_13), (void*)value); } inline static int32_t get_offset_of__buffer_16() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____buffer_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_16() const { return ____buffer_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_16() { return &____buffer_16; } inline void set__buffer_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_16), (void*)value); } inline static int32_t get_offset_of__bufferPos_17() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____bufferPos_17)); } inline int32_t get__bufferPos_17() const { return ____bufferPos_17; } inline int32_t* get_address_of__bufferPos_17() { return &____bufferPos_17; } inline void set__bufferPos_17(int32_t value) { ____bufferPos_17 = value; } inline static int32_t get_offset_of__bitCount_18() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____bitCount_18)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__bitCount_18() const { return ____bitCount_18; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__bitCount_18() { return &____bitCount_18; } inline void set__bitCount_18(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____bitCount_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____bitCount_18), (void*)value); } inline static int32_t get_offset_of__hash_19() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____hash_19)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__hash_19() const { return ____hash_19; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__hash_19() { return &____hash_19; } inline void set__hash_19(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____hash_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____hash_19), (void*)value); } inline static int32_t get_offset_of__K_20() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____K_20)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__K_20() const { return ____K_20; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__K_20() { return &____K_20; } inline void set__K_20(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____K_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_20), (void*)value); } inline static int32_t get_offset_of__L_21() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____L_21)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__L_21() const { return ____L_21; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__L_21() { return &____L_21; } inline void set__L_21(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____L_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____L_21), (void*)value); } inline static int32_t get_offset_of__block_22() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____block_22)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__block_22() const { return ____block_22; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__block_22() { return &____block_22; } inline void set__block_22(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____block_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____block_22), (void*)value); } inline static int32_t get_offset_of__state_23() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204, ____state_23)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__state_23() const { return ____state_23; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__state_23() { return &____state_23; } inline void set__state_23(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____state_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_23), (void*)value); } }; struct WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::SBOX Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SBOX_4; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C0 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C0_5; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C1 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C1_6; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C2 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C2_7; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C3 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C3_8; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C4 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C4_9; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C5 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C5_10; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C6 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C6_11; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::C7 Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___C7_12; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::EIGHT Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___EIGHT_14; public: inline static int32_t get_offset_of_SBOX_4() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___SBOX_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SBOX_4() const { return ___SBOX_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SBOX_4() { return &___SBOX_4; } inline void set_SBOX_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SBOX_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SBOX_4), (void*)value); } inline static int32_t get_offset_of_C0_5() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C0_5)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C0_5() const { return ___C0_5; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C0_5() { return &___C0_5; } inline void set_C0_5(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C0_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___C0_5), (void*)value); } inline static int32_t get_offset_of_C1_6() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C1_6)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C1_6() const { return ___C1_6; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C1_6() { return &___C1_6; } inline void set_C1_6(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___C1_6), (void*)value); } inline static int32_t get_offset_of_C2_7() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C2_7)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C2_7() const { return ___C2_7; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C2_7() { return &___C2_7; } inline void set_C2_7(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2_7), (void*)value); } inline static int32_t get_offset_of_C3_8() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C3_8)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C3_8() const { return ___C3_8; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C3_8() { return &___C3_8; } inline void set_C3_8(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C3_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___C3_8), (void*)value); } inline static int32_t get_offset_of_C4_9() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C4_9)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C4_9() const { return ___C4_9; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C4_9() { return &___C4_9; } inline void set_C4_9(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C4_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___C4_9), (void*)value); } inline static int32_t get_offset_of_C5_10() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C5_10)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C5_10() const { return ___C5_10; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C5_10() { return &___C5_10; } inline void set_C5_10(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C5_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___C5_10), (void*)value); } inline static int32_t get_offset_of_C6_11() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C6_11)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C6_11() const { return ___C6_11; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C6_11() { return &___C6_11; } inline void set_C6_11(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C6_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___C6_11), (void*)value); } inline static int32_t get_offset_of_C7_12() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___C7_12)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_C7_12() const { return ___C7_12; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_C7_12() { return &___C7_12; } inline void set_C7_12(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___C7_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___C7_12), (void*)value); } inline static int32_t get_offset_of_EIGHT_14() { return static_cast(offsetof(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields, ___EIGHT_14)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_EIGHT_14() const { return ___EIGHT_14; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_EIGHT_14() { return &___EIGHT_14; } inline void set_EIGHT_14(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___EIGHT_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___EIGHT_14), (void*)value); } }; // WolfSyncData struct WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F : public RuntimeObject { public: // System.Int32 WolfSyncData::id int32_t ___id_0; // System.Single WolfSyncData::rx float ___rx_1; // System.Single WolfSyncData::ry float ___ry_2; // System.Single WolfSyncData::rz float ___rz_3; // System.Single WolfSyncData::rw float ___rw_4; // System.Single WolfSyncData::px float ___px_5; // System.Single WolfSyncData::py float ___py_6; // System.Single WolfSyncData::pz float ___pz_7; // System.Int32 WolfSyncData::ai int32_t ___ai_8; // System.Int32 WolfSyncData::ct int32_t ___ct_9; // System.Int32 WolfSyncData::ii int32_t ___ii_10; // System.Int32 WolfSyncData::di int32_t ___di_11; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___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_rx_1() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___rx_1)); } inline float get_rx_1() const { return ___rx_1; } inline float* get_address_of_rx_1() { return &___rx_1; } inline void set_rx_1(float value) { ___rx_1 = value; } inline static int32_t get_offset_of_ry_2() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___ry_2)); } inline float get_ry_2() const { return ___ry_2; } inline float* get_address_of_ry_2() { return &___ry_2; } inline void set_ry_2(float value) { ___ry_2 = value; } inline static int32_t get_offset_of_rz_3() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___rz_3)); } inline float get_rz_3() const { return ___rz_3; } inline float* get_address_of_rz_3() { return &___rz_3; } inline void set_rz_3(float value) { ___rz_3 = value; } inline static int32_t get_offset_of_rw_4() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___rw_4)); } inline float get_rw_4() const { return ___rw_4; } inline float* get_address_of_rw_4() { return &___rw_4; } inline void set_rw_4(float value) { ___rw_4 = value; } inline static int32_t get_offset_of_px_5() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___px_5)); } inline float get_px_5() const { return ___px_5; } inline float* get_address_of_px_5() { return &___px_5; } inline void set_px_5(float value) { ___px_5 = value; } inline static int32_t get_offset_of_py_6() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___py_6)); } inline float get_py_6() const { return ___py_6; } inline float* get_address_of_py_6() { return &___py_6; } inline void set_py_6(float value) { ___py_6 = value; } inline static int32_t get_offset_of_pz_7() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___pz_7)); } inline float get_pz_7() const { return ___pz_7; } inline float* get_address_of_pz_7() { return &___pz_7; } inline void set_pz_7(float value) { ___pz_7 = value; } inline static int32_t get_offset_of_ai_8() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___ai_8)); } inline int32_t get_ai_8() const { return ___ai_8; } inline int32_t* get_address_of_ai_8() { return &___ai_8; } inline void set_ai_8(int32_t value) { ___ai_8 = value; } inline static int32_t get_offset_of_ct_9() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___ct_9)); } inline int32_t get_ct_9() const { return ___ct_9; } inline int32_t* get_address_of_ct_9() { return &___ct_9; } inline void set_ct_9(int32_t value) { ___ct_9 = value; } inline static int32_t get_offset_of_ii_10() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___ii_10)); } inline int32_t get_ii_10() const { return ___ii_10; } inline int32_t* get_address_of_ii_10() { return &___ii_10; } inline void set_ii_10(int32_t value) { ___ii_10 = value; } inline static int32_t get_offset_of_di_11() { return static_cast(offsetof(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F, ___di_11)); } inline int32_t get_di_11() const { return ___di_11; } inline int32_t* get_address_of_di_11() { return &___di_11; } inline void set_di_11(int32_t value) { ___di_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities struct WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416 : public RuntimeObject { public: public: }; struct WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::algorithms RuntimeObject* ___algorithms_0; public: inline static int32_t get_offset_of_algorithms_0() { return static_cast(offsetof(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields, ___algorithms_0)); } inline RuntimeObject* get_algorithms_0() const { return ___algorithms_0; } inline RuntimeObject** get_address_of_algorithms_0() { return &___algorithms_0; } inline void set_algorithms_0(RuntimeObject* value) { ___algorithms_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_0), (void*)value); } }; // LitJson.WriterContext struct WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 : public RuntimeObject { public: // System.Int32 LitJson.WriterContext::Count int32_t ___Count_0; // System.Boolean LitJson.WriterContext::InArray bool ___InArray_1; // System.Boolean LitJson.WriterContext::InObject bool ___InObject_2; // System.Boolean LitJson.WriterContext::ExpectingValue bool ___ExpectingValue_3; // System.Int32 LitJson.WriterContext::Padding int32_t ___Padding_4; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_InArray_1() { return static_cast(offsetof(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3, ___InArray_1)); } inline bool get_InArray_1() const { return ___InArray_1; } inline bool* get_address_of_InArray_1() { return &___InArray_1; } inline void set_InArray_1(bool value) { ___InArray_1 = value; } inline static int32_t get_offset_of_InObject_2() { return static_cast(offsetof(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3, ___InObject_2)); } inline bool get_InObject_2() const { return ___InObject_2; } inline bool* get_address_of_InObject_2() { return &___InObject_2; } inline void set_InObject_2(bool value) { ___InObject_2 = value; } inline static int32_t get_offset_of_ExpectingValue_3() { return static_cast(offsetof(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3, ___ExpectingValue_3)); } inline bool get_ExpectingValue_3() const { return ___ExpectingValue_3; } inline bool* get_address_of_ExpectingValue_3() { return &___ExpectingValue_3; } inline void set_ExpectingValue_3(bool value) { ___ExpectingValue_3 = value; } inline static int32_t get_offset_of_Padding_4() { return static_cast(offsetof(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3, ___Padding_4)); } inline int32_t get_Padding_4() const { return ___Padding_4; } inline int32_t* get_address_of_Padding_4() { return &___Padding_4; } inline void set_Padding_4(int32_t value) { ___Padding_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519 struct X25519_t4A7E2DFB8221A476A93D6BE4C5A51A0C295CF248 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement struct X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement::privateKey X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 * ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91, ___privateKey_0)); } inline X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 * get_privateKey_0() const { return ___privateKey_0; } inline X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 ** get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 * value) { ___privateKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field struct X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72 : public RuntimeObject { public: public: }; struct X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::RootNegOne Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___RootNegOne_4; public: inline static int32_t get_offset_of_RootNegOne_4() { return static_cast(offsetof(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_StaticFields, ___RootNegOne_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_RootNegOne_4() const { return ___RootNegOne_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_RootNegOne_4() { return &___RootNegOne_4; } inline void set_RootNegOne_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___RootNegOne_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___RootNegOne_4), (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 { }; // JCEngineCore.WebSocketServer/d__8 struct U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 : public RuntimeObject { public: // System.Int32 JCEngineCore.WebSocketServer/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object JCEngineCore.WebSocketServer/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // JCEngineCore.WebSocketServer JCEngineCore.WebSocketServer/d__8::<>4__this WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810, ___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(U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810, ___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(U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810, ___U3CU3E4__this_2)); } inline WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.WheelEffects/d__18 struct U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Vehicles.Car.WheelEffects UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::<>4__this WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16, ___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(U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16, ___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(U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16, ___U3CU3E4__this_2)); } inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Wolf/<>c struct U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC : public RuntimeObject { public: public: }; struct U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields { public: // Wolf/<>c Wolf/<>c::<>9 U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * ___U3CU3E9_0; // DG.Tweening.Core.DOGetter`1 Wolf/<>c::<>9__38_0 DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___U3CU3E9__38_0_1; // DG.Tweening.Core.DOGetter`1 Wolf/<>c::<>9__38_3 DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___U3CU3E9__38_3_2; // DG.Tweening.Core.DOGetter`1 Wolf/<>c::<>9__38_6 DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___U3CU3E9__38_6_3; // DG.Tweening.Core.DOGetter`1 Wolf/<>c::<>9__38_9 DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___U3CU3E9__38_9_4; // DG.Tweening.Core.DOGetter`1 Wolf/<>c::<>9__38_12 DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___U3CU3E9__38_12_5; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__38_0_1() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9__38_0_1)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_U3CU3E9__38_0_1() const { return ___U3CU3E9__38_0_1; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_U3CU3E9__38_0_1() { return &___U3CU3E9__38_0_1; } inline void set_U3CU3E9__38_0_1(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___U3CU3E9__38_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__38_3_2() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9__38_3_2)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_U3CU3E9__38_3_2() const { return ___U3CU3E9__38_3_2; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_U3CU3E9__38_3_2() { return &___U3CU3E9__38_3_2; } inline void set_U3CU3E9__38_3_2(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___U3CU3E9__38_3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_3_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__38_6_3() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9__38_6_3)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_U3CU3E9__38_6_3() const { return ___U3CU3E9__38_6_3; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_U3CU3E9__38_6_3() { return &___U3CU3E9__38_6_3; } inline void set_U3CU3E9__38_6_3(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___U3CU3E9__38_6_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_6_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__38_9_4() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9__38_9_4)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_U3CU3E9__38_9_4() const { return ___U3CU3E9__38_9_4; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_U3CU3E9__38_9_4() { return &___U3CU3E9__38_9_4; } inline void set_U3CU3E9__38_9_4(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___U3CU3E9__38_9_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_9_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__38_12_5() { return static_cast(offsetof(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields, ___U3CU3E9__38_12_5)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_U3CU3E9__38_12_5() const { return ___U3CU3E9__38_12_5; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_U3CU3E9__38_12_5() { return &___U3CU3E9__38_12_5; } inline void set_U3CU3E9__38_12_5(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___U3CU3E9__38_12_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_12_5), (void*)value); } }; // Wolf/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C : public RuntimeObject { public: // Wolf Wolf/<>c__DisplayClass38_0::<>4__this Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___U3CU3E4__this_0; // System.Int32 Wolf/<>c__DisplayClass38_0::hurtValue int32_t ___hurtValue_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C, ___U3CU3E4__this_0)); } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_hurtValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C, ___hurtValue_1)); } inline int32_t get_hurtValue_1() const { return ___hurtValue_1; } inline int32_t* get_address_of_hurtValue_1() { return &___hurtValue_1; } inline void set_hurtValue_1(int32_t value) { ___hurtValue_1 = value; } }; // Wolf/State struct State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C : public RuntimeObject { public: // System.Boolean Wolf/State::staying bool ___staying_0; // System.Boolean Wolf/State::moving bool ___moving_1; // System.Boolean Wolf/State::moveSlowly bool ___moveSlowly_2; // System.Boolean Wolf/State::moveQuickly bool ___moveQuickly_3; // System.Boolean Wolf/State::attacking bool ___attacking_4; // System.Boolean Wolf/State::ambushRotating bool ___ambushRotating_5; // System.Boolean Wolf/State::ambushing bool ___ambushing_6; // System.Boolean Wolf/State::attackA bool ___attackA_7; // System.Boolean Wolf/State::attackB bool ___attackB_8; // System.Boolean Wolf/State::dead bool ___dead_9; // System.Single Wolf/State::stayingTime float ___stayingTime_10; // System.Single Wolf/State::movingTime float ___movingTime_11; // System.Boolean Wolf/State::lockingTarget bool ___lockingTarget_12; public: inline static int32_t get_offset_of_staying_0() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___staying_0)); } inline bool get_staying_0() const { return ___staying_0; } inline bool* get_address_of_staying_0() { return &___staying_0; } inline void set_staying_0(bool value) { ___staying_0 = value; } inline static int32_t get_offset_of_moving_1() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___moving_1)); } inline bool get_moving_1() const { return ___moving_1; } inline bool* get_address_of_moving_1() { return &___moving_1; } inline void set_moving_1(bool value) { ___moving_1 = value; } inline static int32_t get_offset_of_moveSlowly_2() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___moveSlowly_2)); } inline bool get_moveSlowly_2() const { return ___moveSlowly_2; } inline bool* get_address_of_moveSlowly_2() { return &___moveSlowly_2; } inline void set_moveSlowly_2(bool value) { ___moveSlowly_2 = value; } inline static int32_t get_offset_of_moveQuickly_3() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___moveQuickly_3)); } inline bool get_moveQuickly_3() const { return ___moveQuickly_3; } inline bool* get_address_of_moveQuickly_3() { return &___moveQuickly_3; } inline void set_moveQuickly_3(bool value) { ___moveQuickly_3 = value; } inline static int32_t get_offset_of_attacking_4() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___attacking_4)); } inline bool get_attacking_4() const { return ___attacking_4; } inline bool* get_address_of_attacking_4() { return &___attacking_4; } inline void set_attacking_4(bool value) { ___attacking_4 = value; } inline static int32_t get_offset_of_ambushRotating_5() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___ambushRotating_5)); } inline bool get_ambushRotating_5() const { return ___ambushRotating_5; } inline bool* get_address_of_ambushRotating_5() { return &___ambushRotating_5; } inline void set_ambushRotating_5(bool value) { ___ambushRotating_5 = value; } inline static int32_t get_offset_of_ambushing_6() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___ambushing_6)); } inline bool get_ambushing_6() const { return ___ambushing_6; } inline bool* get_address_of_ambushing_6() { return &___ambushing_6; } inline void set_ambushing_6(bool value) { ___ambushing_6 = value; } inline static int32_t get_offset_of_attackA_7() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___attackA_7)); } inline bool get_attackA_7() const { return ___attackA_7; } inline bool* get_address_of_attackA_7() { return &___attackA_7; } inline void set_attackA_7(bool value) { ___attackA_7 = value; } inline static int32_t get_offset_of_attackB_8() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___attackB_8)); } inline bool get_attackB_8() const { return ___attackB_8; } inline bool* get_address_of_attackB_8() { return &___attackB_8; } inline void set_attackB_8(bool value) { ___attackB_8 = value; } inline static int32_t get_offset_of_dead_9() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___dead_9)); } inline bool get_dead_9() const { return ___dead_9; } inline bool* get_address_of_dead_9() { return &___dead_9; } inline void set_dead_9(bool value) { ___dead_9 = value; } inline static int32_t get_offset_of_stayingTime_10() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___stayingTime_10)); } inline float get_stayingTime_10() const { return ___stayingTime_10; } inline float* get_address_of_stayingTime_10() { return &___stayingTime_10; } inline void set_stayingTime_10(float value) { ___stayingTime_10 = value; } inline static int32_t get_offset_of_movingTime_11() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___movingTime_11)); } inline float get_movingTime_11() const { return ___movingTime_11; } inline float* get_address_of_movingTime_11() { return &___movingTime_11; } inline void set_movingTime_11(float value) { ___movingTime_11 = value; } inline static int32_t get_offset_of_lockingTarget_12() { return static_cast(offsetof(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C, ___lockingTarget_12)); } inline bool get_lockingTarget_12() const { return ___lockingTarget_12; } inline bool* get_address_of_lockingTarget_12() { return &___lockingTarget_12; } inline void set_lockingTarget_12(bool value) { ___lockingTarget_12 = value; } }; // WolfActGrid/AreaMatrix struct AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B : public RuntimeObject { public: // System.Collections.Generic.List`1> WolfActGrid/AreaMatrix::posMatrix List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * ___posMatrix_0; // System.Collections.Generic.Dictionary`2 WolfActGrid/AreaMatrix::occupyDC Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * ___occupyDC_1; // WolfActGrid WolfActGrid/AreaMatrix::wolfActGrid WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * ___wolfActGrid_2; public: inline static int32_t get_offset_of_posMatrix_0() { return static_cast(offsetof(AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B, ___posMatrix_0)); } inline List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * get_posMatrix_0() const { return ___posMatrix_0; } inline List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 ** get_address_of_posMatrix_0() { return &___posMatrix_0; } inline void set_posMatrix_0(List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * value) { ___posMatrix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___posMatrix_0), (void*)value); } inline static int32_t get_offset_of_occupyDC_1() { return static_cast(offsetof(AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B, ___occupyDC_1)); } inline Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * get_occupyDC_1() const { return ___occupyDC_1; } inline Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 ** get_address_of_occupyDC_1() { return &___occupyDC_1; } inline void set_occupyDC_1(Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * value) { ___occupyDC_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___occupyDC_1), (void*)value); } inline static int32_t get_offset_of_wolfActGrid_2() { return static_cast(offsetof(AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B, ___wolfActGrid_2)); } inline WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * get_wolfActGrid_2() const { return ___wolfActGrid_2; } inline WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 ** get_address_of_wolfActGrid_2() { return &___wolfActGrid_2; } inline void set_wolfActGrid_2(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * value) { ___wolfActGrid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wolfActGrid_2), (void*)value); } }; // WolfActGrid/JsonConfig struct JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 : public RuntimeObject { public: // System.String WolfActGrid/JsonConfig::posMatrix String_t* ___posMatrix_0; public: inline static int32_t get_offset_of_posMatrix_0() { return static_cast(offsetof(JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2, ___posMatrix_0)); } inline String_t* get_posMatrix_0() const { return ___posMatrix_0; } inline String_t** get_address_of_posMatrix_0() { return &___posMatrix_0; } inline void set_posMatrix_0(String_t* value) { ___posMatrix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___posMatrix_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper struct BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::cipher RuntimeObject* ___cipher_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::forWrapping bool ___forWrapping_1; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A, ___cipher_0)); } inline RuntimeObject* get_cipher_0() const { return ___cipher_0; } inline RuntimeObject** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(RuntimeObject* value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_forWrapping_1() { return static_cast(offsetof(BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A, ___forWrapping_1)); } inline bool get_forWrapping_1() const { return ___forWrapping_1; } inline bool* get_address_of_forWrapping_1() { return &___forWrapping_1; } inline void set_forWrapping_1(bool value) { ___forWrapping_1 = value; } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____set_0)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get__set_0() const { return ____set_0; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____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_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____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_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____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.HashSet`1/Enumerator struct Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9, ____set_0)); } inline HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * get__set_0() const { return ____set_0; } inline HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9, ____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_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9, ____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_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9, ____current_3)); } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * get__current_3() const { return ____current_3; } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 { public: // T1 System.ValueTuple`2::Item1 float ___Item1_0; // T2 System.ValueTuple`2::Item2 float ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item1_0)); } inline float get_Item1_0() const { return ___Item1_0; } inline float* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(float value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item2_1)); } inline float get_Item2_1() const { return ___Item2_1; } inline float* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(float value) { ___Item2_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesWrapEngine struct AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7 : public Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine struct CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 : public Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB { public: public: }; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B : public GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 { public: // System.Int32 ChallengeGameMode::animalTypeID int32_t ___animalTypeID_2; // UnityEngine.GameObject ChallengeGameMode::animalPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___animalPrefab_3; // UnityEngine.Transform ChallengeGameMode::hunterT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hunterT_4; // UnityEngine.Transform ChallengeGameMode::animalsBaseT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___animalsBaseT_5; // System.Collections.Generic.HashSet`1 ChallengeGameMode::animalSet HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * ___animalSet_6; // System.Int32 ChallengeGameMode::maxAnimalCountAtTheSameTime int32_t ___maxAnimalCountAtTheSameTime_7; // System.Int32 ChallengeGameMode::animalCount int32_t ___animalCount_8; // System.Int32 ChallengeGameMode::animalCountMax int32_t ___animalCountMax_9; // System.Int32 ChallengeGameMode::arrowCount int32_t ___arrowCount_10; // System.Int32 ChallengeGameMode::arrowCountMax int32_t ___arrowCountMax_11; // System.Single ChallengeGameMode::time float ___time_12; // System.Int32 ChallengeGameMode::currentlevel int32_t ___currentlevel_13; // System.String ChallengeGameMode::nextLevel String_t* ___nextLevel_15; // System.Boolean ChallengeGameMode::banOnBowArrowShootOut bool ___banOnBowArrowShootOut_16; public: inline static int32_t get_offset_of_animalTypeID_2() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalTypeID_2)); } inline int32_t get_animalTypeID_2() const { return ___animalTypeID_2; } inline int32_t* get_address_of_animalTypeID_2() { return &___animalTypeID_2; } inline void set_animalTypeID_2(int32_t value) { ___animalTypeID_2 = value; } inline static int32_t get_offset_of_animalPrefab_3() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalPrefab_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_animalPrefab_3() const { return ___animalPrefab_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_animalPrefab_3() { return &___animalPrefab_3; } inline void set_animalPrefab_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___animalPrefab_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalPrefab_3), (void*)value); } inline static int32_t get_offset_of_hunterT_4() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___hunterT_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hunterT_4() const { return ___hunterT_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hunterT_4() { return &___hunterT_4; } inline void set_hunterT_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hunterT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterT_4), (void*)value); } inline static int32_t get_offset_of_animalsBaseT_5() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalsBaseT_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_animalsBaseT_5() const { return ___animalsBaseT_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_animalsBaseT_5() { return &___animalsBaseT_5; } inline void set_animalsBaseT_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___animalsBaseT_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalsBaseT_5), (void*)value); } inline static int32_t get_offset_of_animalSet_6() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalSet_6)); } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * get_animalSet_6() const { return ___animalSet_6; } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 ** get_address_of_animalSet_6() { return &___animalSet_6; } inline void set_animalSet_6(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * value) { ___animalSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSet_6), (void*)value); } inline static int32_t get_offset_of_maxAnimalCountAtTheSameTime_7() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___maxAnimalCountAtTheSameTime_7)); } inline int32_t get_maxAnimalCountAtTheSameTime_7() const { return ___maxAnimalCountAtTheSameTime_7; } inline int32_t* get_address_of_maxAnimalCountAtTheSameTime_7() { return &___maxAnimalCountAtTheSameTime_7; } inline void set_maxAnimalCountAtTheSameTime_7(int32_t value) { ___maxAnimalCountAtTheSameTime_7 = value; } inline static int32_t get_offset_of_animalCount_8() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCount_8)); } inline int32_t get_animalCount_8() const { return ___animalCount_8; } inline int32_t* get_address_of_animalCount_8() { return &___animalCount_8; } inline void set_animalCount_8(int32_t value) { ___animalCount_8 = value; } inline static int32_t get_offset_of_animalCountMax_9() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCountMax_9)); } inline int32_t get_animalCountMax_9() const { return ___animalCountMax_9; } inline int32_t* get_address_of_animalCountMax_9() { return &___animalCountMax_9; } inline void set_animalCountMax_9(int32_t value) { ___animalCountMax_9 = value; } inline static int32_t get_offset_of_arrowCount_10() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCount_10)); } inline int32_t get_arrowCount_10() const { return ___arrowCount_10; } inline int32_t* get_address_of_arrowCount_10() { return &___arrowCount_10; } inline void set_arrowCount_10(int32_t value) { ___arrowCount_10 = value; } inline static int32_t get_offset_of_arrowCountMax_11() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCountMax_11)); } inline int32_t get_arrowCountMax_11() const { return ___arrowCountMax_11; } inline int32_t* get_address_of_arrowCountMax_11() { return &___arrowCountMax_11; } inline void set_arrowCountMax_11(int32_t value) { ___arrowCountMax_11 = value; } inline static int32_t get_offset_of_time_12() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___time_12)); } inline float get_time_12() const { return ___time_12; } inline float* get_address_of_time_12() { return &___time_12; } inline void set_time_12(float value) { ___time_12 = value; } inline static int32_t get_offset_of_currentlevel_13() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___currentlevel_13)); } inline int32_t get_currentlevel_13() const { return ___currentlevel_13; } inline int32_t* get_address_of_currentlevel_13() { return &___currentlevel_13; } inline void set_currentlevel_13(int32_t value) { ___currentlevel_13 = value; } inline static int32_t get_offset_of_nextLevel_15() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___nextLevel_15)); } inline String_t* get_nextLevel_15() const { return ___nextLevel_15; } inline String_t** get_address_of_nextLevel_15() { return &___nextLevel_15; } inline void set_nextLevel_15(String_t* value) { ___nextLevel_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextLevel_15), (void*)value); } inline static int32_t get_offset_of_banOnBowArrowShootOut_16() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___banOnBowArrowShootOut_16)); } inline bool get_banOnBowArrowShootOut_16() const { return ___banOnBowArrowShootOut_16; } inline bool* get_address_of_banOnBowArrowShootOut_16() { return &___banOnBowArrowShootOut_16; } inline void set_banOnBowArrowShootOut_16(bool value) { ___banOnBowArrowShootOut_16 = value; } }; struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields { public: // System.String ChallengeGameMode::enterNextLevel String_t* ___enterNextLevel_14; public: inline static int32_t get_offset_of_enterNextLevel_14() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields, ___enterNextLevel_14)); } inline String_t* get_enterNextLevel_14() const { return ___enterNextLevel_14; } inline String_t** get_address_of_enterNextLevel_14() { return &___enterNextLevel_14; } inline void set_enterNextLevel_14(String_t* value) { ___enterNextLevel_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___enterNextLevel_14), (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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine struct DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B : public DesEngine_t89B71C12BDDC45F80C4467031373E02119EF622B { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey1_15; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey2_16; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::workingKey3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey3_17; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::forEncryption bool ___forEncryption_18; public: inline static int32_t get_offset_of_workingKey1_15() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey1_15)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey1_15() const { return ___workingKey1_15; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey1_15() { return &___workingKey1_15; } inline void set_workingKey1_15(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey1_15), (void*)value); } inline static int32_t get_offset_of_workingKey2_16() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey2_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey2_16() const { return ___workingKey2_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey2_16() { return &___workingKey2_16; } inline void set_workingKey2_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey2_16), (void*)value); } inline static int32_t get_offset_of_workingKey3_17() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___workingKey3_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey3_17() const { return ___workingKey3_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey3_17() { return &___workingKey3_17; } inline void set_workingKey3_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey3_17), (void*)value); } inline static int32_t get_offset_of_forEncryption_18() { return static_cast(offsetof(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B, ___forEncryption_18)); } inline bool get_forEncryption_18() const { return ___forEncryption_18; } inline bool* get_address_of_forEncryption_18() { return &___forEncryption_18; } inline void set_forEncryption_18(bool value) { ___forEncryption_18 = 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; } }; // 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 { }; // DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 { public: // System.Boolean DG.Tweening.Plugins.Options.FloatOptions::snapping bool ___snapping_0; public: inline static int32_t get_offset_of_snapping_0() { return static_cast(offsetof(FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603, ___snapping_0)); } inline bool get_snapping_0() const { return ___snapping_0; } inline bool* get_address_of_snapping_0() { return &___snapping_0; } inline void set_snapping_0(bool value) { ___snapping_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603_marshaled_com { int32_t ___snapping_0; }; // BestHTTP.HTTPProxy struct HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E : public Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 { public: // System.Boolean BestHTTP.HTTPProxy::k__BackingField bool ___U3CIsTransparentU3Ek__BackingField_2; // System.Boolean BestHTTP.HTTPProxy::k__BackingField bool ___U3CSendWholeUriU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPProxy::k__BackingField bool ___U3CNonTransparentForHTTPSU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIsTransparentU3Ek__BackingField_2() { return static_cast(offsetof(HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E, ___U3CIsTransparentU3Ek__BackingField_2)); } inline bool get_U3CIsTransparentU3Ek__BackingField_2() const { return ___U3CIsTransparentU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsTransparentU3Ek__BackingField_2() { return &___U3CIsTransparentU3Ek__BackingField_2; } inline void set_U3CIsTransparentU3Ek__BackingField_2(bool value) { ___U3CIsTransparentU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CSendWholeUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E, ___U3CSendWholeUriU3Ek__BackingField_3)); } inline bool get_U3CSendWholeUriU3Ek__BackingField_3() const { return ___U3CSendWholeUriU3Ek__BackingField_3; } inline bool* get_address_of_U3CSendWholeUriU3Ek__BackingField_3() { return &___U3CSendWholeUriU3Ek__BackingField_3; } inline void set_U3CSendWholeUriU3Ek__BackingField_3(bool value) { ___U3CSendWholeUriU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CNonTransparentForHTTPSU3Ek__BackingField_4() { return static_cast(offsetof(HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E, ___U3CNonTransparentForHTTPSU3Ek__BackingField_4)); } inline bool get_U3CNonTransparentForHTTPSU3Ek__BackingField_4() const { return ___U3CNonTransparentForHTTPSU3Ek__BackingField_4; } inline bool* get_address_of_U3CNonTransparentForHTTPSU3Ek__BackingField_4() { return &___U3CNonTransparentForHTTPSU3Ek__BackingField_4; } inline void set_U3CNonTransparentForHTTPSU3Ek__BackingField_4(bool value) { ___U3CNonTransparentForHTTPSU3Ek__BackingField_4 = 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; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { 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; } }; // BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E { public: // System.Byte[] BestHTTP.WebSocket.Frames.RawFrameData::Data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Data_0; // System.Int32 BestHTTP.WebSocket.Frames.RawFrameData::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E, ___Data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Data_0() const { return ___Data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; // Native definition for P/Invoke marshalling of BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Data_0; int32_t ___Length_1; }; // Native definition for COM marshalling of BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E_marshaled_com { Il2CppSafeArray/*NONE*/* ___Data_0; int32_t ___Length_1; }; // 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.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedWrapEngine struct SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD : public Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB { public: public: }; // 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; } }; // 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.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = 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; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters struct X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_3; public: inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350, ___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 X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters::KeySize int32_t ___KeySize_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters::SecretSize int32_t ___SecretSize_2; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_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_SecretSize_2() { return static_cast(offsetof(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_StaticFields, ___SecretSize_2)); } inline int32_t get_SecretSize_2() const { return ___SecretSize_2; } inline int32_t* get_address_of_SecretSize_2() { return &___SecretSize_2; } inline void set_SecretSize_2(int32_t value) { ___SecretSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C, ___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 X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_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; } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.Authentication.AuthenticationTypes struct AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534 { public: // System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalRCore.ConnectionStates struct ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0 { public: // System.Int32 BestHTTP.SignalRCore.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // JCEngineCore.DataType struct DataType_t2783D699F80711B052E9935861F62BD5E30DDF44 { public: // System.Int32 JCEngineCore.DataType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DataType_t2783D699F80711B052E9935861F62BD5E30DDF44, ___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.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); } }; // 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.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.HTTPConnectionStates struct HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434 { public: // System.Int32 BestHTTP.HTTPConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434, ___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.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___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.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___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.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___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.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___Heartbeats_0)); } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___LastUpdate_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastUpdate_2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___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.Logger.Loglevels struct Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB { public: // System.Byte BestHTTP.Logger.Loglevels::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB, ___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; } }; // 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.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // 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; }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.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; } }; // BestHTTP.Extensions.ReadOnlyBufferedStream struct ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.Extensions.ReadOnlyBufferedStream::k__BackingField bool ___U3CCheckForDataAvailabilityU3Ek__BackingField_5; // System.IO.Stream BestHTTP.Extensions.ReadOnlyBufferedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_6; // System.Byte[] BestHTTP.Extensions.ReadOnlyBufferedStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_8; // System.Int32 BestHTTP.Extensions.ReadOnlyBufferedStream::available int32_t ___available_9; // System.Int32 BestHTTP.Extensions.ReadOnlyBufferedStream::pos int32_t ___pos_10; public: inline static int32_t get_offset_of_U3CCheckForDataAvailabilityU3Ek__BackingField_5() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___U3CCheckForDataAvailabilityU3Ek__BackingField_5)); } inline bool get_U3CCheckForDataAvailabilityU3Ek__BackingField_5() const { return ___U3CCheckForDataAvailabilityU3Ek__BackingField_5; } inline bool* get_address_of_U3CCheckForDataAvailabilityU3Ek__BackingField_5() { return &___U3CCheckForDataAvailabilityU3Ek__BackingField_5; } inline void set_U3CCheckForDataAvailabilityU3Ek__BackingField_5(bool value) { ___U3CCheckForDataAvailabilityU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_stream_6() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___stream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_6() const { return ___stream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_6() { return &___stream_6; } inline void set_stream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_6), (void*)value); } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___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_available_9() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___available_9)); } inline int32_t get_available_9() const { return ___available_9; } inline int32_t* get_address_of_available_9() { return &___available_9; } inline void set_available_9(int32_t value) { ___available_9 = value; } inline static int32_t get_offset_of_pos_10() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___pos_10)); } inline int32_t get_pos_10() const { return ___pos_10; } inline int32_t* get_address_of_pos_10() { return &___pos_10; } inline void set_pos_10(int32_t value) { ___pos_10 = value; } }; // BestHTTP.SignalR.RequestTypes struct RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD { public: // System.Int32 BestHTTP.SignalR.RequestTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.SocketIOEventTypes struct SocketIOEventTypes_t229AD94ABBDF8F581EA2ACDAD4116FC63F0D6CA5 { public: // System.Int32 BestHTTP.SocketIO.SocketIOEventTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketIOEventTypes_t229AD94ABBDF8F581EA2ACDAD4116FC63F0D6CA5, ___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.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; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // BestHTTP.SignalRCore.TransferModes struct TransferModes_tF68554C58E8A89D6EF70DF878A3E785C298B3C8C { public: // System.Int32 BestHTTP.SignalRCore.TransferModes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransferModes_tF68554C58E8A89D6EF70DF878A3E785C298B3C8C, ___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.SocketIO.TransportEventTypes struct TransportEventTypes_t56A88C3552CCB6064A8DF96926F149923E2774FD { public: // System.Int32 BestHTTP.SocketIO.TransportEventTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportEventTypes_t56A88C3552CCB6064A8DF96926F149923E2774FD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.TransportStates struct TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724 { public: // System.Int32 BestHTTP.SignalR.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724, ___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.SignalRCore.TransportStates struct TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E { public: // System.Int32 BestHTTP.SignalRCore.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E, ___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.SocketIO.Transports.TransportStates struct TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3 { public: // System.Int32 BestHTTP.SocketIO.Transports.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.TransportTypes struct TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4 { public: // System.Int32 BestHTTP.SignalR.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4, ___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.SignalRCore.TransportTypes struct TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6 { public: // System.Int32 BestHTTP.SignalRCore.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6, ___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.SocketIO.Transports.TransportTypes struct TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023 { public: // System.Int32 BestHTTP.SocketIO.Transports.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023, ___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; } }; // 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; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // BestHTTP.WebSocket.Frames.WebSocketFrameTypes struct WebSocketFrameTypes_t5E155EE97383991A3D431DB778551B504FAEDDA7 { public: // System.Byte BestHTTP.WebSocket.Frames.WebSocketFrameTypes::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketFrameTypes_t5E155EE97383991A3D431DB778551B504FAEDDA7, ___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.WebSocket.WebSocketStates struct WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912 { public: // System.Byte BestHTTP.WebSocket.WebSocketStates::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912, ___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.WebSocket.WebSocketStausCodes struct WebSocketStausCodes_t327E17AA400BCFFE189B858A68F6EB308CCC6B95 { public: // System.UInt16 BestHTTP.WebSocket.WebSocketStausCodes::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketStausCodes_t327E17AA400BCFFE189B858A68F6EB308CCC6B95, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // WolfHuntGameMode struct WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF : public ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B { public: // System.Int32[] WolfHuntGameMode::animalCreateList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___animalCreateList_17; // System.Int32 WolfHuntGameMode::animalCreateIndex int32_t ___animalCreateIndex_18; // System.Single WolfHuntGameMode::baseCreateDistance float ___baseCreateDistance_19; // System.Single WolfHuntGameMode::plusCreateDistance float ___plusCreateDistance_20; // System.Boolean WolfHuntGameMode::banCreateAnimal bool ___banCreateAnimal_21; // System.Boolean WolfHuntGameMode::canStartCreateAniaml bool ___canStartCreateAniaml_22; // System.Single WolfHuntGameMode::createAnimalCountDown float ___createAnimalCountDown_23; // System.Single WolfHuntGameMode::createAnimalCountDownDefault float ___createAnimalCountDownDefault_24; // System.Int32 WolfHuntGameMode::hp int32_t ___hp_25; // System.Int32 WolfHuntGameMode::hpMax int32_t ___hpMax_26; // System.Action WolfHuntGameMode::onHpZero Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onHpZero_27; // System.Action WolfHuntGameMode::onHurtEffect Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onHurtEffect_28; // DG.Tweening.Sequence WolfHuntGameMode::hurtSeq Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___hurtSeq_29; // System.Single WolfHuntGameMode::hurtTweenV1 float ___hurtTweenV1_30; public: inline static int32_t get_offset_of_animalCreateList_17() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___animalCreateList_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_animalCreateList_17() const { return ___animalCreateList_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_animalCreateList_17() { return &___animalCreateList_17; } inline void set_animalCreateList_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___animalCreateList_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCreateList_17), (void*)value); } inline static int32_t get_offset_of_animalCreateIndex_18() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___animalCreateIndex_18)); } inline int32_t get_animalCreateIndex_18() const { return ___animalCreateIndex_18; } inline int32_t* get_address_of_animalCreateIndex_18() { return &___animalCreateIndex_18; } inline void set_animalCreateIndex_18(int32_t value) { ___animalCreateIndex_18 = value; } inline static int32_t get_offset_of_baseCreateDistance_19() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___baseCreateDistance_19)); } inline float get_baseCreateDistance_19() const { return ___baseCreateDistance_19; } inline float* get_address_of_baseCreateDistance_19() { return &___baseCreateDistance_19; } inline void set_baseCreateDistance_19(float value) { ___baseCreateDistance_19 = value; } inline static int32_t get_offset_of_plusCreateDistance_20() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___plusCreateDistance_20)); } inline float get_plusCreateDistance_20() const { return ___plusCreateDistance_20; } inline float* get_address_of_plusCreateDistance_20() { return &___plusCreateDistance_20; } inline void set_plusCreateDistance_20(float value) { ___plusCreateDistance_20 = value; } inline static int32_t get_offset_of_banCreateAnimal_21() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___banCreateAnimal_21)); } inline bool get_banCreateAnimal_21() const { return ___banCreateAnimal_21; } inline bool* get_address_of_banCreateAnimal_21() { return &___banCreateAnimal_21; } inline void set_banCreateAnimal_21(bool value) { ___banCreateAnimal_21 = value; } inline static int32_t get_offset_of_canStartCreateAniaml_22() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___canStartCreateAniaml_22)); } inline bool get_canStartCreateAniaml_22() const { return ___canStartCreateAniaml_22; } inline bool* get_address_of_canStartCreateAniaml_22() { return &___canStartCreateAniaml_22; } inline void set_canStartCreateAniaml_22(bool value) { ___canStartCreateAniaml_22 = value; } inline static int32_t get_offset_of_createAnimalCountDown_23() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___createAnimalCountDown_23)); } inline float get_createAnimalCountDown_23() const { return ___createAnimalCountDown_23; } inline float* get_address_of_createAnimalCountDown_23() { return &___createAnimalCountDown_23; } inline void set_createAnimalCountDown_23(float value) { ___createAnimalCountDown_23 = value; } inline static int32_t get_offset_of_createAnimalCountDownDefault_24() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___createAnimalCountDownDefault_24)); } inline float get_createAnimalCountDownDefault_24() const { return ___createAnimalCountDownDefault_24; } inline float* get_address_of_createAnimalCountDownDefault_24() { return &___createAnimalCountDownDefault_24; } inline void set_createAnimalCountDownDefault_24(float value) { ___createAnimalCountDownDefault_24 = value; } inline static int32_t get_offset_of_hp_25() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hp_25)); } inline int32_t get_hp_25() const { return ___hp_25; } inline int32_t* get_address_of_hp_25() { return &___hp_25; } inline void set_hp_25(int32_t value) { ___hp_25 = value; } inline static int32_t get_offset_of_hpMax_26() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hpMax_26)); } inline int32_t get_hpMax_26() const { return ___hpMax_26; } inline int32_t* get_address_of_hpMax_26() { return &___hpMax_26; } inline void set_hpMax_26(int32_t value) { ___hpMax_26 = value; } inline static int32_t get_offset_of_onHpZero_27() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___onHpZero_27)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onHpZero_27() const { return ___onHpZero_27; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onHpZero_27() { return &___onHpZero_27; } inline void set_onHpZero_27(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onHpZero_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHpZero_27), (void*)value); } inline static int32_t get_offset_of_onHurtEffect_28() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___onHurtEffect_28)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onHurtEffect_28() const { return ___onHurtEffect_28; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onHurtEffect_28() { return &___onHurtEffect_28; } inline void set_onHurtEffect_28(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onHurtEffect_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHurtEffect_28), (void*)value); } inline static int32_t get_offset_of_hurtSeq_29() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hurtSeq_29)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_hurtSeq_29() const { return ___hurtSeq_29; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_hurtSeq_29() { return &___hurtSeq_29; } inline void set_hurtSeq_29(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___hurtSeq_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___hurtSeq_29), (void*)value); } inline static int32_t get_offset_of_hurtTweenV1_30() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hurtTweenV1_30)); } inline float get_hurtTweenV1_30() const { return ___hurtTweenV1_30; } inline float* get_address_of_hurtTweenV1_30() { return &___hurtTweenV1_30; } inline void set_hurtTweenV1_30(float value) { ___hurtTweenV1_30 = value; } }; // UnityEngine.WrapMode struct WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468, ___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.Extensions.WriteOnlyBufferedStream struct WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Int32 BestHTTP.Extensions.WriteOnlyBufferedStream::_position int32_t ____position_5; // System.Byte[] BestHTTP.Extensions.WriteOnlyBufferedStream::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_6; // System.IO.Stream BestHTTP.Extensions.WriteOnlyBufferedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_7; public: inline static int32_t get_offset_of__position_5() { return static_cast(offsetof(WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14, ____position_5)); } inline int32_t get__position_5() const { return ____position_5; } inline int32_t* get_address_of__position_5() { return &____position_5; } inline void set__position_5(int32_t value) { ____position_5 = value; } inline static int32_t get_offset_of_buffer_6() { return static_cast(offsetof(WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14, ___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_stream_7() { return static_cast(offsetof(WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14, ___stream_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_7() const { return ___stream_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_7() { return &___stream_7; } inline void set_stream_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_7), (void*)value); } }; // UnityEngine.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.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; } }; // BestHTTP.SocketIO.SocketManager/States struct States_t67989DEFAFD28F32B05FC36C791B96EE7FD3A6D5 { public: // System.Int32 BestHTTP.SocketIO.SocketManager/States::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(States_t67989DEFAFD28F32B05FC36C791B96EE7FD3A6D5, ___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; } }; // Wolf/<>c__DisplayClass38_1 struct U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 : public RuntimeObject { public: // UnityEngine.Quaternion Wolf/<>c__DisplayClass38_1::ambushQuaStart Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___ambushQuaStart_0; // UnityEngine.Quaternion Wolf/<>c__DisplayClass38_1::ambushQuaEnd Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___ambushQuaEnd_1; // DG.Tweening.Sequence Wolf/<>c__DisplayClass38_1::seq Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq_2; // UnityEngine.Vector3 Wolf/<>c__DisplayClass38_1::jumpPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___jumpPoint_3; // UnityEngine.Vector3 Wolf/<>c__DisplayClass38_1::hunterPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hunterPos_4; // UnityEngine.Vector3 Wolf/<>c__DisplayClass38_1::landPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___landPoint_5; // UnityEngine.Vector3 Wolf/<>c__DisplayClass38_1::displace Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___displace_6; // System.Single Wolf/<>c__DisplayClass38_1::baseoffset float ___baseoffset_7; // System.Int32 Wolf/<>c__DisplayClass38_1::avoidancePriority int32_t ___avoidancePriority_8; // Wolf/<>c__DisplayClass38_0 Wolf/<>c__DisplayClass38_1::CS$<>8__locals1 U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * ___CSU24U3CU3E8__locals1_9; public: inline static int32_t get_offset_of_ambushQuaStart_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___ambushQuaStart_0)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_ambushQuaStart_0() const { return ___ambushQuaStart_0; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_ambushQuaStart_0() { return &___ambushQuaStart_0; } inline void set_ambushQuaStart_0(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___ambushQuaStart_0 = value; } inline static int32_t get_offset_of_ambushQuaEnd_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___ambushQuaEnd_1)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_ambushQuaEnd_1() const { return ___ambushQuaEnd_1; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_ambushQuaEnd_1() { return &___ambushQuaEnd_1; } inline void set_ambushQuaEnd_1(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___ambushQuaEnd_1 = value; } inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___seq_2)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq_2() const { return ___seq_2; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_jumpPoint_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___jumpPoint_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_jumpPoint_3() const { return ___jumpPoint_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_jumpPoint_3() { return &___jumpPoint_3; } inline void set_jumpPoint_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___jumpPoint_3 = value; } inline static int32_t get_offset_of_hunterPos_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___hunterPos_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_hunterPos_4() const { return ___hunterPos_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_hunterPos_4() { return &___hunterPos_4; } inline void set_hunterPos_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___hunterPos_4 = value; } inline static int32_t get_offset_of_landPoint_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___landPoint_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_landPoint_5() const { return ___landPoint_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_landPoint_5() { return &___landPoint_5; } inline void set_landPoint_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___landPoint_5 = value; } inline static int32_t get_offset_of_displace_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___displace_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_displace_6() const { return ___displace_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_displace_6() { return &___displace_6; } inline void set_displace_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___displace_6 = value; } inline static int32_t get_offset_of_baseoffset_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___baseoffset_7)); } inline float get_baseoffset_7() const { return ___baseoffset_7; } inline float* get_address_of_baseoffset_7() { return &___baseoffset_7; } inline void set_baseoffset_7(float value) { ___baseoffset_7 = value; } inline static int32_t get_offset_of_avoidancePriority_8() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___avoidancePriority_8)); } inline int32_t get_avoidancePriority_8() const { return ___avoidancePriority_8; } inline int32_t* get_address_of_avoidancePriority_8() { return &___avoidancePriority_8; } inline void set_avoidancePriority_8(int32_t value) { ___avoidancePriority_8 = value; } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_9() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295, ___CSU24U3CU3E8__locals1_9)); } inline U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * get_CSU24U3CU3E8__locals1_9() const { return ___CSU24U3CU3E8__locals1_9; } inline U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C ** get_address_of_CSU24U3CU3E8__locals1_9() { return &___CSU24U3CU3E8__locals1_9; } inline void set_CSU24U3CU3E8__locals1_9(U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * value) { ___CSU24U3CU3E8__locals1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_9), (void*)value); } }; // Wolf/OnlineHandler struct OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 : public RuntimeObject { public: // Wolf Wolf/OnlineHandler::animal Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___animal_0; // System.Int32 Wolf/OnlineHandler::uid int32_t ___uid_1; // System.Boolean Wolf/OnlineHandler::isMirror bool ___isMirror_2; // WolfSyncData Wolf/OnlineHandler::outputSyncData WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ___outputSyncData_3; // WolfSyncData Wolf/OnlineHandler::_inputSyncData WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ____inputSyncData_4; // UnityEngine.Quaternion Wolf/OnlineHandler::syncRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___syncRotation_5; // UnityEngine.Vector3 Wolf/OnlineHandler::syncPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___syncPosition_6; // System.Boolean Wolf/OnlineHandler::hasUpdateBySyncData bool ___hasUpdateBySyncData_7; // System.Boolean Wolf/OnlineHandler::isInvalid bool ___isInvalid_8; // System.String Wolf/OnlineHandler::onHitData String_t* ___onHitData_9; // System.Boolean Wolf/OnlineHandler::onDoNextShootWillDestroy bool ___onDoNextShootWillDestroy_10; // System.Int32 Wolf/OnlineHandler::injuredID int32_t ___injuredID_11; // System.Int32 Wolf/OnlineHandler::deadID int32_t ___deadID_12; public: inline static int32_t get_offset_of_animal_0() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___animal_0)); } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * get_animal_0() const { return ___animal_0; } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC ** get_address_of_animal_0() { return &___animal_0; } inline void set_animal_0(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * value) { ___animal_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___animal_0), (void*)value); } inline static int32_t get_offset_of_uid_1() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___uid_1)); } inline int32_t get_uid_1() const { return ___uid_1; } inline int32_t* get_address_of_uid_1() { return &___uid_1; } inline void set_uid_1(int32_t value) { ___uid_1 = value; } inline static int32_t get_offset_of_isMirror_2() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___isMirror_2)); } inline bool get_isMirror_2() const { return ___isMirror_2; } inline bool* get_address_of_isMirror_2() { return &___isMirror_2; } inline void set_isMirror_2(bool value) { ___isMirror_2 = value; } inline static int32_t get_offset_of_outputSyncData_3() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___outputSyncData_3)); } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * get_outputSyncData_3() const { return ___outputSyncData_3; } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F ** get_address_of_outputSyncData_3() { return &___outputSyncData_3; } inline void set_outputSyncData_3(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * value) { ___outputSyncData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_3), (void*)value); } inline static int32_t get_offset_of__inputSyncData_4() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ____inputSyncData_4)); } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * get__inputSyncData_4() const { return ____inputSyncData_4; } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F ** get_address_of__inputSyncData_4() { return &____inputSyncData_4; } inline void set__inputSyncData_4(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * value) { ____inputSyncData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputSyncData_4), (void*)value); } inline static int32_t get_offset_of_syncRotation_5() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___syncRotation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_syncRotation_5() const { return ___syncRotation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_syncRotation_5() { return &___syncRotation_5; } inline void set_syncRotation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___syncRotation_5 = value; } inline static int32_t get_offset_of_syncPosition_6() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___syncPosition_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_syncPosition_6() const { return ___syncPosition_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_syncPosition_6() { return &___syncPosition_6; } inline void set_syncPosition_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___syncPosition_6 = value; } inline static int32_t get_offset_of_hasUpdateBySyncData_7() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___hasUpdateBySyncData_7)); } inline bool get_hasUpdateBySyncData_7() const { return ___hasUpdateBySyncData_7; } inline bool* get_address_of_hasUpdateBySyncData_7() { return &___hasUpdateBySyncData_7; } inline void set_hasUpdateBySyncData_7(bool value) { ___hasUpdateBySyncData_7 = value; } inline static int32_t get_offset_of_isInvalid_8() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___isInvalid_8)); } inline bool get_isInvalid_8() const { return ___isInvalid_8; } inline bool* get_address_of_isInvalid_8() { return &___isInvalid_8; } inline void set_isInvalid_8(bool value) { ___isInvalid_8 = value; } inline static int32_t get_offset_of_onHitData_9() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___onHitData_9)); } inline String_t* get_onHitData_9() const { return ___onHitData_9; } inline String_t** get_address_of_onHitData_9() { return &___onHitData_9; } inline void set_onHitData_9(String_t* value) { ___onHitData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHitData_9), (void*)value); } inline static int32_t get_offset_of_onDoNextShootWillDestroy_10() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___onDoNextShootWillDestroy_10)); } inline bool get_onDoNextShootWillDestroy_10() const { return ___onDoNextShootWillDestroy_10; } inline bool* get_address_of_onDoNextShootWillDestroy_10() { return &___onDoNextShootWillDestroy_10; } inline void set_onDoNextShootWillDestroy_10(bool value) { ___onDoNextShootWillDestroy_10 = value; } inline static int32_t get_offset_of_injuredID_11() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___injuredID_11)); } inline int32_t get_injuredID_11() const { return ___injuredID_11; } inline int32_t* get_address_of_injuredID_11() { return &___injuredID_11; } inline void set_injuredID_11(int32_t value) { ___injuredID_11 = value; } inline static int32_t get_offset_of_deadID_12() { return static_cast(offsetof(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560, ___deadID_12)); } inline int32_t get_deadID_12() const { return ___deadID_12; } inline int32_t* get_address_of_deadID_12() { return &___deadID_12; } inline void set_deadID_12(int32_t value) { ___deadID_12 = value; } }; // WolfHuntGameMode/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE : public RuntimeObject { public: // WolfHuntGameMode WolfHuntGameMode/<>c__DisplayClass22_0::<>4__this WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * ___U3CU3E4__this_0; // UnityEngine.GameObject WolfHuntGameMode/<>c__DisplayClass22_0::screenInjuredObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___screenInjuredObject_1; // UnityEngine.UI.Image WolfHuntGameMode/<>c__DisplayClass22_0::screenInjuredImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___screenInjuredImage_2; // UnityEngine.Color WolfHuntGameMode/<>c__DisplayClass22_0::screenInjuredColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___screenInjuredColor_3; // UnityStandardAssets.ImageEffects.Blur WolfHuntGameMode/<>c__DisplayClass22_0::blur Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * ___blur_4; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE, ___U3CU3E4__this_0)); } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_screenInjuredObject_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE, ___screenInjuredObject_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_screenInjuredObject_1() const { return ___screenInjuredObject_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_screenInjuredObject_1() { return &___screenInjuredObject_1; } inline void set_screenInjuredObject_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___screenInjuredObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenInjuredObject_1), (void*)value); } inline static int32_t get_offset_of_screenInjuredImage_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE, ___screenInjuredImage_2)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_screenInjuredImage_2() const { return ___screenInjuredImage_2; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_screenInjuredImage_2() { return &___screenInjuredImage_2; } inline void set_screenInjuredImage_2(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___screenInjuredImage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___screenInjuredImage_2), (void*)value); } inline static int32_t get_offset_of_screenInjuredColor_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE, ___screenInjuredColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_screenInjuredColor_3() const { return ___screenInjuredColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_screenInjuredColor_3() { return &___screenInjuredColor_3; } inline void set_screenInjuredColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___screenInjuredColor_3 = value; } inline static int32_t get_offset_of_blur_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE, ___blur_4)); } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * get_blur_4() const { return ___blur_4; } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B ** get_address_of_blur_4() { return &___blur_4; } inline void set_blur_4(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * value) { ___blur_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___blur_4), (void*)value); } }; // WolfHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 : public RuntimeObject { public: // WolfHuntGameMode_OnlinePK WolfHuntGameMode_OnlinePK/OnlineHelper::gameMode WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___gameMode_0; // SocketPlayer WolfHuntGameMode_OnlinePK/OnlineHelper::socketPlayer SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___socketPlayer_1; // System.Int32 WolfHuntGameMode_OnlinePK/OnlineHelper::myPlayerIndex int32_t ___myPlayerIndex_2; // System.Int32 WolfHuntGameMode_OnlinePK/OnlineHelper::roundID int32_t ___roundID_3; // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::gameEnd bool ___gameEnd_4; // UnityEngine.WaitForSecondsRealtime WolfHuntGameMode_OnlinePK/OnlineHelper::uploadOnceTime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___uploadOnceTime_5; // UnityEngine.Quaternion WolfHuntGameMode_OnlinePK/OnlineHelper::bowTargetQua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___bowTargetQua_6; // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::hasBowTargBtQua bool ___hasBowTargBtQua_7; // System.Int32 WolfHuntGameMode_OnlinePK/OnlineHelper::lastRoundID int32_t ___lastRoundID_8; // System.Int32 WolfHuntGameMode_OnlinePK/OnlineHelper::lastRoundTipPlayerIndex int32_t ___lastRoundTipPlayerIndex_9; // System.Collections.Generic.Dictionary`2 WolfHuntGameMode_OnlinePK/OnlineHelper::arrowSyncMap Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___arrowSyncMap_10; // System.Collections.Generic.Dictionary`2 WolfHuntGameMode_OnlinePK/OnlineHelper::animalSyncMap Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * ___animalSyncMap_11; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___gameMode_0)); } inline WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * get_gameMode_0() const { return ___gameMode_0; } inline WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_socketPlayer_1() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___socketPlayer_1)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_socketPlayer_1() const { return ___socketPlayer_1; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_socketPlayer_1() { return &___socketPlayer_1; } inline void set_socketPlayer_1(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___socketPlayer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___socketPlayer_1), (void*)value); } inline static int32_t get_offset_of_myPlayerIndex_2() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___myPlayerIndex_2)); } inline int32_t get_myPlayerIndex_2() const { return ___myPlayerIndex_2; } inline int32_t* get_address_of_myPlayerIndex_2() { return &___myPlayerIndex_2; } inline void set_myPlayerIndex_2(int32_t value) { ___myPlayerIndex_2 = value; } inline static int32_t get_offset_of_roundID_3() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___roundID_3)); } inline int32_t get_roundID_3() const { return ___roundID_3; } inline int32_t* get_address_of_roundID_3() { return &___roundID_3; } inline void set_roundID_3(int32_t value) { ___roundID_3 = value; } inline static int32_t get_offset_of_gameEnd_4() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___gameEnd_4)); } inline bool get_gameEnd_4() const { return ___gameEnd_4; } inline bool* get_address_of_gameEnd_4() { return &___gameEnd_4; } inline void set_gameEnd_4(bool value) { ___gameEnd_4 = value; } inline static int32_t get_offset_of_uploadOnceTime_5() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___uploadOnceTime_5)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_uploadOnceTime_5() const { return ___uploadOnceTime_5; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_uploadOnceTime_5() { return &___uploadOnceTime_5; } inline void set_uploadOnceTime_5(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___uploadOnceTime_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___uploadOnceTime_5), (void*)value); } inline static int32_t get_offset_of_bowTargetQua_6() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___bowTargetQua_6)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_bowTargetQua_6() const { return ___bowTargetQua_6; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_bowTargetQua_6() { return &___bowTargetQua_6; } inline void set_bowTargetQua_6(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___bowTargetQua_6 = value; } inline static int32_t get_offset_of_hasBowTargBtQua_7() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___hasBowTargBtQua_7)); } inline bool get_hasBowTargBtQua_7() const { return ___hasBowTargBtQua_7; } inline bool* get_address_of_hasBowTargBtQua_7() { return &___hasBowTargBtQua_7; } inline void set_hasBowTargBtQua_7(bool value) { ___hasBowTargBtQua_7 = value; } inline static int32_t get_offset_of_lastRoundID_8() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___lastRoundID_8)); } inline int32_t get_lastRoundID_8() const { return ___lastRoundID_8; } inline int32_t* get_address_of_lastRoundID_8() { return &___lastRoundID_8; } inline void set_lastRoundID_8(int32_t value) { ___lastRoundID_8 = value; } inline static int32_t get_offset_of_lastRoundTipPlayerIndex_9() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___lastRoundTipPlayerIndex_9)); } inline int32_t get_lastRoundTipPlayerIndex_9() const { return ___lastRoundTipPlayerIndex_9; } inline int32_t* get_address_of_lastRoundTipPlayerIndex_9() { return &___lastRoundTipPlayerIndex_9; } inline void set_lastRoundTipPlayerIndex_9(int32_t value) { ___lastRoundTipPlayerIndex_9 = value; } inline static int32_t get_offset_of_arrowSyncMap_10() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___arrowSyncMap_10)); } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * get_arrowSyncMap_10() const { return ___arrowSyncMap_10; } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA ** get_address_of_arrowSyncMap_10() { return &___arrowSyncMap_10; } inline void set_arrowSyncMap_10(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * value) { ___arrowSyncMap_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSyncMap_10), (void*)value); } inline static int32_t get_offset_of_animalSyncMap_11() { return static_cast(offsetof(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41, ___animalSyncMap_11)); } inline Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * get_animalSyncMap_11() const { return ___animalSyncMap_11; } inline Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 ** get_address_of_animalSyncMap_11() { return &___animalSyncMap_11; } inline void set_animalSyncMap_11(Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * value) { ___animalSyncMap_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSyncMap_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/WrapAlgorithm struct WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/WrapAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3, ___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.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); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 : public RuntimeObject { public: // System.String BestHTTP.ConnectionBase::k__BackingField String_t* ___U3CServerAddressU3Ek__BackingField_0; // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CCurrentRequestU3Ek__BackingField_2; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CStartTimeU3Ek__BackingField_3; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CTimedOutStartU3Ek__BackingField_4; // System.Uri BestHTTP.ConnectionBase::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CLastProcessedUriU3Ek__BackingField_5; // System.DateTime BestHTTP.ConnectionBase::LastProcessTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastProcessTime_6; // BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * ___OnConnectionRecycled_7; // System.Boolean BestHTTP.ConnectionBase::IsThreaded bool ___IsThreaded_8; // System.Boolean BestHTTP.ConnectionBase::k__BackingField bool ___U3CIsDisposedU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CServerAddressU3Ek__BackingField_0)); } inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; } inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; } inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value) { ___U3CServerAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CCurrentRequestU3Ek__BackingField_2)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; } inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CCurrentRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStartTimeU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; } inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CStartTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CTimedOutStartU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; } inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CTimedOutStartU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CLastProcessedUriU3Ek__BackingField_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; } inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CLastProcessedUriU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___LastProcessTime_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastProcessTime_6() const { return ___LastProcessTime_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; } inline void set_LastProcessTime_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastProcessTime_6 = value; } inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___OnConnectionRecycled_7)); } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; } inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * value) { ___OnConnectionRecycled_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value); } inline static int32_t get_offset_of_IsThreaded_8() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___IsThreaded_8)); } inline bool get_IsThreaded_8() const { return ___IsThreaded_8; } inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; } inline void set_IsThreaded_8(bool value) { ___IsThreaded_8 = value; } inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CIsDisposedU3Ek__BackingField_9)); } inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; } inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value) { ___U3CIsDisposedU3Ek__BackingField_9 = value; } }; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 : public RuntimeObject { public: // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_0; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CUserNameU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CPasswordU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CTypeU3Ek__BackingField_0)); } inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(int32_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUserNameU3Ek__BackingField_1() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CUserNameU3Ek__BackingField_1)); } inline String_t* get_U3CUserNameU3Ek__BackingField_1() const { return ___U3CUserNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUserNameU3Ek__BackingField_1() { return &___U3CUserNameU3Ek__BackingField_1; } inline void set_U3CUserNameU3Ek__BackingField_1(String_t* value) { ___U3CUserNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPasswordU3Ek__BackingField_2() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CPasswordU3Ek__BackingField_2)); } inline String_t* get_U3CPasswordU3Ek__BackingField_2() const { return ___U3CPasswordU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPasswordU3Ek__BackingField_2() { return &___U3CPasswordU3Ek__BackingField_2; } inline void set_U3CPasswordU3Ek__BackingField_2(String_t* value) { ___U3CPasswordU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPasswordU3Ek__BackingField_2), (void*)value); } }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.HTTPManager struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD : public RuntimeObject { public: public: }; struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCachingDisabledU3Ek__BackingField_2; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_4; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_7; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRequestTimeoutU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPManager::k__BackingField Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * ___U3CRootCacheFolderProviderU3Ek__BackingField_9; // BestHTTP.Proxy BestHTTP.HTTPManager::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_10; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * ___heartbeats_11; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_12; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; // System.Func`4 BestHTTP.HTTPManager::k__BackingField Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; // System.Boolean BestHTTP.HTTPManager::TryToMinimizeTCPLatency bool ___TryToMinimizeTCPLatency_17; // System.Int32 BestHTTP.HTTPManager::SendBufferSize int32_t ___SendBufferSize_18; // System.Int32 BestHTTP.HTTPManager::ReceiveBufferSize int32_t ___ReceiveBufferSize_19; // BestHTTP.PlatformSupport.FileSystem.IIOService BestHTTP.HTTPManager::IOService RuntimeObject* ___IOService_20; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_21; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * ___Connections_22; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___ActiveConnections_23; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___FreeConnections_24; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___RecycledConnections_25; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___RequestQueue_26; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_27; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_28; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsQuittingU3Ek__BackingField_29; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCachingDisabledU3Ek__BackingField_2)); } inline bool get_U3CIsCachingDisabledU3Ek__BackingField_2() const { return ___U3CIsCachingDisabledU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return &___U3CIsCachingDisabledU3Ek__BackingField_2; } inline void set_U3CIsCachingDisabledU3Ek__BackingField_2(bool value) { ___U3CIsCachingDisabledU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCookiesEnabledU3Ek__BackingField_4)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_4() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return &___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_4(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_5)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_5() const { return ___U3CCookieJarSizeU3Ek__BackingField_5; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_5() { return &___U3CCookieJarSizeU3Ek__BackingField_5; } inline void set_U3CCookieJarSizeU3Ek__BackingField_5(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_6)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_6() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_6(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_7() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_7() const { return ___U3CConnectTimeoutU3Ek__BackingField_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_7() { return &___U3CConnectTimeoutU3Ek__BackingField_7; } inline void set_U3CConnectTimeoutU3Ek__BackingField_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_8() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRequestTimeoutU3Ek__BackingField_8() const { return ___U3CRequestTimeoutU3Ek__BackingField_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_8() { return &___U3CRequestTimeoutU3Ek__BackingField_8; } inline void set_U3CRequestTimeoutU3Ek__BackingField_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRequestTimeoutU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRootCacheFolderProviderU3Ek__BackingField_9)); } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * get_U3CRootCacheFolderProviderU3Ek__BackingField_9() const { return ___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 ** get_address_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return &___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline void set_U3CRootCacheFolderProviderU3Ek__BackingField_9(Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * value) { ___U3CRootCacheFolderProviderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRootCacheFolderProviderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CProxyU3Ek__BackingField_10)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_10() const { return ___U3CProxyU3Ek__BackingField_10; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_10() { return &___U3CProxyU3Ek__BackingField_10; } inline void set_U3CProxyU3Ek__BackingField_10(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_heartbeats_11() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___heartbeats_11)); } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * get_heartbeats_11() const { return ___heartbeats_11; } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E ** get_address_of_heartbeats_11() { return &___heartbeats_11; } inline void set_heartbeats_11(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * value) { ___heartbeats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_11), (void*)value); } inline static int32_t get_offset_of_logger_12() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___logger_12)); } inline RuntimeObject* get_logger_12() const { return ___logger_12; } inline RuntimeObject** get_address_of_logger_12() { return &___logger_12; } inline void set_logger_12(RuntimeObject* value) { ___logger_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_12), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13)); } inline RuntimeObject* get_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() const { return ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline RuntimeObject** get_address_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return &___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline void set_U3CDefaultCertificateVerifyerU3Ek__BackingField_13(RuntimeObject* value) { ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificateVerifyerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14)); } inline RuntimeObject* get_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() const { return ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline RuntimeObject** get_address_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return &___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline void set_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14(RuntimeObject* value) { ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15)); } inline bool get_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() const { return ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return &___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline void set_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15(bool value) { ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificationValidatorU3Ek__BackingField_16)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_U3CDefaultCertificationValidatorU3Ek__BackingField_16() const { return ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return &___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline void set_U3CDefaultCertificationValidatorU3Ek__BackingField_16(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___U3CDefaultCertificationValidatorU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificationValidatorU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_TryToMinimizeTCPLatency_17() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___TryToMinimizeTCPLatency_17)); } inline bool get_TryToMinimizeTCPLatency_17() const { return ___TryToMinimizeTCPLatency_17; } inline bool* get_address_of_TryToMinimizeTCPLatency_17() { return &___TryToMinimizeTCPLatency_17; } inline void set_TryToMinimizeTCPLatency_17(bool value) { ___TryToMinimizeTCPLatency_17 = value; } inline static int32_t get_offset_of_SendBufferSize_18() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___SendBufferSize_18)); } inline int32_t get_SendBufferSize_18() const { return ___SendBufferSize_18; } inline int32_t* get_address_of_SendBufferSize_18() { return &___SendBufferSize_18; } inline void set_SendBufferSize_18(int32_t value) { ___SendBufferSize_18 = value; } inline static int32_t get_offset_of_ReceiveBufferSize_19() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ReceiveBufferSize_19)); } inline int32_t get_ReceiveBufferSize_19() const { return ___ReceiveBufferSize_19; } inline int32_t* get_address_of_ReceiveBufferSize_19() { return &___ReceiveBufferSize_19; } inline void set_ReceiveBufferSize_19(int32_t value) { ___ReceiveBufferSize_19 = value; } inline static int32_t get_offset_of_IOService_20() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IOService_20)); } inline RuntimeObject* get_IOService_20() const { return ___IOService_20; } inline RuntimeObject** get_address_of_IOService_20() { return &___IOService_20; } inline void set_IOService_20(RuntimeObject* value) { ___IOService_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IOService_20), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_21() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_21)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_21() const { return ___U3CMaxPathLengthU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_21() { return &___U3CMaxPathLengthU3Ek__BackingField_21; } inline void set_U3CMaxPathLengthU3Ek__BackingField_21(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_Connections_22() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Connections_22)); } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * get_Connections_22() const { return ___Connections_22; } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 ** get_address_of_Connections_22() { return &___Connections_22; } inline void set_Connections_22(Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * value) { ___Connections_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_22), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_23() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ActiveConnections_23)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_ActiveConnections_23() const { return ___ActiveConnections_23; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_ActiveConnections_23() { return &___ActiveConnections_23; } inline void set_ActiveConnections_23(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___ActiveConnections_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_23), (void*)value); } inline static int32_t get_offset_of_FreeConnections_24() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___FreeConnections_24)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_FreeConnections_24() const { return ___FreeConnections_24; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_FreeConnections_24() { return &___FreeConnections_24; } inline void set_FreeConnections_24(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___FreeConnections_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_24), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_25() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RecycledConnections_25)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_RecycledConnections_25() const { return ___RecycledConnections_25; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_RecycledConnections_25() { return &___RecycledConnections_25; } inline void set_RecycledConnections_25(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___RecycledConnections_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_25), (void*)value); } inline static int32_t get_offset_of_RequestQueue_26() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RequestQueue_26)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_RequestQueue_26() const { return ___RequestQueue_26; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_RequestQueue_26() { return &___RequestQueue_26; } inline void set_RequestQueue_26(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___RequestQueue_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_26), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_27() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IsCallingCallbacks_27)); } inline bool get_IsCallingCallbacks_27() const { return ___IsCallingCallbacks_27; } inline bool* get_address_of_IsCallingCallbacks_27() { return &___IsCallingCallbacks_27; } inline void set_IsCallingCallbacks_27(bool value) { ___IsCallingCallbacks_27 = value; } inline static int32_t get_offset_of_Locker_28() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Locker_28)); } inline RuntimeObject * get_Locker_28() const { return ___Locker_28; } inline RuntimeObject ** get_address_of_Locker_28() { return &___Locker_28; } inline void set_Locker_28(RuntimeObject * value) { ___Locker_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_28), (void*)value); } inline static int32_t get_offset_of_U3CIsQuittingU3Ek__BackingField_29() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsQuittingU3Ek__BackingField_29)); } inline bool get_U3CIsQuittingU3Ek__BackingField_29() const { return ___U3CIsQuittingU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsQuittingU3Ek__BackingField_29() { return &___U3CIsQuittingU3Ek__BackingField_29; } inline void set_U3CIsQuittingU3Ek__BackingField_29(bool value) { ___U3CIsQuittingU3Ek__BackingField_29 = value; } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 : public RuntimeObject { public: // System.String BestHTTP.SocketIO.HandshakeData::k__BackingField String_t* ___U3CSidU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CUpgradesU3Ek__BackingField_1; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingTimeoutU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CSidU3Ek__BackingField_0() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CSidU3Ek__BackingField_0)); } inline String_t* get_U3CSidU3Ek__BackingField_0() const { return ___U3CSidU3Ek__BackingField_0; } inline String_t** get_address_of_U3CSidU3Ek__BackingField_0() { return &___U3CSidU3Ek__BackingField_0; } inline void set_U3CSidU3Ek__BackingField_0(String_t* value) { ___U3CSidU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSidU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CUpgradesU3Ek__BackingField_1() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CUpgradesU3Ek__BackingField_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CUpgradesU3Ek__BackingField_1() const { return ___U3CUpgradesU3Ek__BackingField_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CUpgradesU3Ek__BackingField_1() { return &___U3CUpgradesU3Ek__BackingField_1; } inline void set_U3CUpgradesU3Ek__BackingField_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CUpgradesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUpgradesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_2() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CPingIntervalU3Ek__BackingField_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_2() const { return ___U3CPingIntervalU3Ek__BackingField_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_2() { return &___U3CPingIntervalU3Ek__BackingField_2; } inline void set_U3CPingIntervalU3Ek__BackingField_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CPingTimeoutU3Ek__BackingField_3() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CPingTimeoutU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingTimeoutU3Ek__BackingField_3() const { return ___U3CPingTimeoutU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingTimeoutU3Ek__BackingField_3() { return &___U3CPingTimeoutU3Ek__BackingField_3; } inline void set_U3CPingTimeoutU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingTimeoutU3Ek__BackingField_3 = value; } }; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 : public RuntimeObject { public: // System.Uri BestHTTP.SignalRCore.HubConnection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CStateU3Ek__BackingField_2; // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_3; // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CProtocolU3Ek__BackingField_4; // System.Action`3 BestHTTP.SignalRCore.HubConnection::OnRedirected Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___OnRedirected_5; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnConnected Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnConnected_6; // System.Action`2 BestHTTP.SignalRCore.HubConnection::OnError Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___OnError_7; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnClosed Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnClosed_8; // System.Func`3 BestHTTP.SignalRCore.HubConnection::OnMessage Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___OnMessage_9; // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::k__BackingField NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___U3CNegotiationResultU3Ek__BackingField_11; // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::k__BackingField HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___U3COptionsU3Ek__BackingField_12; // System.Int32 BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_13; // System.Int64 BestHTTP.SignalRCore.HubConnection::lastInvocationId int64_t ___lastInvocationId_14; // System.Collections.Generic.Dictionary`2> BestHTTP.SignalRCore.HubConnection::invocations Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * ___invocations_15; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalRCore.HubConnection::subscriptions Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * ___subscriptions_16; // System.DateTime BestHTTP.SignalRCore.HubConnection::lastMessageSent DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMessageSent_17; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CStateU3Ek__BackingField_2)); } inline int32_t get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(int32_t value) { ___U3CStateU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_3() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CTransportU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_3() const { return ___U3CTransportU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_3() { return &___U3CTransportU3Ek__BackingField_3; } inline void set_U3CTransportU3Ek__BackingField_3(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_4() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CProtocolU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CProtocolU3Ek__BackingField_4() const { return ___U3CProtocolU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CProtocolU3Ek__BackingField_4() { return &___U3CProtocolU3Ek__BackingField_4; } inline void set_U3CProtocolU3Ek__BackingField_4(RuntimeObject* value) { ___U3CProtocolU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtocolU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_OnRedirected_5() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnRedirected_5)); } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * get_OnRedirected_5() const { return ___OnRedirected_5; } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** get_address_of_OnRedirected_5() { return &___OnRedirected_5; } inline void set_OnRedirected_5(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * value) { ___OnRedirected_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnRedirected_5), (void*)value); } inline static int32_t get_offset_of_OnConnected_6() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnConnected_6)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnConnected_6() const { return ___OnConnected_6; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnConnected_6() { return &___OnConnected_6; } inline void set_OnConnected_6(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnConnected_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_6), (void*)value); } inline static int32_t get_offset_of_OnError_7() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnError_7)); } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * get_OnError_7() const { return ___OnError_7; } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** get_address_of_OnError_7() { return &___OnError_7; } inline void set_OnError_7(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * value) { ___OnError_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_7), (void*)value); } inline static int32_t get_offset_of_OnClosed_8() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnClosed_8)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnClosed_8() const { return ___OnClosed_8; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnClosed_8() { return &___OnClosed_8; } inline void set_OnClosed_8(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnClosed_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_8), (void*)value); } inline static int32_t get_offset_of_OnMessage_9() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnMessage_9)); } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * get_OnMessage_9() const { return ___OnMessage_9; } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** get_address_of_OnMessage_9() { return &___OnMessage_9; } inline void set_OnMessage_9(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * value) { ___OnMessage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_11() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CNegotiationResultU3Ek__BackingField_11)); } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * get_U3CNegotiationResultU3Ek__BackingField_11() const { return ___U3CNegotiationResultU3Ek__BackingField_11; } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_11() { return &___U3CNegotiationResultU3Ek__BackingField_11; } inline void set_U3CNegotiationResultU3Ek__BackingField_11(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * value) { ___U3CNegotiationResultU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_12() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3COptionsU3Ek__BackingField_12)); } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * get_U3COptionsU3Ek__BackingField_12() const { return ___U3COptionsU3Ek__BackingField_12; } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 ** get_address_of_U3COptionsU3Ek__BackingField_12() { return &___U3COptionsU3Ek__BackingField_12; } inline void set_U3COptionsU3Ek__BackingField_12(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * value) { ___U3COptionsU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_13() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CRedirectCountU3Ek__BackingField_13)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_13() const { return ___U3CRedirectCountU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_13() { return &___U3CRedirectCountU3Ek__BackingField_13; } inline void set_U3CRedirectCountU3Ek__BackingField_13(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_lastInvocationId_14() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastInvocationId_14)); } inline int64_t get_lastInvocationId_14() const { return ___lastInvocationId_14; } inline int64_t* get_address_of_lastInvocationId_14() { return &___lastInvocationId_14; } inline void set_lastInvocationId_14(int64_t value) { ___lastInvocationId_14 = value; } inline static int32_t get_offset_of_invocations_15() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___invocations_15)); } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * get_invocations_15() const { return ___invocations_15; } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 ** get_address_of_invocations_15() { return &___invocations_15; } inline void set_invocations_15(Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * value) { ___invocations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocations_15), (void*)value); } inline static int32_t get_offset_of_subscriptions_16() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___subscriptions_16)); } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * get_subscriptions_16() const { return ___subscriptions_16; } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B ** get_address_of_subscriptions_16() { return &___subscriptions_16; } inline void set_subscriptions_16(Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * value) { ___subscriptions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___subscriptions_16), (void*)value); } inline static int32_t get_offset_of_lastMessageSent_17() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastMessageSent_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMessageSent_17() const { return ___lastMessageSent_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMessageSent_17() { return &___lastMessageSent_17; } inline void set_lastMessageSent_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMessageSent_17 = value; } }; struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields { public: // System.Object[] BestHTTP.SignalRCore.HubConnection::EmptyArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___EmptyArgs_0; public: inline static int32_t get_offset_of_EmptyArgs_0() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields, ___EmptyArgs_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_EmptyArgs_0() const { return ___EmptyArgs_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_EmptyArgs_0() { return &___EmptyArgs_0; } inline void set_EmptyArgs_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___EmptyArgs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArgs_0), (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; }; // BestHTTP.SocketIO.Packet struct Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F : public RuntimeObject { public: // BestHTTP.SocketIO.TransportEventTypes BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CTransportEventU3Ek__BackingField_1; // BestHTTP.SocketIO.SocketIOEventTypes BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CSocketIOEventU3Ek__BackingField_2; // System.Int32 BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CAttachmentCountU3Ek__BackingField_3; // System.Int32 BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CIdU3Ek__BackingField_4; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CNamespaceU3Ek__BackingField_5; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CPayloadU3Ek__BackingField_6; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CEventNameU3Ek__BackingField_7; // System.Collections.Generic.List`1 BestHTTP.SocketIO.Packet::attachments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___attachments_8; // System.Boolean BestHTTP.SocketIO.Packet::k__BackingField bool ___U3CIsDecodedU3Ek__BackingField_9; // System.Object[] BestHTTP.SocketIO.Packet::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CDecodedArgsU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CTransportEventU3Ek__BackingField_1() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CTransportEventU3Ek__BackingField_1)); } inline int32_t get_U3CTransportEventU3Ek__BackingField_1() const { return ___U3CTransportEventU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CTransportEventU3Ek__BackingField_1() { return &___U3CTransportEventU3Ek__BackingField_1; } inline void set_U3CTransportEventU3Ek__BackingField_1(int32_t value) { ___U3CTransportEventU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSocketIOEventU3Ek__BackingField_2() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CSocketIOEventU3Ek__BackingField_2)); } inline int32_t get_U3CSocketIOEventU3Ek__BackingField_2() const { return ___U3CSocketIOEventU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSocketIOEventU3Ek__BackingField_2() { return &___U3CSocketIOEventU3Ek__BackingField_2; } inline void set_U3CSocketIOEventU3Ek__BackingField_2(int32_t value) { ___U3CSocketIOEventU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CAttachmentCountU3Ek__BackingField_3() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CAttachmentCountU3Ek__BackingField_3)); } inline int32_t get_U3CAttachmentCountU3Ek__BackingField_3() const { return ___U3CAttachmentCountU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CAttachmentCountU3Ek__BackingField_3() { return &___U3CAttachmentCountU3Ek__BackingField_3; } inline void set_U3CAttachmentCountU3Ek__BackingField_3(int32_t value) { ___U3CAttachmentCountU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_4() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CIdU3Ek__BackingField_4)); } inline int32_t get_U3CIdU3Ek__BackingField_4() const { return ___U3CIdU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_4() { return &___U3CIdU3Ek__BackingField_4; } inline void set_U3CIdU3Ek__BackingField_4(int32_t value) { ___U3CIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CNamespaceU3Ek__BackingField_5() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CNamespaceU3Ek__BackingField_5)); } inline String_t* get_U3CNamespaceU3Ek__BackingField_5() const { return ___U3CNamespaceU3Ek__BackingField_5; } inline String_t** get_address_of_U3CNamespaceU3Ek__BackingField_5() { return &___U3CNamespaceU3Ek__BackingField_5; } inline void set_U3CNamespaceU3Ek__BackingField_5(String_t* value) { ___U3CNamespaceU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNamespaceU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CPayloadU3Ek__BackingField_6() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CPayloadU3Ek__BackingField_6)); } inline String_t* get_U3CPayloadU3Ek__BackingField_6() const { return ___U3CPayloadU3Ek__BackingField_6; } inline String_t** get_address_of_U3CPayloadU3Ek__BackingField_6() { return &___U3CPayloadU3Ek__BackingField_6; } inline void set_U3CPayloadU3Ek__BackingField_6(String_t* value) { ___U3CPayloadU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPayloadU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CEventNameU3Ek__BackingField_7() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CEventNameU3Ek__BackingField_7)); } inline String_t* get_U3CEventNameU3Ek__BackingField_7() const { return ___U3CEventNameU3Ek__BackingField_7; } inline String_t** get_address_of_U3CEventNameU3Ek__BackingField_7() { return &___U3CEventNameU3Ek__BackingField_7; } inline void set_U3CEventNameU3Ek__BackingField_7(String_t* value) { ___U3CEventNameU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEventNameU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_attachments_8() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___attachments_8)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_attachments_8() const { return ___attachments_8; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_attachments_8() { return &___attachments_8; } inline void set_attachments_8(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___attachments_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachments_8), (void*)value); } inline static int32_t get_offset_of_U3CIsDecodedU3Ek__BackingField_9() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CIsDecodedU3Ek__BackingField_9)); } inline bool get_U3CIsDecodedU3Ek__BackingField_9() const { return ___U3CIsDecodedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDecodedU3Ek__BackingField_9() { return &___U3CIsDecodedU3Ek__BackingField_9; } inline void set_U3CIsDecodedU3Ek__BackingField_9(bool value) { ___U3CIsDecodedU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CDecodedArgsU3Ek__BackingField_10() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CDecodedArgsU3Ek__BackingField_10)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CDecodedArgsU3Ek__BackingField_10() const { return ___U3CDecodedArgsU3Ek__BackingField_10; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CDecodedArgsU3Ek__BackingField_10() { return &___U3CDecodedArgsU3Ek__BackingField_10; } inline void set_U3CDecodedArgsU3Ek__BackingField_10(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CDecodedArgsU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDecodedArgsU3Ek__BackingField_10), (void*)value); } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // BestHTTP.SocketIO.SocketManager struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 : public RuntimeObject { public: // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::state int32_t ___state_2; // BestHTTP.SocketIO.SocketOptions BestHTTP.SocketIO.SocketManager::k__BackingField SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___U3COptionsU3Ek__BackingField_3; // System.Uri BestHTTP.SocketIO.SocketManager::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_4; // BestHTTP.SocketIO.HandshakeData BestHTTP.SocketIO.SocketManager::k__BackingField HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * ___U3CHandshakeU3Ek__BackingField_5; // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_6; // System.UInt64 BestHTTP.SocketIO.SocketManager::k__BackingField uint64_t ___U3CRequestCounterU3Ek__BackingField_7; // System.Int32 BestHTTP.SocketIO.SocketManager::k__BackingField int32_t ___U3CReconnectAttemptsU3Ek__BackingField_8; // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CEncoderU3Ek__BackingField_9; // System.Int32 BestHTTP.SocketIO.SocketManager::nextAckId int32_t ___nextAckId_10; // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::k__BackingField int32_t ___U3CPreviousStateU3Ek__BackingField_11; // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CUpgradingTransportU3Ek__BackingField_12; // System.Collections.Generic.Dictionary`2 BestHTTP.SocketIO.SocketManager::Namespaces Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * ___Namespaces_13; // System.Collections.Generic.List`1 BestHTTP.SocketIO.SocketManager::Sockets List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * ___Sockets_14; // System.Collections.Generic.List`1 BestHTTP.SocketIO.SocketManager::OfflinePackets List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * ___OfflinePackets_15; // System.DateTime BestHTTP.SocketIO.SocketManager::LastHeartbeat DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastHeartbeat_16; // System.DateTime BestHTTP.SocketIO.SocketManager::ReconnectAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectAt_17; // System.DateTime BestHTTP.SocketIO.SocketManager::ConnectionStarted DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ConnectionStarted_18; // System.Boolean BestHTTP.SocketIO.SocketManager::closing bool ___closing_19; // System.Boolean BestHTTP.SocketIO.SocketManager::IsWaitingPong bool ___IsWaitingPong_20; public: inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_3() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3COptionsU3Ek__BackingField_3)); } inline SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * get_U3COptionsU3Ek__BackingField_3() const { return ___U3COptionsU3Ek__BackingField_3; } inline SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 ** get_address_of_U3COptionsU3Ek__BackingField_3() { return &___U3COptionsU3Ek__BackingField_3; } inline void set_U3COptionsU3Ek__BackingField_3(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * value) { ___U3COptionsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_4() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CUriU3Ek__BackingField_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_4() const { return ___U3CUriU3Ek__BackingField_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_4() { return &___U3CUriU3Ek__BackingField_4; } inline void set_U3CUriU3Ek__BackingField_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CHandshakeU3Ek__BackingField_5() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CHandshakeU3Ek__BackingField_5)); } inline HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * get_U3CHandshakeU3Ek__BackingField_5() const { return ___U3CHandshakeU3Ek__BackingField_5; } inline HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 ** get_address_of_U3CHandshakeU3Ek__BackingField_5() { return &___U3CHandshakeU3Ek__BackingField_5; } inline void set_U3CHandshakeU3Ek__BackingField_5(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * value) { ___U3CHandshakeU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHandshakeU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_6() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CTransportU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_6() const { return ___U3CTransportU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_6() { return &___U3CTransportU3Ek__BackingField_6; } inline void set_U3CTransportU3Ek__BackingField_6(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CRequestCounterU3Ek__BackingField_7() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CRequestCounterU3Ek__BackingField_7)); } inline uint64_t get_U3CRequestCounterU3Ek__BackingField_7() const { return ___U3CRequestCounterU3Ek__BackingField_7; } inline uint64_t* get_address_of_U3CRequestCounterU3Ek__BackingField_7() { return &___U3CRequestCounterU3Ek__BackingField_7; } inline void set_U3CRequestCounterU3Ek__BackingField_7(uint64_t value) { ___U3CRequestCounterU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CReconnectAttemptsU3Ek__BackingField_8() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CReconnectAttemptsU3Ek__BackingField_8)); } inline int32_t get_U3CReconnectAttemptsU3Ek__BackingField_8() const { return ___U3CReconnectAttemptsU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CReconnectAttemptsU3Ek__BackingField_8() { return &___U3CReconnectAttemptsU3Ek__BackingField_8; } inline void set_U3CReconnectAttemptsU3Ek__BackingField_8(int32_t value) { ___U3CReconnectAttemptsU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CEncoderU3Ek__BackingField_9() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CEncoderU3Ek__BackingField_9() const { return ___U3CEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CEncoderU3Ek__BackingField_9() { return &___U3CEncoderU3Ek__BackingField_9; } inline void set_U3CEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_nextAckId_10() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___nextAckId_10)); } inline int32_t get_nextAckId_10() const { return ___nextAckId_10; } inline int32_t* get_address_of_nextAckId_10() { return &___nextAckId_10; } inline void set_nextAckId_10(int32_t value) { ___nextAckId_10 = value; } inline static int32_t get_offset_of_U3CPreviousStateU3Ek__BackingField_11() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CPreviousStateU3Ek__BackingField_11)); } inline int32_t get_U3CPreviousStateU3Ek__BackingField_11() const { return ___U3CPreviousStateU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CPreviousStateU3Ek__BackingField_11() { return &___U3CPreviousStateU3Ek__BackingField_11; } inline void set_U3CPreviousStateU3Ek__BackingField_11(int32_t value) { ___U3CPreviousStateU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CUpgradingTransportU3Ek__BackingField_12() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CUpgradingTransportU3Ek__BackingField_12)); } inline RuntimeObject* get_U3CUpgradingTransportU3Ek__BackingField_12() const { return ___U3CUpgradingTransportU3Ek__BackingField_12; } inline RuntimeObject** get_address_of_U3CUpgradingTransportU3Ek__BackingField_12() { return &___U3CUpgradingTransportU3Ek__BackingField_12; } inline void set_U3CUpgradingTransportU3Ek__BackingField_12(RuntimeObject* value) { ___U3CUpgradingTransportU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUpgradingTransportU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_Namespaces_13() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___Namespaces_13)); } inline Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * get_Namespaces_13() const { return ___Namespaces_13; } inline Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 ** get_address_of_Namespaces_13() { return &___Namespaces_13; } inline void set_Namespaces_13(Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * value) { ___Namespaces_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Namespaces_13), (void*)value); } inline static int32_t get_offset_of_Sockets_14() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___Sockets_14)); } inline List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * get_Sockets_14() const { return ___Sockets_14; } inline List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 ** get_address_of_Sockets_14() { return &___Sockets_14; } inline void set_Sockets_14(List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * value) { ___Sockets_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sockets_14), (void*)value); } inline static int32_t get_offset_of_OfflinePackets_15() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___OfflinePackets_15)); } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * get_OfflinePackets_15() const { return ___OfflinePackets_15; } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 ** get_address_of_OfflinePackets_15() { return &___OfflinePackets_15; } inline void set_OfflinePackets_15(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * value) { ___OfflinePackets_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OfflinePackets_15), (void*)value); } inline static int32_t get_offset_of_LastHeartbeat_16() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___LastHeartbeat_16)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastHeartbeat_16() const { return ___LastHeartbeat_16; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastHeartbeat_16() { return &___LastHeartbeat_16; } inline void set_LastHeartbeat_16(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastHeartbeat_16 = value; } inline static int32_t get_offset_of_ReconnectAt_17() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___ReconnectAt_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectAt_17() const { return ___ReconnectAt_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectAt_17() { return &___ReconnectAt_17; } inline void set_ReconnectAt_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectAt_17 = value; } inline static int32_t get_offset_of_ConnectionStarted_18() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___ConnectionStarted_18)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ConnectionStarted_18() const { return ___ConnectionStarted_18; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ConnectionStarted_18() { return &___ConnectionStarted_18; } inline void set_ConnectionStarted_18(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ConnectionStarted_18 = value; } inline static int32_t get_offset_of_closing_19() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___closing_19)); } inline bool get_closing_19() const { return ___closing_19; } inline bool* get_address_of_closing_19() { return &___closing_19; } inline void set_closing_19(bool value) { ___closing_19 = value; } inline static int32_t get_offset_of_IsWaitingPong_20() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___IsWaitingPong_20)); } inline bool get_IsWaitingPong_20() const { return ___IsWaitingPong_20; } inline bool* get_address_of_IsWaitingPong_20() { return &___IsWaitingPong_20; } inline void set_IsWaitingPong_20(bool value) { ___IsWaitingPong_20 = value; } }; struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields { public: // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CConnectWithU3Ek__BackingField_0; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CReconnectionU3Ek__BackingField_1; // System.Int32 BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CReconnectionAttemptsU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayU3Ek__BackingField_3; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayMaxU3Ek__BackingField_4; // System.Single BestHTTP.SocketIO.SocketOptions::randomizationFactor float ___randomizationFactor_5; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_6; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CAutoConnectU3Ek__BackingField_7; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SocketIO.SocketOptions::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_8; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; // System.String BestHTTP.SocketIO.SocketOptions::BuiltQueryParams String_t* ___BuiltQueryParams_10; public: inline static int32_t get_offset_of_U3CConnectWithU3Ek__BackingField_0() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CConnectWithU3Ek__BackingField_0)); } inline int32_t get_U3CConnectWithU3Ek__BackingField_0() const { return ___U3CConnectWithU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CConnectWithU3Ek__BackingField_0() { return &___U3CConnectWithU3Ek__BackingField_0; } inline void set_U3CConnectWithU3Ek__BackingField_0(int32_t value) { ___U3CConnectWithU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReconnectionU3Ek__BackingField_1() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionU3Ek__BackingField_1)); } inline bool get_U3CReconnectionU3Ek__BackingField_1() const { return ___U3CReconnectionU3Ek__BackingField_1; } inline bool* get_address_of_U3CReconnectionU3Ek__BackingField_1() { return &___U3CReconnectionU3Ek__BackingField_1; } inline void set_U3CReconnectionU3Ek__BackingField_1(bool value) { ___U3CReconnectionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionAttemptsU3Ek__BackingField_2)); } inline int32_t get_U3CReconnectionAttemptsU3Ek__BackingField_2() const { return ___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return &___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline void set_U3CReconnectionAttemptsU3Ek__BackingField_2(int32_t value) { ___U3CReconnectionAttemptsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayU3Ek__BackingField_3() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayU3Ek__BackingField_3() const { return ___U3CReconnectionDelayU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayU3Ek__BackingField_3() { return &___U3CReconnectionDelayU3Ek__BackingField_3; } inline void set_U3CReconnectionDelayU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayMaxU3Ek__BackingField_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayMaxU3Ek__BackingField_4() const { return ___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return &___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline void set_U3CReconnectionDelayMaxU3Ek__BackingField_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayMaxU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_randomizationFactor_5() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___randomizationFactor_5)); } inline float get_randomizationFactor_5() const { return ___randomizationFactor_5; } inline float* get_address_of_randomizationFactor_5() { return &___randomizationFactor_5; } inline void set_randomizationFactor_5(float value) { ___randomizationFactor_5 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CTimeoutU3Ek__BackingField_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_6() const { return ___U3CTimeoutU3Ek__BackingField_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_6() { return &___U3CTimeoutU3Ek__BackingField_6; } inline void set_U3CTimeoutU3Ek__BackingField_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CAutoConnectU3Ek__BackingField_7() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CAutoConnectU3Ek__BackingField_7)); } inline bool get_U3CAutoConnectU3Ek__BackingField_7() const { return ___U3CAutoConnectU3Ek__BackingField_7; } inline bool* get_address_of_U3CAutoConnectU3Ek__BackingField_7() { return &___U3CAutoConnectU3Ek__BackingField_7; } inline void set_U3CAutoConnectU3Ek__BackingField_7(bool value) { ___U3CAutoConnectU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_additionalQueryParams_8() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___additionalQueryParams_8)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_8() const { return ___additionalQueryParams_8; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_8() { return &___additionalQueryParams_8; } inline void set_additionalQueryParams_8(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_8), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_BuiltQueryParams_10() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___BuiltQueryParams_10)); } inline String_t* get_BuiltQueryParams_10() const { return ___BuiltQueryParams_10; } inline String_t** get_address_of_BuiltQueryParams_10() { return &___BuiltQueryParams_10; } inline void set_BuiltQueryParams_10(String_t* value) { ___BuiltQueryParams_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_10), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC : public RuntimeObject { public: // System.String BestHTTP.SignalR.Transports.TransportBase::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // BestHTTP.SignalR.IConnection BestHTTP.SignalR.Transports.TransportBase::k__BackingField RuntimeObject* ___U3CConnectionU3Ek__BackingField_2; // BestHTTP.SignalR.TransportStates BestHTTP.SignalR.Transports.TransportBase::_state int32_t ____state_3; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate BestHTTP.SignalR.Transports.TransportBase::OnStateChanged OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * ___OnStateChanged_4; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_2() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CConnectionU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CConnectionU3Ek__BackingField_2() const { return ___U3CConnectionU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CConnectionU3Ek__BackingField_2() { return &___U3CConnectionU3Ek__BackingField_2; } inline void set_U3CConnectionU3Ek__BackingField_2(RuntimeObject* value) { ___U3CConnectionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ____state_3)); } inline int32_t get__state_3() const { return ____state_3; } inline int32_t* get_address_of__state_3() { return &____state_3; } inline void set__state_3(int32_t value) { ____state_3 = value; } inline static int32_t get_offset_of_OnStateChanged_4() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___OnStateChanged_4)); } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * get_OnStateChanged_4() const { return ___OnStateChanged_4; } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 ** get_address_of_OnStateChanged_4() { return &___OnStateChanged_4; } inline void set_OnStateChanged_4(OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * value) { ___OnStateChanged_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_4), (void*)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); } }; // 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.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocketStates BestHTTP.WebSocket.WebSocket::k__BackingField uint8_t ___U3CStateU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.WebSocket::k__BackingField bool ___U3CStartPingThreadU3Ek__BackingField_1; // System.Int32 BestHTTP.WebSocket.WebSocket::k__BackingField int32_t ___U3CPingFrequencyU3Ek__BackingField_2; // System.TimeSpan BestHTTP.WebSocket.WebSocket::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CInternalRequestU3Ek__BackingField_4; // BestHTTP.WebSocket.Extensions.IExtension[] BestHTTP.WebSocket.WebSocket::k__BackingField IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* ___U3CExtensionsU3Ek__BackingField_5; // BestHTTP.WebSocket.OnWebSocketOpenDelegate BestHTTP.WebSocket.WebSocket::OnOpen OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * ___OnOpen_6; // BestHTTP.WebSocket.OnWebSocketMessageDelegate BestHTTP.WebSocket.WebSocket::OnMessage OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * ___OnMessage_7; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate BestHTTP.WebSocket.WebSocket::OnBinary OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * ___OnBinary_8; // BestHTTP.WebSocket.OnWebSocketClosedDelegate BestHTTP.WebSocket.WebSocket::OnClosed OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * ___OnClosed_9; // BestHTTP.WebSocket.OnWebSocketErrorDelegate BestHTTP.WebSocket.WebSocket::OnError OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * ___OnError_10; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate BestHTTP.WebSocket.WebSocket::OnErrorDesc OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * ___OnErrorDesc_11; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate BestHTTP.WebSocket.WebSocket::OnIncompleteFrame OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * ___OnIncompleteFrame_12; // System.Boolean BestHTTP.WebSocket.WebSocket::requestSent bool ___requestSent_13; // BestHTTP.WebSocket.WebSocketResponse BestHTTP.WebSocket.WebSocket::webSocket WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___webSocket_14; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStateU3Ek__BackingField_0)); } inline uint8_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(uint8_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStartPingThreadU3Ek__BackingField_1() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStartPingThreadU3Ek__BackingField_1)); } inline bool get_U3CStartPingThreadU3Ek__BackingField_1() const { return ___U3CStartPingThreadU3Ek__BackingField_1; } inline bool* get_address_of_U3CStartPingThreadU3Ek__BackingField_1() { return &___U3CStartPingThreadU3Ek__BackingField_1; } inline void set_U3CStartPingThreadU3Ek__BackingField_1(bool value) { ___U3CStartPingThreadU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPingFrequencyU3Ek__BackingField_2() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CPingFrequencyU3Ek__BackingField_2)); } inline int32_t get_U3CPingFrequencyU3Ek__BackingField_2() const { return ___U3CPingFrequencyU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPingFrequencyU3Ek__BackingField_2() { return &___U3CPingFrequencyU3Ek__BackingField_2; } inline void set_U3CPingFrequencyU3Ek__BackingField_2(int32_t value) { ___U3CPingFrequencyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CCloseAfterNoMesssageU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CCloseAfterNoMesssageU3Ek__BackingField_3() const { return ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return &___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline void set_U3CCloseAfterNoMesssageU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CCloseAfterNoMesssageU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CInternalRequestU3Ek__BackingField_4() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CInternalRequestU3Ek__BackingField_4)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CInternalRequestU3Ek__BackingField_4() const { return ___U3CInternalRequestU3Ek__BackingField_4; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CInternalRequestU3Ek__BackingField_4() { return &___U3CInternalRequestU3Ek__BackingField_4; } inline void set_U3CInternalRequestU3Ek__BackingField_4(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CInternalRequestU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalRequestU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExtensionsU3Ek__BackingField_5() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CExtensionsU3Ek__BackingField_5)); } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* get_U3CExtensionsU3Ek__BackingField_5() const { return ___U3CExtensionsU3Ek__BackingField_5; } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8** get_address_of_U3CExtensionsU3Ek__BackingField_5() { return &___U3CExtensionsU3Ek__BackingField_5; } inline void set_U3CExtensionsU3Ek__BackingField_5(IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* value) { ___U3CExtensionsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_OnOpen_6() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnOpen_6)); } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * get_OnOpen_6() const { return ___OnOpen_6; } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 ** get_address_of_OnOpen_6() { return &___OnOpen_6; } inline void set_OnOpen_6(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * value) { ___OnOpen_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnOpen_6), (void*)value); } inline static int32_t get_offset_of_OnMessage_7() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnMessage_7)); } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * get_OnMessage_7() const { return ___OnMessage_7; } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 ** get_address_of_OnMessage_7() { return &___OnMessage_7; } inline void set_OnMessage_7(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * value) { ___OnMessage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_7), (void*)value); } inline static int32_t get_offset_of_OnBinary_8() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnBinary_8)); } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * get_OnBinary_8() const { return ___OnBinary_8; } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB ** get_address_of_OnBinary_8() { return &___OnBinary_8; } inline void set_OnBinary_8(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * value) { ___OnBinary_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBinary_8), (void*)value); } inline static int32_t get_offset_of_OnClosed_9() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnClosed_9)); } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * get_OnClosed_9() const { return ___OnClosed_9; } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E ** get_address_of_OnClosed_9() { return &___OnClosed_9; } inline void set_OnClosed_9(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * value) { ___OnClosed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_9), (void*)value); } inline static int32_t get_offset_of_OnError_10() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnError_10)); } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * get_OnError_10() const { return ___OnError_10; } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 ** get_address_of_OnError_10() { return &___OnError_10; } inline void set_OnError_10(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * value) { ___OnError_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_10), (void*)value); } inline static int32_t get_offset_of_OnErrorDesc_11() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnErrorDesc_11)); } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * get_OnErrorDesc_11() const { return ___OnErrorDesc_11; } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 ** get_address_of_OnErrorDesc_11() { return &___OnErrorDesc_11; } inline void set_OnErrorDesc_11(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * value) { ___OnErrorDesc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnErrorDesc_11), (void*)value); } inline static int32_t get_offset_of_OnIncompleteFrame_12() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnIncompleteFrame_12)); } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * get_OnIncompleteFrame_12() const { return ___OnIncompleteFrame_12; } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 ** get_address_of_OnIncompleteFrame_12() { return &___OnIncompleteFrame_12; } inline void set_OnIncompleteFrame_12(OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * value) { ___OnIncompleteFrame_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnIncompleteFrame_12), (void*)value); } inline static int32_t get_offset_of_requestSent_13() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___requestSent_13)); } inline bool get_requestSent_13() const { return ___requestSent_13; } inline bool* get_address_of_requestSent_13() { return &___requestSent_13; } inline void set_requestSent_13(bool value) { ___requestSent_13 = value; } inline static int32_t get_offset_of_webSocket_14() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___webSocket_14)); } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * get_webSocket_14() const { return ___webSocket_14; } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF ** get_address_of_webSocket_14() { return &___webSocket_14; } inline void set_webSocket_14(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * value) { ___webSocket_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_14), (void*)value); } }; // BestHTTP.WebSocket.Frames.WebSocketFrame struct WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC : public RuntimeObject { public: // BestHTTP.WebSocket.Frames.WebSocketFrameTypes BestHTTP.WebSocket.Frames.WebSocketFrame::k__BackingField uint8_t ___U3CTypeU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrame::k__BackingField bool ___U3CIsFinalU3Ek__BackingField_1; // System.Byte BestHTTP.WebSocket.Frames.WebSocketFrame::
k__BackingField uint8_t ___U3CHeaderU3Ek__BackingField_2; // System.Byte[] BestHTTP.WebSocket.Frames.WebSocketFrame::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_3; // System.Int32 BestHTTP.WebSocket.Frames.WebSocketFrame::k__BackingField int32_t ___U3CDataLengthU3Ek__BackingField_4; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrame::k__BackingField bool ___U3CUseExtensionsU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CTypeU3Ek__BackingField_0)); } inline uint8_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(uint8_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsFinalU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CIsFinalU3Ek__BackingField_1)); } inline bool get_U3CIsFinalU3Ek__BackingField_1() const { return ___U3CIsFinalU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsFinalU3Ek__BackingField_1() { return &___U3CIsFinalU3Ek__BackingField_1; } inline void set_U3CIsFinalU3Ek__BackingField_1(bool value) { ___U3CIsFinalU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHeaderU3Ek__BackingField_2() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CHeaderU3Ek__BackingField_2)); } inline uint8_t get_U3CHeaderU3Ek__BackingField_2() const { return ___U3CHeaderU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CHeaderU3Ek__BackingField_2() { return &___U3CHeaderU3Ek__BackingField_2; } inline void set_U3CHeaderU3Ek__BackingField_2(uint8_t value) { ___U3CHeaderU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_3() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CDataU3Ek__BackingField_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_3() const { return ___U3CDataU3Ek__BackingField_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_3() { return &___U3CDataU3Ek__BackingField_3; } inline void set_U3CDataU3Ek__BackingField_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CDataLengthU3Ek__BackingField_4() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CDataLengthU3Ek__BackingField_4)); } inline int32_t get_U3CDataLengthU3Ek__BackingField_4() const { return ___U3CDataLengthU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CDataLengthU3Ek__BackingField_4() { return &___U3CDataLengthU3Ek__BackingField_4; } inline void set_U3CDataLengthU3Ek__BackingField_4(int32_t value) { ___U3CDataLengthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CUseExtensionsU3Ek__BackingField_5() { return static_cast(offsetof(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC, ___U3CUseExtensionsU3Ek__BackingField_5)); } inline bool get_U3CUseExtensionsU3Ek__BackingField_5() const { return ___U3CUseExtensionsU3Ek__BackingField_5; } inline bool* get_address_of_U3CUseExtensionsU3Ek__BackingField_5() { return &___U3CUseExtensionsU3Ek__BackingField_5; } inline void set_U3CUseExtensionsU3Ek__BackingField_5(bool value) { ___U3CUseExtensionsU3Ek__BackingField_5 = value; } }; // BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB { public: // System.Byte BestHTTP.WebSocket.Frames.WebSocketFrameReader::
k__BackingField uint8_t ___U3CHeaderU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField bool ___U3CIsFinalU3Ek__BackingField_1; // BestHTTP.WebSocket.Frames.WebSocketFrameTypes BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField uint8_t ___U3CTypeU3Ek__BackingField_2; // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField bool ___U3CHasMaskU3Ek__BackingField_3; // System.UInt64 BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField uint64_t ___U3CLengthU3Ek__BackingField_4; // System.Byte[] BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_5; // System.String BestHTTP.WebSocket.Frames.WebSocketFrameReader::k__BackingField String_t* ___U3CDataAsTextU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CHeaderU3Ek__BackingField_0() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CHeaderU3Ek__BackingField_0)); } inline uint8_t get_U3CHeaderU3Ek__BackingField_0() const { return ___U3CHeaderU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CHeaderU3Ek__BackingField_0() { return &___U3CHeaderU3Ek__BackingField_0; } inline void set_U3CHeaderU3Ek__BackingField_0(uint8_t value) { ___U3CHeaderU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsFinalU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CIsFinalU3Ek__BackingField_1)); } inline bool get_U3CIsFinalU3Ek__BackingField_1() const { return ___U3CIsFinalU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsFinalU3Ek__BackingField_1() { return &___U3CIsFinalU3Ek__BackingField_1; } inline void set_U3CIsFinalU3Ek__BackingField_1(bool value) { ___U3CIsFinalU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_2() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CTypeU3Ek__BackingField_2)); } inline uint8_t get_U3CTypeU3Ek__BackingField_2() const { return ___U3CTypeU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CTypeU3Ek__BackingField_2() { return &___U3CTypeU3Ek__BackingField_2; } inline void set_U3CTypeU3Ek__BackingField_2(uint8_t value) { ___U3CTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CHasMaskU3Ek__BackingField_3() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CHasMaskU3Ek__BackingField_3)); } inline bool get_U3CHasMaskU3Ek__BackingField_3() const { return ___U3CHasMaskU3Ek__BackingField_3; } inline bool* get_address_of_U3CHasMaskU3Ek__BackingField_3() { return &___U3CHasMaskU3Ek__BackingField_3; } inline void set_U3CHasMaskU3Ek__BackingField_3(bool value) { ___U3CHasMaskU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_4() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CLengthU3Ek__BackingField_4)); } inline uint64_t get_U3CLengthU3Ek__BackingField_4() const { return ___U3CLengthU3Ek__BackingField_4; } inline uint64_t* get_address_of_U3CLengthU3Ek__BackingField_4() { return &___U3CLengthU3Ek__BackingField_4; } inline void set_U3CLengthU3Ek__BackingField_4(uint64_t value) { ___U3CLengthU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_5() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_5() const { return ___U3CDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_5() { return &___U3CDataU3Ek__BackingField_5; } inline void set_U3CDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CDataAsTextU3Ek__BackingField_6() { return static_cast(offsetof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB, ___U3CDataAsTextU3Ek__BackingField_6)); } inline String_t* get_U3CDataAsTextU3Ek__BackingField_6() const { return ___U3CDataAsTextU3Ek__BackingField_6; } inline String_t** get_address_of_U3CDataAsTextU3Ek__BackingField_6() { return &___U3CDataAsTextU3Ek__BackingField_6; } inline void set_U3CDataAsTextU3Ek__BackingField_6(String_t* value) { ___U3CDataAsTextU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataAsTextU3Ek__BackingField_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB_marshaled_pinvoke { uint8_t ___U3CHeaderU3Ek__BackingField_0; int32_t ___U3CIsFinalU3Ek__BackingField_1; uint8_t ___U3CTypeU3Ek__BackingField_2; int32_t ___U3CHasMaskU3Ek__BackingField_3; uint64_t ___U3CLengthU3Ek__BackingField_4; Il2CppSafeArray/*NONE*/* ___U3CDataU3Ek__BackingField_5; char* ___U3CDataAsTextU3Ek__BackingField_6; }; // Native definition for COM marshalling of BestHTTP.WebSocket.Frames.WebSocketFrameReader struct WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB_marshaled_com { uint8_t ___U3CHeaderU3Ek__BackingField_0; int32_t ___U3CIsFinalU3Ek__BackingField_1; uint8_t ___U3CTypeU3Ek__BackingField_2; int32_t ___U3CHasMaskU3Ek__BackingField_3; uint64_t ___U3CLengthU3Ek__BackingField_4; Il2CppSafeArray/*NONE*/* ___U3CDataU3Ek__BackingField_5; Il2CppChar* ___U3CDataAsTextU3Ek__BackingField_6; }; // BestHTTP.SignalRCore.Transports.WebSocketTransport struct WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C : public RuntimeObject { public: // BestHTTP.SignalRCore.TransportStates BestHTTP.SignalRCore.Transports.WebSocketTransport::_state int32_t ____state_0; // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::k__BackingField String_t* ___U3CErrorReasonU3Ek__BackingField_1; // System.Action`2 BestHTTP.SignalRCore.Transports.WebSocketTransport::OnStateChanged Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * ___OnStateChanged_2; // BestHTTP.WebSocket.WebSocket BestHTTP.SignalRCore.Transports.WebSocketTransport::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_3; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.Transports.WebSocketTransport::connection HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___connection_4; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Transports.WebSocketTransport::messages List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * ___messages_5; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of_U3CErrorReasonU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___U3CErrorReasonU3Ek__BackingField_1)); } inline String_t* get_U3CErrorReasonU3Ek__BackingField_1() const { return ___U3CErrorReasonU3Ek__BackingField_1; } inline String_t** get_address_of_U3CErrorReasonU3Ek__BackingField_1() { return &___U3CErrorReasonU3Ek__BackingField_1; } inline void set_U3CErrorReasonU3Ek__BackingField_1(String_t* value) { ___U3CErrorReasonU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorReasonU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_2() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___OnStateChanged_2)); } inline Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * get_OnStateChanged_2() const { return ___OnStateChanged_2; } inline Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 ** get_address_of_OnStateChanged_2() { return &___OnStateChanged_2; } inline void set_OnStateChanged_2(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * value) { ___OnStateChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_2), (void*)value); } inline static int32_t get_offset_of_webSocket_3() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___webSocket_3)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_3() const { return ___webSocket_3; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_3() { return &___webSocket_3; } inline void set_webSocket_3(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_3), (void*)value); } inline static int32_t get_offset_of_connection_4() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___connection_4)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_connection_4() const { return ___connection_4; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_connection_4() { return &___connection_4; } inline void set_connection_4(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___connection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___connection_4), (void*)value); } inline static int32_t get_offset_of_messages_5() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___messages_5)); } inline List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * get_messages_5() const { return ___messages_5; } inline List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** get_address_of_messages_5() { return &___messages_5; } inline void set_messages_5(List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * value) { ___messages_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_5), (void*)value); } }; // BestHTTP.SocketIO.Transports.WebSocketTransport struct WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField int32_t ___U3CStateU3Ek__BackingField_0; // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___U3CManagerU3Ek__BackingField_1; // BestHTTP.WebSocket.WebSocket BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___U3CImplementationU3Ek__BackingField_2; // BestHTTP.SocketIO.Packet BestHTTP.SocketIO.Transports.WebSocketTransport::PacketWithAttachment Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___PacketWithAttachment_3; // System.Byte[] BestHTTP.SocketIO.Transports.WebSocketTransport::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_4; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CStateU3Ek__BackingField_0)); } inline int32_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(int32_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CManagerU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CManagerU3Ek__BackingField_1)); } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * get_U3CManagerU3Ek__BackingField_1() const { return ___U3CManagerU3Ek__BackingField_1; } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 ** get_address_of_U3CManagerU3Ek__BackingField_1() { return &___U3CManagerU3Ek__BackingField_1; } inline void set_U3CManagerU3Ek__BackingField_1(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * value) { ___U3CManagerU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CManagerU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CImplementationU3Ek__BackingField_2() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CImplementationU3Ek__BackingField_2)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_U3CImplementationU3Ek__BackingField_2() const { return ___U3CImplementationU3Ek__BackingField_2; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_U3CImplementationU3Ek__BackingField_2() { return &___U3CImplementationU3Ek__BackingField_2; } inline void set_U3CImplementationU3Ek__BackingField_2(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___U3CImplementationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImplementationU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_PacketWithAttachment_3() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___PacketWithAttachment_3)); } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * get_PacketWithAttachment_3() const { return ___PacketWithAttachment_3; } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F ** get_address_of_PacketWithAttachment_3() { return &___PacketWithAttachment_3; } inline void set_PacketWithAttachment_3(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * value) { ___PacketWithAttachment_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PacketWithAttachment_3), (void*)value); } inline static int32_t get_offset_of_Buffer_4() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___Buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_4() const { return ___Buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_4() { return &___Buffer_4; } inline void set_Buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_4), (void*)value); } }; // WolfHuntGameMode_LocalPK struct WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 : public WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF { public: // System.Int32 WolfHuntGameMode_LocalPK::currentPlayerIndex int32_t ___currentPlayerIndex_31; // System.Single WolfHuntGameMode_LocalPK::singleShootReadyTime float ___singleShootReadyTime_32; // System.Single WolfHuntGameMode_LocalPK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_33; // System.Int32[] WolfHuntGameMode_LocalPK::playerHpList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___playerHpList_34; // System.Boolean[] WolfHuntGameMode_LocalPK::playerDieList BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerDieList_35; // System.Boolean WolfHuntGameMode_LocalPK::hasShootOut bool ___hasShootOut_36; // HunterGamePlayerScoreCounter WolfHuntGameMode_LocalPK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_37; public: inline static int32_t get_offset_of_currentPlayerIndex_31() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___currentPlayerIndex_31)); } inline int32_t get_currentPlayerIndex_31() const { return ___currentPlayerIndex_31; } inline int32_t* get_address_of_currentPlayerIndex_31() { return &___currentPlayerIndex_31; } inline void set_currentPlayerIndex_31(int32_t value) { ___currentPlayerIndex_31 = value; } inline static int32_t get_offset_of_singleShootReadyTime_32() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___singleShootReadyTime_32)); } inline float get_singleShootReadyTime_32() const { return ___singleShootReadyTime_32; } inline float* get_address_of_singleShootReadyTime_32() { return &___singleShootReadyTime_32; } inline void set_singleShootReadyTime_32(float value) { ___singleShootReadyTime_32 = value; } inline static int32_t get_offset_of_singleShootReadyTimeMax_33() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___singleShootReadyTimeMax_33)); } inline float get_singleShootReadyTimeMax_33() const { return ___singleShootReadyTimeMax_33; } inline float* get_address_of_singleShootReadyTimeMax_33() { return &___singleShootReadyTimeMax_33; } inline void set_singleShootReadyTimeMax_33(float value) { ___singleShootReadyTimeMax_33 = value; } inline static int32_t get_offset_of_playerHpList_34() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___playerHpList_34)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_playerHpList_34() const { return ___playerHpList_34; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_playerHpList_34() { return &___playerHpList_34; } inline void set_playerHpList_34(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___playerHpList_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerHpList_34), (void*)value); } inline static int32_t get_offset_of_playerDieList_35() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___playerDieList_35)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerDieList_35() const { return ___playerDieList_35; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerDieList_35() { return &___playerDieList_35; } inline void set_playerDieList_35(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerDieList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerDieList_35), (void*)value); } inline static int32_t get_offset_of_hasShootOut_36() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___hasShootOut_36)); } inline bool get_hasShootOut_36() const { return ___hasShootOut_36; } inline bool* get_address_of_hasShootOut_36() { return &___hasShootOut_36; } inline void set_hasShootOut_36(bool value) { ___hasShootOut_36 = value; } inline static int32_t get_offset_of_hunterGamePlayerScoreCounter_37() { return static_cast(offsetof(WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3, ___hunterGamePlayerScoreCounter_37)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_hunterGamePlayerScoreCounter_37() const { return ___hunterGamePlayerScoreCounter_37; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_hunterGamePlayerScoreCounter_37() { return &___hunterGamePlayerScoreCounter_37; } inline void set_hunterGamePlayerScoreCounter_37(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___hunterGamePlayerScoreCounter_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterGamePlayerScoreCounter_37), (void*)value); } }; // WolfHuntGameMode_OnlinePK struct WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 : public WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF { public: // System.Int32 WolfHuntGameMode_OnlinePK::currentPlayerIndex int32_t ___currentPlayerIndex_31; // System.Single WolfHuntGameMode_OnlinePK::singleShootReadyTime float ___singleShootReadyTime_32; // System.Single WolfHuntGameMode_OnlinePK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_33; // System.Int32[] WolfHuntGameMode_OnlinePK::playerHpList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___playerHpList_34; // System.Boolean[] WolfHuntGameMode_OnlinePK::playerDieList BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerDieList_35; // System.Boolean WolfHuntGameMode_OnlinePK::hasShootOut bool ___hasShootOut_36; // HunterGamePlayerScoreCounter WolfHuntGameMode_OnlinePK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_37; // WolfHuntGameMode_OnlinePK/OnlineHelper WolfHuntGameMode_OnlinePK::onlineHelper OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * ___onlineHelper_38; public: inline static int32_t get_offset_of_currentPlayerIndex_31() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___currentPlayerIndex_31)); } inline int32_t get_currentPlayerIndex_31() const { return ___currentPlayerIndex_31; } inline int32_t* get_address_of_currentPlayerIndex_31() { return &___currentPlayerIndex_31; } inline void set_currentPlayerIndex_31(int32_t value) { ___currentPlayerIndex_31 = value; } inline static int32_t get_offset_of_singleShootReadyTime_32() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___singleShootReadyTime_32)); } inline float get_singleShootReadyTime_32() const { return ___singleShootReadyTime_32; } inline float* get_address_of_singleShootReadyTime_32() { return &___singleShootReadyTime_32; } inline void set_singleShootReadyTime_32(float value) { ___singleShootReadyTime_32 = value; } inline static int32_t get_offset_of_singleShootReadyTimeMax_33() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___singleShootReadyTimeMax_33)); } inline float get_singleShootReadyTimeMax_33() const { return ___singleShootReadyTimeMax_33; } inline float* get_address_of_singleShootReadyTimeMax_33() { return &___singleShootReadyTimeMax_33; } inline void set_singleShootReadyTimeMax_33(float value) { ___singleShootReadyTimeMax_33 = value; } inline static int32_t get_offset_of_playerHpList_34() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___playerHpList_34)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_playerHpList_34() const { return ___playerHpList_34; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_playerHpList_34() { return &___playerHpList_34; } inline void set_playerHpList_34(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___playerHpList_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerHpList_34), (void*)value); } inline static int32_t get_offset_of_playerDieList_35() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___playerDieList_35)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerDieList_35() const { return ___playerDieList_35; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerDieList_35() { return &___playerDieList_35; } inline void set_playerDieList_35(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerDieList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerDieList_35), (void*)value); } inline static int32_t get_offset_of_hasShootOut_36() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___hasShootOut_36)); } inline bool get_hasShootOut_36() const { return ___hasShootOut_36; } inline bool* get_address_of_hasShootOut_36() { return &___hasShootOut_36; } inline void set_hasShootOut_36(bool value) { ___hasShootOut_36 = value; } inline static int32_t get_offset_of_hunterGamePlayerScoreCounter_37() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___hunterGamePlayerScoreCounter_37)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_hunterGamePlayerScoreCounter_37() const { return ___hunterGamePlayerScoreCounter_37; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_hunterGamePlayerScoreCounter_37() { return &___hunterGamePlayerScoreCounter_37; } inline void set_hunterGamePlayerScoreCounter_37(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___hunterGamePlayerScoreCounter_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterGamePlayerScoreCounter_37), (void*)value); } inline static int32_t get_offset_of_onlineHelper_38() { return static_cast(offsetof(WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627, ___onlineHelper_38)); } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * get_onlineHelper_38() const { return ___onlineHelper_38; } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 ** get_address_of_onlineHelper_38() { return &___onlineHelper_38; } inline void set_onlineHelper_38(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * value) { ___onlineHelper_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHelper_38), (void*)value); } }; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t110B526D14830B3074682426066849C15C290882 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tB1E900EE56707598576A70203857030B4D9C936C : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate struct OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 : public MulticastDelegate_t { public: public: }; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.WebSocketResponse struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF : public HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD { public: // BestHTTP.WebSocket.WebSocket BestHTTP.WebSocket.WebSocketResponse::k__BackingField WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___U3CWebSocketU3Ek__BackingField_33; // System.Action`2 BestHTTP.WebSocket.WebSocketResponse::OnText Action_2_tB1E900EE56707598576A70203857030B4D9C936C * ___OnText_34; // System.Action`2 BestHTTP.WebSocket.WebSocketResponse::OnBinary Action_2_t110B526D14830B3074682426066849C15C290882 * ___OnBinary_35; // System.Action`2 BestHTTP.WebSocket.WebSocketResponse::OnIncompleteFrame Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * ___OnIncompleteFrame_36; // System.Action`3 BestHTTP.WebSocket.WebSocketResponse::OnClosed Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * ___OnClosed_37; // System.TimeSpan BestHTTP.WebSocket.WebSocketResponse::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingFrequnecyU3Ek__BackingField_38; // System.UInt16 BestHTTP.WebSocket.WebSocketResponse::k__BackingField uint16_t ___U3CMaxFragmentSizeU3Ek__BackingField_39; // System.Int32 BestHTTP.WebSocket.WebSocketResponse::_bufferedAmount int32_t ____bufferedAmount_40; // System.Int32 BestHTTP.WebSocket.WebSocketResponse::k__BackingField int32_t ___U3CLatencyU3Ek__BackingField_41; // System.Collections.Generic.List`1 BestHTTP.WebSocket.WebSocketResponse::IncompleteFrames List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * ___IncompleteFrames_42; // System.Collections.Generic.List`1 BestHTTP.WebSocket.WebSocketResponse::CompletedFrames List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * ___CompletedFrames_43; // System.Collections.Generic.List`1 BestHTTP.WebSocket.WebSocketResponse::frameCache List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * ___frameCache_44; // BestHTTP.WebSocket.Frames.WebSocketFrameReader BestHTTP.WebSocket.WebSocketResponse::CloseFrame WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___CloseFrame_45; // System.Object BestHTTP.WebSocket.WebSocketResponse::FrameLock RuntimeObject * ___FrameLock_46; // System.Object BestHTTP.WebSocket.WebSocketResponse::SendLock RuntimeObject * ___SendLock_47; // System.Collections.Generic.List`1 BestHTTP.WebSocket.WebSocketResponse::unsentFrames List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * ___unsentFrames_48; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.WebSocket.WebSocketResponse::newFrameSignal AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___newFrameSignal_49; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.WebSocket.WebSocketResponse::sendThreadCreated bool ___sendThreadCreated_50; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.WebSocket.WebSocketResponse::closeSent bool ___closeSent_51; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.WebSocket.WebSocketResponse::closed bool ___closed_52; // System.DateTime BestHTTP.WebSocket.WebSocketResponse::lastPing DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastPing_53; // System.DateTime BestHTTP.WebSocket.WebSocketResponse::lastMessage DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMessage_54; // BestHTTP.Extensions.CircularBuffer`1 BestHTTP.WebSocket.WebSocketResponse::rtts CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * ___rtts_55; public: inline static int32_t get_offset_of_U3CWebSocketU3Ek__BackingField_33() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___U3CWebSocketU3Ek__BackingField_33)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_U3CWebSocketU3Ek__BackingField_33() const { return ___U3CWebSocketU3Ek__BackingField_33; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_U3CWebSocketU3Ek__BackingField_33() { return &___U3CWebSocketU3Ek__BackingField_33; } inline void set_U3CWebSocketU3Ek__BackingField_33(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___U3CWebSocketU3Ek__BackingField_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWebSocketU3Ek__BackingField_33), (void*)value); } inline static int32_t get_offset_of_OnText_34() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___OnText_34)); } inline Action_2_tB1E900EE56707598576A70203857030B4D9C936C * get_OnText_34() const { return ___OnText_34; } inline Action_2_tB1E900EE56707598576A70203857030B4D9C936C ** get_address_of_OnText_34() { return &___OnText_34; } inline void set_OnText_34(Action_2_tB1E900EE56707598576A70203857030B4D9C936C * value) { ___OnText_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnText_34), (void*)value); } inline static int32_t get_offset_of_OnBinary_35() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___OnBinary_35)); } inline Action_2_t110B526D14830B3074682426066849C15C290882 * get_OnBinary_35() const { return ___OnBinary_35; } inline Action_2_t110B526D14830B3074682426066849C15C290882 ** get_address_of_OnBinary_35() { return &___OnBinary_35; } inline void set_OnBinary_35(Action_2_t110B526D14830B3074682426066849C15C290882 * value) { ___OnBinary_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBinary_35), (void*)value); } inline static int32_t get_offset_of_OnIncompleteFrame_36() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___OnIncompleteFrame_36)); } inline Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * get_OnIncompleteFrame_36() const { return ___OnIncompleteFrame_36; } inline Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 ** get_address_of_OnIncompleteFrame_36() { return &___OnIncompleteFrame_36; } inline void set_OnIncompleteFrame_36(Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * value) { ___OnIncompleteFrame_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnIncompleteFrame_36), (void*)value); } inline static int32_t get_offset_of_OnClosed_37() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___OnClosed_37)); } inline Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * get_OnClosed_37() const { return ___OnClosed_37; } inline Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 ** get_address_of_OnClosed_37() { return &___OnClosed_37; } inline void set_OnClosed_37(Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * value) { ___OnClosed_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_37), (void*)value); } inline static int32_t get_offset_of_U3CPingFrequnecyU3Ek__BackingField_38() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___U3CPingFrequnecyU3Ek__BackingField_38)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingFrequnecyU3Ek__BackingField_38() const { return ___U3CPingFrequnecyU3Ek__BackingField_38; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingFrequnecyU3Ek__BackingField_38() { return &___U3CPingFrequnecyU3Ek__BackingField_38; } inline void set_U3CPingFrequnecyU3Ek__BackingField_38(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingFrequnecyU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_U3CMaxFragmentSizeU3Ek__BackingField_39() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___U3CMaxFragmentSizeU3Ek__BackingField_39)); } inline uint16_t get_U3CMaxFragmentSizeU3Ek__BackingField_39() const { return ___U3CMaxFragmentSizeU3Ek__BackingField_39; } inline uint16_t* get_address_of_U3CMaxFragmentSizeU3Ek__BackingField_39() { return &___U3CMaxFragmentSizeU3Ek__BackingField_39; } inline void set_U3CMaxFragmentSizeU3Ek__BackingField_39(uint16_t value) { ___U3CMaxFragmentSizeU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of__bufferedAmount_40() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ____bufferedAmount_40)); } inline int32_t get__bufferedAmount_40() const { return ____bufferedAmount_40; } inline int32_t* get_address_of__bufferedAmount_40() { return &____bufferedAmount_40; } inline void set__bufferedAmount_40(int32_t value) { ____bufferedAmount_40 = value; } inline static int32_t get_offset_of_U3CLatencyU3Ek__BackingField_41() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___U3CLatencyU3Ek__BackingField_41)); } inline int32_t get_U3CLatencyU3Ek__BackingField_41() const { return ___U3CLatencyU3Ek__BackingField_41; } inline int32_t* get_address_of_U3CLatencyU3Ek__BackingField_41() { return &___U3CLatencyU3Ek__BackingField_41; } inline void set_U3CLatencyU3Ek__BackingField_41(int32_t value) { ___U3CLatencyU3Ek__BackingField_41 = value; } inline static int32_t get_offset_of_IncompleteFrames_42() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___IncompleteFrames_42)); } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * get_IncompleteFrames_42() const { return ___IncompleteFrames_42; } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 ** get_address_of_IncompleteFrames_42() { return &___IncompleteFrames_42; } inline void set_IncompleteFrames_42(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * value) { ___IncompleteFrames_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___IncompleteFrames_42), (void*)value); } inline static int32_t get_offset_of_CompletedFrames_43() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___CompletedFrames_43)); } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * get_CompletedFrames_43() const { return ___CompletedFrames_43; } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 ** get_address_of_CompletedFrames_43() { return &___CompletedFrames_43; } inline void set_CompletedFrames_43(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * value) { ___CompletedFrames_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompletedFrames_43), (void*)value); } inline static int32_t get_offset_of_frameCache_44() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___frameCache_44)); } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * get_frameCache_44() const { return ___frameCache_44; } inline List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 ** get_address_of_frameCache_44() { return &___frameCache_44; } inline void set_frameCache_44(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * value) { ___frameCache_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameCache_44), (void*)value); } inline static int32_t get_offset_of_CloseFrame_45() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___CloseFrame_45)); } inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB get_CloseFrame_45() const { return ___CloseFrame_45; } inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * get_address_of_CloseFrame_45() { return &___CloseFrame_45; } inline void set_CloseFrame_45(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB value) { ___CloseFrame_45 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CloseFrame_45))->___U3CDataU3Ek__BackingField_5), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___CloseFrame_45))->___U3CDataAsTextU3Ek__BackingField_6), (void*)NULL); #endif } inline static int32_t get_offset_of_FrameLock_46() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___FrameLock_46)); } inline RuntimeObject * get_FrameLock_46() const { return ___FrameLock_46; } inline RuntimeObject ** get_address_of_FrameLock_46() { return &___FrameLock_46; } inline void set_FrameLock_46(RuntimeObject * value) { ___FrameLock_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___FrameLock_46), (void*)value); } inline static int32_t get_offset_of_SendLock_47() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___SendLock_47)); } inline RuntimeObject * get_SendLock_47() const { return ___SendLock_47; } inline RuntimeObject ** get_address_of_SendLock_47() { return &___SendLock_47; } inline void set_SendLock_47(RuntimeObject * value) { ___SendLock_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendLock_47), (void*)value); } inline static int32_t get_offset_of_unsentFrames_48() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___unsentFrames_48)); } inline List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * get_unsentFrames_48() const { return ___unsentFrames_48; } inline List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A ** get_address_of_unsentFrames_48() { return &___unsentFrames_48; } inline void set_unsentFrames_48(List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * value) { ___unsentFrames_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsentFrames_48), (void*)value); } inline static int32_t get_offset_of_newFrameSignal_49() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___newFrameSignal_49)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_newFrameSignal_49() const { return ___newFrameSignal_49; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_newFrameSignal_49() { return &___newFrameSignal_49; } inline void set_newFrameSignal_49(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___newFrameSignal_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___newFrameSignal_49), (void*)value); } inline static int32_t get_offset_of_sendThreadCreated_50() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___sendThreadCreated_50)); } inline bool get_sendThreadCreated_50() const { return ___sendThreadCreated_50; } inline bool* get_address_of_sendThreadCreated_50() { return &___sendThreadCreated_50; } inline void set_sendThreadCreated_50(bool value) { ___sendThreadCreated_50 = value; } inline static int32_t get_offset_of_closeSent_51() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___closeSent_51)); } inline bool get_closeSent_51() const { return ___closeSent_51; } inline bool* get_address_of_closeSent_51() { return &___closeSent_51; } inline void set_closeSent_51(bool value) { ___closeSent_51 = value; } inline static int32_t get_offset_of_closed_52() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___closed_52)); } inline bool get_closed_52() const { return ___closed_52; } inline bool* get_address_of_closed_52() { return &___closed_52; } inline void set_closed_52(bool value) { ___closed_52 = value; } inline static int32_t get_offset_of_lastPing_53() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___lastPing_53)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastPing_53() const { return ___lastPing_53; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastPing_53() { return &___lastPing_53; } inline void set_lastPing_53(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastPing_53 = value; } inline static int32_t get_offset_of_lastMessage_54() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___lastMessage_54)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMessage_54() const { return ___lastMessage_54; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMessage_54() { return &___lastMessage_54; } inline void set_lastMessage_54(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMessage_54 = value; } inline static int32_t get_offset_of_rtts_55() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF, ___rtts_55)); } inline CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * get_rtts_55() const { return ___rtts_55; } inline CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 ** get_address_of_rtts_55() { return &___rtts_55; } inline void set_rtts_55(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * value) { ___rtts_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___rtts_55), (void*)value); } }; struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_StaticFields { public: // System.Int32 BestHTTP.WebSocket.WebSocketResponse::RTTBufferCapacity int32_t ___RTTBufferCapacity_32; public: inline static int32_t get_offset_of_RTTBufferCapacity_32() { return static_cast(offsetof(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_StaticFields, ___RTTBufferCapacity_32)); } inline int32_t get_RTTBufferCapacity_32() const { return ___RTTBufferCapacity_32; } inline int32_t* get_address_of_RTTBufferCapacity_32() { return &___RTTBufferCapacity_32; } inline void set_RTTBufferCapacity_32(int32_t value) { ___RTTBufferCapacity_32 = value; } }; // BestHTTP.SignalR.Transports.WebSocketTransport struct WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 : public TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC { public: // BestHTTP.WebSocket.WebSocket BestHTTP.SignalR.Transports.WebSocketTransport::wSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___wSocket_5; public: inline static int32_t get_offset_of_wSocket_5() { return static_cast(offsetof(WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430, ___wSocket_5)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_wSocket_5() const { return ___wSocket_5; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_wSocket_5() { return &___wSocket_5; } inline void set_wSocket_5(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___wSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___wSocket_5), (void*)value); } }; // LitJson.WrapperFactory struct WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // 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.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // 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.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 : 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; } }; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue float ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue float ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue float ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___startValue_56)); } inline float get_startValue_56() const { return ___startValue_56; } inline float* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(float value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___endValue_57)); } inline float get_endValue_57() const { return ___endValue_57; } inline float* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(float value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___changeValue_58)); } inline float get_changeValue_58() const { return ___changeValue_58; } inline float* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(float value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___plugOptions_59)); } inline FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 get_plugOptions_59() const { return ___plugOptions_59; } inline FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___getter_60)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * 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_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___setter_61)); } inline DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * 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_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single AnimationPlayer::speed float ___speed_4; // UnityEngine.Animation AnimationPlayer::animationMain Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * ___animationMain_5; // UnityEngine.AnimationClip[] AnimationPlayer::_animationClips AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* ____animationClips_6; // UnityEngine.WrapMode AnimationPlayer::_wrapMode int32_t ____wrapMode_7; // System.Int32 AnimationPlayer::_index int32_t ____index_8; // System.Boolean AnimationPlayer::_playing bool ____playing_9; // System.Single AnimationPlayer::_playingTime float ____playingTime_10; // System.Single AnimationPlayer::_animationTime float ____animationTime_11; // System.String AnimationPlayer::_animationName String_t* ____animationName_12; // System.Int32 AnimationPlayer::_completeCount int32_t ____completeCount_13; // System.Action`1 AnimationPlayer::completeCallback Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * ___completeCallback_14; // System.Single AnimationPlayer::animationPauseTime float ___animationPauseTime_15; // System.Boolean AnimationPlayer::_pausing bool ____pausing_16; public: inline static int32_t get_offset_of_speed_4() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___speed_4)); } inline float get_speed_4() const { return ___speed_4; } inline float* get_address_of_speed_4() { return &___speed_4; } inline void set_speed_4(float value) { ___speed_4 = value; } inline static int32_t get_offset_of_animationMain_5() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationMain_5)); } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * get_animationMain_5() const { return ___animationMain_5; } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 ** get_address_of_animationMain_5() { return &___animationMain_5; } inline void set_animationMain_5(Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * value) { ___animationMain_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationMain_5), (void*)value); } inline static int32_t get_offset_of__animationClips_6() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationClips_6)); } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* get__animationClips_6() const { return ____animationClips_6; } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489** get_address_of__animationClips_6() { return &____animationClips_6; } inline void set__animationClips_6(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* value) { ____animationClips_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationClips_6), (void*)value); } inline static int32_t get_offset_of__wrapMode_7() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____wrapMode_7)); } inline int32_t get__wrapMode_7() const { return ____wrapMode_7; } inline int32_t* get_address_of__wrapMode_7() { return &____wrapMode_7; } inline void set__wrapMode_7(int32_t value) { ____wrapMode_7 = value; } inline static int32_t get_offset_of__index_8() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____index_8)); } inline int32_t get__index_8() const { return ____index_8; } inline int32_t* get_address_of__index_8() { return &____index_8; } inline void set__index_8(int32_t value) { ____index_8 = value; } inline static int32_t get_offset_of__playing_9() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playing_9)); } inline bool get__playing_9() const { return ____playing_9; } inline bool* get_address_of__playing_9() { return &____playing_9; } inline void set__playing_9(bool value) { ____playing_9 = value; } inline static int32_t get_offset_of__playingTime_10() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playingTime_10)); } inline float get__playingTime_10() const { return ____playingTime_10; } inline float* get_address_of__playingTime_10() { return &____playingTime_10; } inline void set__playingTime_10(float value) { ____playingTime_10 = value; } inline static int32_t get_offset_of__animationTime_11() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationTime_11)); } inline float get__animationTime_11() const { return ____animationTime_11; } inline float* get_address_of__animationTime_11() { return &____animationTime_11; } inline void set__animationTime_11(float value) { ____animationTime_11 = value; } inline static int32_t get_offset_of__animationName_12() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationName_12)); } inline String_t* get__animationName_12() const { return ____animationName_12; } inline String_t** get_address_of__animationName_12() { return &____animationName_12; } inline void set__animationName_12(String_t* value) { ____animationName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationName_12), (void*)value); } inline static int32_t get_offset_of__completeCount_13() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____completeCount_13)); } inline int32_t get__completeCount_13() const { return ____completeCount_13; } inline int32_t* get_address_of__completeCount_13() { return &____completeCount_13; } inline void set__completeCount_13(int32_t value) { ____completeCount_13 = value; } inline static int32_t get_offset_of_completeCallback_14() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___completeCallback_14)); } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * get_completeCallback_14() const { return ___completeCallback_14; } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 ** get_address_of_completeCallback_14() { return &___completeCallback_14; } inline void set_completeCallback_14(Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * value) { ___completeCallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___completeCallback_14), (void*)value); } inline static int32_t get_offset_of_animationPauseTime_15() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationPauseTime_15)); } inline float get_animationPauseTime_15() const { return ___animationPauseTime_15; } inline float* get_address_of_animationPauseTime_15() { return &___animationPauseTime_15; } inline void set_animationPauseTime_15(float value) { ___animationPauseTime_15 = value; } inline static int32_t get_offset_of__pausing_16() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____pausing_16)); } inline bool get__pausing_16() const { return ____pausing_16; } inline bool* get_address_of__pausing_16() { return &____pausing_16; } inline void set__pausing_16(bool value) { ____pausing_16 = value; } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Arrow::flyTime float ___flyTime_4; // System.Boolean Arrow::isHit bool ___isHit_5; // System.Single Arrow::mySpeed float ___mySpeed_6; // ArmBow Arrow::armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow_8; // UnityEngine.Vector3 Arrow::shootOutPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___shootOutPosition_9; // UnityEngine.RaycastHit Arrow::absoluteRay RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___absoluteRay_10; // System.Single Arrow::offsetAngle float ___offsetAngle_11; // UnityEngine.Vector3 Arrow::finalAngleAfterOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalAngleAfterOffset_12; // TargetBody Arrow::rayHitTargetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___rayHitTargetBody_13; // System.Boolean Arrow::canPerfectHit bool ___canPerfectHit_14; // System.Boolean Arrow::canUseSideCamera bool ___canUseSideCamera_15; // ArrowCamera Arrow::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_16; // System.Action Arrow::onDoNextShoot Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDoNextShoot_17; // System.Boolean Arrow::hasParabolaAngle bool ___hasParabolaAngle_19; // System.Single Arrow::parabolaAngleInRadian float ___parabolaAngleInRadian_20; // ArrowSync/SyncData Arrow::outputSyncData SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___outputSyncData_21; // System.Single Arrow::logicFlyTime float ___logicFlyTime_22; // UnityEngine.Vector3 Arrow::finalPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalPoint_23; // System.Int32 Arrow::hitType int32_t ___hitType_24; // UnityEngine.Transform Arrow::raycastHitTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___raycastHitTransform_25; // System.String[] Arrow::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_26; // System.Boolean Arrow::hasDoneNextShoot bool ___hasDoneNextShoot_27; // UnityEngine.Vector3 Arrow::rotateV3 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rotateV3_28; public: inline static int32_t get_offset_of_flyTime_4() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___flyTime_4)); } inline float get_flyTime_4() const { return ___flyTime_4; } inline float* get_address_of_flyTime_4() { return &___flyTime_4; } inline void set_flyTime_4(float value) { ___flyTime_4 = value; } inline static int32_t get_offset_of_isHit_5() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___isHit_5)); } inline bool get_isHit_5() const { return ___isHit_5; } inline bool* get_address_of_isHit_5() { return &___isHit_5; } inline void set_isHit_5(bool value) { ___isHit_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___mySpeed_6)); } inline float get_mySpeed_6() const { return ___mySpeed_6; } inline float* get_address_of_mySpeed_6() { return &___mySpeed_6; } inline void set_mySpeed_6(float value) { ___mySpeed_6 = value; } inline static int32_t get_offset_of_armBow_8() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___armBow_8)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get_armBow_8() const { return ___armBow_8; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of_armBow_8() { return &___armBow_8; } inline void set_armBow_8(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ___armBow_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___armBow_8), (void*)value); } inline static int32_t get_offset_of_shootOutPosition_9() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___shootOutPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_shootOutPosition_9() const { return ___shootOutPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_shootOutPosition_9() { return &___shootOutPosition_9; } inline void set_shootOutPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___shootOutPosition_9 = value; } inline static int32_t get_offset_of_absoluteRay_10() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___absoluteRay_10)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_absoluteRay_10() const { return ___absoluteRay_10; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_absoluteRay_10() { return &___absoluteRay_10; } inline void set_absoluteRay_10(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___absoluteRay_10 = value; } inline static int32_t get_offset_of_offsetAngle_11() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___offsetAngle_11)); } inline float get_offsetAngle_11() const { return ___offsetAngle_11; } inline float* get_address_of_offsetAngle_11() { return &___offsetAngle_11; } inline void set_offsetAngle_11(float value) { ___offsetAngle_11 = value; } inline static int32_t get_offset_of_finalAngleAfterOffset_12() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalAngleAfterOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalAngleAfterOffset_12() const { return ___finalAngleAfterOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalAngleAfterOffset_12() { return &___finalAngleAfterOffset_12; } inline void set_finalAngleAfterOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalAngleAfterOffset_12 = value; } inline static int32_t get_offset_of_rayHitTargetBody_13() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rayHitTargetBody_13)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_rayHitTargetBody_13() const { return ___rayHitTargetBody_13; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_rayHitTargetBody_13() { return &___rayHitTargetBody_13; } inline void set_rayHitTargetBody_13(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___rayHitTargetBody_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayHitTargetBody_13), (void*)value); } inline static int32_t get_offset_of_canPerfectHit_14() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canPerfectHit_14)); } inline bool get_canPerfectHit_14() const { return ___canPerfectHit_14; } inline bool* get_address_of_canPerfectHit_14() { return &___canPerfectHit_14; } inline void set_canPerfectHit_14(bool value) { ___canPerfectHit_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canUseSideCamera_15)); } inline bool get_canUseSideCamera_15() const { return ___canUseSideCamera_15; } inline bool* get_address_of_canUseSideCamera_15() { return &___canUseSideCamera_15; } inline void set_canUseSideCamera_15(bool value) { ___canUseSideCamera_15 = value; } inline static int32_t get_offset_of_arrowCameraComp_16() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___arrowCameraComp_16)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_16() const { return ___arrowCameraComp_16; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_16() { return &___arrowCameraComp_16; } inline void set_arrowCameraComp_16(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_16), (void*)value); } inline static int32_t get_offset_of_onDoNextShoot_17() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___onDoNextShoot_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDoNextShoot_17() const { return ___onDoNextShoot_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDoNextShoot_17() { return &___onDoNextShoot_17; } inline void set_onDoNextShoot_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDoNextShoot_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDoNextShoot_17), (void*)value); } inline static int32_t get_offset_of_hasParabolaAngle_19() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasParabolaAngle_19)); } inline bool get_hasParabolaAngle_19() const { return ___hasParabolaAngle_19; } inline bool* get_address_of_hasParabolaAngle_19() { return &___hasParabolaAngle_19; } inline void set_hasParabolaAngle_19(bool value) { ___hasParabolaAngle_19 = value; } inline static int32_t get_offset_of_parabolaAngleInRadian_20() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___parabolaAngleInRadian_20)); } inline float get_parabolaAngleInRadian_20() const { return ___parabolaAngleInRadian_20; } inline float* get_address_of_parabolaAngleInRadian_20() { return &___parabolaAngleInRadian_20; } inline void set_parabolaAngleInRadian_20(float value) { ___parabolaAngleInRadian_20 = value; } inline static int32_t get_offset_of_outputSyncData_21() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___outputSyncData_21)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_outputSyncData_21() const { return ___outputSyncData_21; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_outputSyncData_21() { return &___outputSyncData_21; } inline void set_outputSyncData_21(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___outputSyncData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_21), (void*)value); } inline static int32_t get_offset_of_logicFlyTime_22() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___logicFlyTime_22)); } inline float get_logicFlyTime_22() const { return ___logicFlyTime_22; } inline float* get_address_of_logicFlyTime_22() { return &___logicFlyTime_22; } inline void set_logicFlyTime_22(float value) { ___logicFlyTime_22 = value; } inline static int32_t get_offset_of_finalPoint_23() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalPoint_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalPoint_23() const { return ___finalPoint_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalPoint_23() { return &___finalPoint_23; } inline void set_finalPoint_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalPoint_23 = value; } inline static int32_t get_offset_of_hitType_24() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitType_24)); } inline int32_t get_hitType_24() const { return ___hitType_24; } inline int32_t* get_address_of_hitType_24() { return &___hitType_24; } inline void set_hitType_24(int32_t value) { ___hitType_24 = value; } inline static int32_t get_offset_of_raycastHitTransform_25() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___raycastHitTransform_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_raycastHitTransform_25() const { return ___raycastHitTransform_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_raycastHitTransform_25() { return &___raycastHitTransform_25; } inline void set_raycastHitTransform_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___raycastHitTransform_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___raycastHitTransform_25), (void*)value); } inline static int32_t get_offset_of_hitTargetAnimalInfo_26() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitTargetAnimalInfo_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_26() const { return ___hitTargetAnimalInfo_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_26() { return &___hitTargetAnimalInfo_26; } inline void set_hitTargetAnimalInfo_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_26), (void*)value); } inline static int32_t get_offset_of_hasDoneNextShoot_27() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasDoneNextShoot_27)); } inline bool get_hasDoneNextShoot_27() const { return ___hasDoneNextShoot_27; } inline bool* get_address_of_hasDoneNextShoot_27() { return &___hasDoneNextShoot_27; } inline void set_hasDoneNextShoot_27(bool value) { ___hasDoneNextShoot_27 = value; } inline static int32_t get_offset_of_rotateV3_28() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rotateV3_28)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rotateV3_28() const { return ___rotateV3_28; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rotateV3_28() { return &___rotateV3_28; } inline void set_rotateV3_28(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rotateV3_28 = value; } }; struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields { public: // System.Single Arrow::speed float ___speed_7; // System.Collections.Generic.HashSet`1 Arrow::arrowSet HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ___arrowSet_18; public: inline static int32_t get_offset_of_speed_7() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___speed_7)); } inline float get_speed_7() const { return ___speed_7; } inline float* get_address_of_speed_7() { return &___speed_7; } inline void set_speed_7(float value) { ___speed_7 = value; } inline static int32_t get_offset_of_arrowSet_18() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___arrowSet_18)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get_arrowSet_18() const { return ___arrowSet_18; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of_arrowSet_18() { return &___arrowSet_18; } inline void set_arrowSet_18(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ___arrowSet_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSet_18), (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: }; // 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); } }; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action`2 GameEventCenter::onBowArrowShootOut Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * ___onBowArrowShootOut_4; // System.Action`2 GameEventCenter::onTargetAnimalHurt Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * ___onTargetAnimalHurt_5; public: inline static int32_t get_offset_of_onBowArrowShootOut_4() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onBowArrowShootOut_4)); } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * get_onBowArrowShootOut_4() const { return ___onBowArrowShootOut_4; } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 ** get_address_of_onBowArrowShootOut_4() { return &___onBowArrowShootOut_4; } inline void set_onBowArrowShootOut_4(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * value) { ___onBowArrowShootOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBowArrowShootOut_4), (void*)value); } inline static int32_t get_offset_of_onTargetAnimalHurt_5() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onTargetAnimalHurt_5)); } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * get_onTargetAnimalHurt_5() const { return ___onTargetAnimalHurt_5; } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD ** get_address_of_onTargetAnimalHurt_5() { return &___onTargetAnimalHurt_5; } inline void set_onTargetAnimalHurt_5(Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * value) { ___onTargetAnimalHurt_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTargetAnimalHurt_5), (void*)value); } }; struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields { public: // GameEventCenter GameEventCenter::_ins GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * ____ins_6; public: inline static int32_t get_offset_of__ins_6() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields, ____ins_6)); } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * get__ins_6() const { return ____ins_6; } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 ** get_address_of__ins_6() { return &____ins_6; } inline void set__ins_6(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * value) { ____ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_6), (void*)value); } }; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode GameMgr::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_6; // System.Boolean GameMgr::gameOver bool ___gameOver_7; // System.Boolean GameMgr::guideFinish bool ___guideFinish_9; // System.Collections.Generic.HashSet`1 GameMgr::gamePauseLockers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___gamePauseLockers_10; public: inline static int32_t get_offset_of_gameMode_6() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameMode_6)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_6() const { return ___gameMode_6; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_6() { return &___gameMode_6; } inline void set_gameMode_6(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_6), (void*)value); } inline static int32_t get_offset_of_gameOver_7() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameOver_7)); } inline bool get_gameOver_7() const { return ___gameOver_7; } inline bool* get_address_of_gameOver_7() { return &___gameOver_7; } inline void set_gameOver_7(bool value) { ___gameOver_7 = value; } inline static int32_t get_offset_of_guideFinish_9() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___guideFinish_9)); } inline bool get_guideFinish_9() const { return ___guideFinish_9; } inline bool* get_address_of_guideFinish_9() { return &___guideFinish_9; } inline void set_guideFinish_9(bool value) { ___guideFinish_9 = value; } inline static int32_t get_offset_of_gamePauseLockers_10() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gamePauseLockers_10)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_gamePauseLockers_10() const { return ___gamePauseLockers_10; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_gamePauseLockers_10() { return &___gamePauseLockers_10; } inline void set_gamePauseLockers_10(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___gamePauseLockers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePauseLockers_10), (void*)value); } }; struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields { public: // System.Boolean GameMgr::debugInEditor bool ___debugInEditor_4; // System.Int32 GameMgr::gameType int32_t ___gameType_5; // GameMgr GameMgr::ins GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___ins_8; public: inline static int32_t get_offset_of_debugInEditor_4() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___debugInEditor_4)); } inline bool get_debugInEditor_4() const { return ___debugInEditor_4; } inline bool* get_address_of_debugInEditor_4() { return &___debugInEditor_4; } inline void set_debugInEditor_4(bool value) { ___debugInEditor_4 = value; } inline static int32_t get_offset_of_gameType_5() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___gameType_5)); } inline int32_t get_gameType_5() const { return ___gameType_5; } inline int32_t* get_address_of_gameType_5() { return &___gameType_5; } inline void set_gameType_5(int32_t value) { ___gameType_5 = value; } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___ins_8)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_ins_8() const { return ___ins_8; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // BestHTTP.HTTPUpdateDelegator struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields { public: // BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::k__BackingField HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * ___U3CInstanceU3Ek__BackingField_4; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsCreatedU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadedU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadRunningU3Ek__BackingField_7; // System.Int32 BestHTTP.HTTPUpdateDelegator::k__BackingField int32_t ___U3CThreadFrequencyInMSU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPUpdateDelegator::OnBeforeApplicationQuit Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___OnBeforeApplicationQuit_9; // System.Action`1 BestHTTP.HTTPUpdateDelegator::OnApplicationForegroundStateChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___OnApplicationForegroundStateChanged_10; // System.Boolean BestHTTP.HTTPUpdateDelegator::IsSetupCalled bool ___IsSetupCalled_11; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; } inline void set_U3CInstanceU3Ek__BackingField_4(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * value) { ___U3CInstanceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CIsCreatedU3Ek__BackingField_5() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsCreatedU3Ek__BackingField_5)); } inline bool get_U3CIsCreatedU3Ek__BackingField_5() const { return ___U3CIsCreatedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsCreatedU3Ek__BackingField_5() { return &___U3CIsCreatedU3Ek__BackingField_5; } inline void set_U3CIsCreatedU3Ek__BackingField_5(bool value) { ___U3CIsCreatedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsThreadedU3Ek__BackingField_6() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadedU3Ek__BackingField_6)); } inline bool get_U3CIsThreadedU3Ek__BackingField_6() const { return ___U3CIsThreadedU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsThreadedU3Ek__BackingField_6() { return &___U3CIsThreadedU3Ek__BackingField_6; } inline void set_U3CIsThreadedU3Ek__BackingField_6(bool value) { ___U3CIsThreadedU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsThreadRunningU3Ek__BackingField_7() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadRunningU3Ek__BackingField_7)); } inline bool get_U3CIsThreadRunningU3Ek__BackingField_7() const { return ___U3CIsThreadRunningU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsThreadRunningU3Ek__BackingField_7() { return &___U3CIsThreadRunningU3Ek__BackingField_7; } inline void set_U3CIsThreadRunningU3Ek__BackingField_7(bool value) { ___U3CIsThreadRunningU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CThreadFrequencyInMSU3Ek__BackingField_8)); } inline int32_t get_U3CThreadFrequencyInMSU3Ek__BackingField_8() const { return ___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return &___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline void set_U3CThreadFrequencyInMSU3Ek__BackingField_8(int32_t value) { ___U3CThreadFrequencyInMSU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnBeforeApplicationQuit_9() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnBeforeApplicationQuit_9)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_OnBeforeApplicationQuit_9() const { return ___OnBeforeApplicationQuit_9; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_OnBeforeApplicationQuit_9() { return &___OnBeforeApplicationQuit_9; } inline void set_OnBeforeApplicationQuit_9(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___OnBeforeApplicationQuit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBeforeApplicationQuit_9), (void*)value); } inline static int32_t get_offset_of_OnApplicationForegroundStateChanged_10() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnApplicationForegroundStateChanged_10)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_OnApplicationForegroundStateChanged_10() const { return ___OnApplicationForegroundStateChanged_10; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_OnApplicationForegroundStateChanged_10() { return &___OnApplicationForegroundStateChanged_10; } inline void set_OnApplicationForegroundStateChanged_10(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___OnApplicationForegroundStateChanged_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnApplicationForegroundStateChanged_10), (void*)value); } inline static int32_t get_offset_of_IsSetupCalled_11() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___IsSetupCalled_11)); } inline bool get_IsSetupCalled_11() const { return ___IsSetupCalled_11; } inline bool* get_address_of_IsSetupCalled_11() { return &___IsSetupCalled_11; } inline void set_IsSetupCalled_11(bool value) { ___IsSetupCalled_11 = value; } }; // HunterGameView struct HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ChallengeGameMode HunterGameView::gameMode ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * ___gameMode_4; // WolfHuntGameMode HunterGameView::gameMode1 WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * ___gameMode1_5; // System.String[] HunterGameView::animalNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___animalNames_6; // UnityEngine.UI.Text HunterGameView::animalCountValue Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___animalCountValue_7; // UnityEngine.UI.Text HunterGameView::animalCountText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___animalCountText_8; // UnityEngine.UI.Image HunterGameView::animalCountProgress Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___animalCountProgress_9; // UnityEngine.UI.Text HunterGameView::arrowCountValue Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___arrowCountValue_10; // UnityEngine.UI.Text HunterGameView::arrowCountText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___arrowCountText_11; // UnityEngine.UI.Image HunterGameView::arrowCountProgress Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___arrowCountProgress_12; // System.String HunterGameView::str_surplus_arrow String_t* ___str_surplus_arrow_13; // UnityEngine.UI.Text HunterGameView::timeText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___timeText_14; // System.Int32 HunterGameView::lastRenderTime int32_t ___lastRenderTime_15; // UnityEngine.GameObject HunterGameView::hpUI GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___hpUI_16; // UnityEngine.UI.Image HunterGameView::hpBar Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___hpBar_17; // UnityEngine.UI.Text HunterGameView::hpText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___hpText_18; public: inline static int32_t get_offset_of_gameMode_4() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___gameMode_4)); } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * get_gameMode_4() const { return ___gameMode_4; } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B ** get_address_of_gameMode_4() { return &___gameMode_4; } inline void set_gameMode_4(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * value) { ___gameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_4), (void*)value); } inline static int32_t get_offset_of_gameMode1_5() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___gameMode1_5)); } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * get_gameMode1_5() const { return ___gameMode1_5; } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF ** get_address_of_gameMode1_5() { return &___gameMode1_5; } inline void set_gameMode1_5(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * value) { ___gameMode1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode1_5), (void*)value); } inline static int32_t get_offset_of_animalNames_6() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalNames_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_animalNames_6() const { return ___animalNames_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_animalNames_6() { return &___animalNames_6; } inline void set_animalNames_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___animalNames_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalNames_6), (void*)value); } inline static int32_t get_offset_of_animalCountValue_7() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountValue_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_animalCountValue_7() const { return ___animalCountValue_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_animalCountValue_7() { return &___animalCountValue_7; } inline void set_animalCountValue_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___animalCountValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountValue_7), (void*)value); } inline static int32_t get_offset_of_animalCountText_8() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountText_8)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_animalCountText_8() const { return ___animalCountText_8; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_animalCountText_8() { return &___animalCountText_8; } inline void set_animalCountText_8(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___animalCountText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountText_8), (void*)value); } inline static int32_t get_offset_of_animalCountProgress_9() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountProgress_9)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_animalCountProgress_9() const { return ___animalCountProgress_9; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_animalCountProgress_9() { return &___animalCountProgress_9; } inline void set_animalCountProgress_9(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___animalCountProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountProgress_9), (void*)value); } inline static int32_t get_offset_of_arrowCountValue_10() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountValue_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_arrowCountValue_10() const { return ___arrowCountValue_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_arrowCountValue_10() { return &___arrowCountValue_10; } inline void set_arrowCountValue_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___arrowCountValue_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountValue_10), (void*)value); } inline static int32_t get_offset_of_arrowCountText_11() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountText_11)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_arrowCountText_11() const { return ___arrowCountText_11; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_arrowCountText_11() { return &___arrowCountText_11; } inline void set_arrowCountText_11(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___arrowCountText_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountText_11), (void*)value); } inline static int32_t get_offset_of_arrowCountProgress_12() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountProgress_12)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_arrowCountProgress_12() const { return ___arrowCountProgress_12; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_arrowCountProgress_12() { return &___arrowCountProgress_12; } inline void set_arrowCountProgress_12(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___arrowCountProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountProgress_12), (void*)value); } inline static int32_t get_offset_of_str_surplus_arrow_13() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___str_surplus_arrow_13)); } inline String_t* get_str_surplus_arrow_13() const { return ___str_surplus_arrow_13; } inline String_t** get_address_of_str_surplus_arrow_13() { return &___str_surplus_arrow_13; } inline void set_str_surplus_arrow_13(String_t* value) { ___str_surplus_arrow_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_surplus_arrow_13), (void*)value); } inline static int32_t get_offset_of_timeText_14() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___timeText_14)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_timeText_14() const { return ___timeText_14; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_timeText_14() { return &___timeText_14; } inline void set_timeText_14(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___timeText_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeText_14), (void*)value); } inline static int32_t get_offset_of_lastRenderTime_15() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___lastRenderTime_15)); } inline int32_t get_lastRenderTime_15() const { return ___lastRenderTime_15; } inline int32_t* get_address_of_lastRenderTime_15() { return &___lastRenderTime_15; } inline void set_lastRenderTime_15(int32_t value) { ___lastRenderTime_15 = value; } inline static int32_t get_offset_of_hpUI_16() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpUI_16)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_hpUI_16() const { return ___hpUI_16; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_hpUI_16() { return &___hpUI_16; } inline void set_hpUI_16(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___hpUI_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpUI_16), (void*)value); } inline static int32_t get_offset_of_hpBar_17() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpBar_17)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_hpBar_17() const { return ___hpBar_17; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_hpBar_17() { return &___hpBar_17; } inline void set_hpBar_17(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___hpBar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpBar_17), (void*)value); } inline static int32_t get_offset_of_hpText_18() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpText_18)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_hpText_18() const { return ___hpText_18; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_hpText_18() { return &___hpText_18; } inline void set_hpText_18(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___hpText_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpText_18), (void*)value); } }; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode PKGameReadyView_Challenge::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_4; // System.Int32 PKGameReadyView_Challenge::currentPlayerIndex int32_t ___currentPlayerIndex_5; // System.Boolean PKGameReadyView_Challenge::isDiscarded bool ___isDiscarded_6; public: inline static int32_t get_offset_of_gameMode_4() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___gameMode_4)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_4() const { return ___gameMode_4; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_4() { return &___gameMode_4; } inline void set_gameMode_4(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_4), (void*)value); } inline static int32_t get_offset_of_currentPlayerIndex_5() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___currentPlayerIndex_5)); } inline int32_t get_currentPlayerIndex_5() const { return ___currentPlayerIndex_5; } inline int32_t* get_address_of_currentPlayerIndex_5() { return &___currentPlayerIndex_5; } inline void set_currentPlayerIndex_5(int32_t value) { ___currentPlayerIndex_5 = value; } inline static int32_t get_offset_of_isDiscarded_6() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___isDiscarded_6)); } inline bool get_isDiscarded_6() const { return ___isDiscarded_6; } inline bool* get_address_of_isDiscarded_6() { return &___isDiscarded_6; } inline void set_isDiscarded_6(bool value) { ___isDiscarded_6 = value; } }; struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields { public: // PKGameReadyView_Challenge PKGameReadyView_Challenge::ins PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields, ___ins_7)); } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * get_ins_7() const { return ___ins_7; } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // JC.SocketIO.SocketIOClient struct SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BestHTTP.WebSocket.WebSocket JC.SocketIO.SocketIOClient::_ws WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ____ws_4; // System.String JC.SocketIO.SocketIOClient::_uri String_t* ____uri_5; // System.Boolean JC.SocketIO.SocketIOClient::isValid bool ___isValid_6; // System.Boolean JC.SocketIO.SocketIOClient::loaded bool ___loaded_7; public: inline static int32_t get_offset_of__ws_4() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ____ws_4)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get__ws_4() const { return ____ws_4; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of__ws_4() { return &____ws_4; } inline void set__ws_4(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ____ws_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ws_4), (void*)value); } inline static int32_t get_offset_of__uri_5() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ____uri_5)); } inline String_t* get__uri_5() const { return ____uri_5; } inline String_t** get_address_of__uri_5() { return &____uri_5; } inline void set__uri_5(String_t* value) { ____uri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_5), (void*)value); } inline static int32_t get_offset_of_isValid_6() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ___isValid_6)); } inline bool get_isValid_6() const { return ___isValid_6; } inline bool* get_address_of_isValid_6() { return &___isValid_6; } inline void set_isValid_6(bool value) { ___isValid_6 = value; } inline static int32_t get_offset_of_loaded_7() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ___loaded_7)); } inline bool get_loaded_7() const { return ___loaded_7; } inline bool* get_address_of_loaded_7() { return &___loaded_7; } inline void set_loaded_7(bool value) { ___loaded_7 = value; } }; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.List`1 TargetAnimal::_targetAnimalParts List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ____targetAnimalParts_4; public: inline static int32_t get_offset_of__targetAnimalParts_4() { return static_cast(offsetof(TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02, ____targetAnimalParts_4)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get__targetAnimalParts_4() const { return ____targetAnimalParts_4; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of__targetAnimalParts_4() { return &____targetAnimalParts_4; } inline void set__targetAnimalParts_4(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ____targetAnimalParts_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetAnimalParts_4), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // BestHTTP.Examples.WebSocketSample struct WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BestHTTP.Examples.WebSocketSample::address String_t* ___address_4; // System.String BestHTTP.Examples.WebSocketSample::msgToSend String_t* ___msgToSend_5; // System.String BestHTTP.Examples.WebSocketSample::Text String_t* ___Text_6; // BestHTTP.WebSocket.WebSocket BestHTTP.Examples.WebSocketSample::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_7; // UnityEngine.Vector2 BestHTTP.Examples.WebSocketSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_8; public: inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___address_4), (void*)value); } inline static int32_t get_offset_of_msgToSend_5() { return static_cast(offsetof(WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA, ___msgToSend_5)); } inline String_t* get_msgToSend_5() const { return ___msgToSend_5; } inline String_t** get_address_of_msgToSend_5() { return &___msgToSend_5; } inline void set_msgToSend_5(String_t* value) { ___msgToSend_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___msgToSend_5), (void*)value); } inline static int32_t get_offset_of_Text_6() { return static_cast(offsetof(WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA, ___Text_6)); } inline String_t* get_Text_6() const { return ___Text_6; } inline String_t** get_address_of_Text_6() { return &___Text_6; } inline void set_Text_6(String_t* value) { ___Text_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Text_6), (void*)value); } inline static int32_t get_offset_of_webSocket_7() { return static_cast(offsetof(WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA, ___webSocket_7)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_7() const { return ___webSocket_7; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_7() { return &___webSocket_7; } inline void set_webSocket_7(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_7), (void*)value); } inline static int32_t get_offset_of_scrollPos_8() { return static_cast(offsetof(WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA, ___scrollPos_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_8() const { return ___scrollPos_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_8() { return &___scrollPos_8; } inline void set_scrollPos_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_8 = value; } }; // UnityStandardAssets.Vehicles.Car.WheelEffects struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::SkidTrailPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___SkidTrailPrefab_4; // UnityEngine.ParticleSystem UnityStandardAssets.Vehicles.Car.WheelEffects::skidParticles ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___skidParticles_6; // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::k__BackingField bool ___U3CskiddingU3Ek__BackingField_7; // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::k__BackingField bool ___U3CPlayingAudioU3Ek__BackingField_8; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Car.WheelEffects::m_AudioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_AudioSource_9; // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::m_SkidTrail Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_SkidTrail_10; // UnityEngine.WheelCollider UnityStandardAssets.Vehicles.Car.WheelEffects::m_WheelCollider WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * ___m_WheelCollider_11; public: inline static int32_t get_offset_of_SkidTrailPrefab_4() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___SkidTrailPrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_SkidTrailPrefab_4() const { return ___SkidTrailPrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_SkidTrailPrefab_4() { return &___SkidTrailPrefab_4; } inline void set_SkidTrailPrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___SkidTrailPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SkidTrailPrefab_4), (void*)value); } inline static int32_t get_offset_of_skidParticles_6() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___skidParticles_6)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_skidParticles_6() const { return ___skidParticles_6; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_skidParticles_6() { return &___skidParticles_6; } inline void set_skidParticles_6(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___skidParticles_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___skidParticles_6), (void*)value); } inline static int32_t get_offset_of_U3CskiddingU3Ek__BackingField_7() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___U3CskiddingU3Ek__BackingField_7)); } inline bool get_U3CskiddingU3Ek__BackingField_7() const { return ___U3CskiddingU3Ek__BackingField_7; } inline bool* get_address_of_U3CskiddingU3Ek__BackingField_7() { return &___U3CskiddingU3Ek__BackingField_7; } inline void set_U3CskiddingU3Ek__BackingField_7(bool value) { ___U3CskiddingU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CPlayingAudioU3Ek__BackingField_8() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___U3CPlayingAudioU3Ek__BackingField_8)); } inline bool get_U3CPlayingAudioU3Ek__BackingField_8() const { return ___U3CPlayingAudioU3Ek__BackingField_8; } inline bool* get_address_of_U3CPlayingAudioU3Ek__BackingField_8() { return &___U3CPlayingAudioU3Ek__BackingField_8; } inline void set_U3CPlayingAudioU3Ek__BackingField_8(bool value) { ___U3CPlayingAudioU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_m_AudioSource_9() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_AudioSource_9)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_AudioSource_9() const { return ___m_AudioSource_9; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_AudioSource_9() { return &___m_AudioSource_9; } inline void set_m_AudioSource_9(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_AudioSource_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AudioSource_9), (void*)value); } inline static int32_t get_offset_of_m_SkidTrail_10() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_SkidTrail_10)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_SkidTrail_10() const { return ___m_SkidTrail_10; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_SkidTrail_10() { return &___m_SkidTrail_10; } inline void set_m_SkidTrail_10(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_SkidTrail_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SkidTrail_10), (void*)value); } inline static int32_t get_offset_of_m_WheelCollider_11() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24, ___m_WheelCollider_11)); } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * get_m_WheelCollider_11() const { return ___m_WheelCollider_11; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** get_address_of_m_WheelCollider_11() { return &___m_WheelCollider_11; } inline void set_m_WheelCollider_11(WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { ___m_WheelCollider_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelCollider_11), (void*)value); } }; struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Car.WheelEffects::skidTrailsDetachedParent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___skidTrailsDetachedParent_5; public: inline static int32_t get_offset_of_skidTrailsDetachedParent_5() { return static_cast(offsetof(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields, ___skidTrailsDetachedParent_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_skidTrailsDetachedParent_5() const { return ___skidTrailsDetachedParent_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_skidTrailsDetachedParent_5() { return &___skidTrailsDetachedParent_5; } inline void set_skidTrailsDetachedParent_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___skidTrailsDetachedParent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___skidTrailsDetachedParent_5), (void*)value); } }; // WolfActGrid struct WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.TextAsset WolfActGrid::jsonText TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * ___jsonText_4; // WolfActGrid/JsonConfig WolfActGrid::config JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * ___config_5; // WolfActGrid/AreaMatrix WolfActGrid::areaMatrix AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * ___areaMatrix_6; // UnityEngine.Material[] WolfActGrid::sphereMaterials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___sphereMaterials_7; // System.Boolean WolfActGrid::debugDrawing bool ___debugDrawing_9; // System.Boolean WolfActGrid::debugNewAreaMatrix bool ___debugNewAreaMatrix_10; // System.Int32 WolfActGrid::runBackPointIndex int32_t ___runBackPointIndex_11; public: inline static int32_t get_offset_of_jsonText_4() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___jsonText_4)); } inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * get_jsonText_4() const { return ___jsonText_4; } inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 ** get_address_of_jsonText_4() { return &___jsonText_4; } inline void set_jsonText_4(TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * value) { ___jsonText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___jsonText_4), (void*)value); } inline static int32_t get_offset_of_config_5() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___config_5)); } inline JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * get_config_5() const { return ___config_5; } inline JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 ** get_address_of_config_5() { return &___config_5; } inline void set_config_5(JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * value) { ___config_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_5), (void*)value); } inline static int32_t get_offset_of_areaMatrix_6() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___areaMatrix_6)); } inline AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * get_areaMatrix_6() const { return ___areaMatrix_6; } inline AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B ** get_address_of_areaMatrix_6() { return &___areaMatrix_6; } inline void set_areaMatrix_6(AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * value) { ___areaMatrix_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___areaMatrix_6), (void*)value); } inline static int32_t get_offset_of_sphereMaterials_7() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___sphereMaterials_7)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_sphereMaterials_7() const { return ___sphereMaterials_7; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_sphereMaterials_7() { return &___sphereMaterials_7; } inline void set_sphereMaterials_7(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___sphereMaterials_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphereMaterials_7), (void*)value); } inline static int32_t get_offset_of_debugDrawing_9() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___debugDrawing_9)); } inline bool get_debugDrawing_9() const { return ___debugDrawing_9; } inline bool* get_address_of_debugDrawing_9() { return &___debugDrawing_9; } inline void set_debugDrawing_9(bool value) { ___debugDrawing_9 = value; } inline static int32_t get_offset_of_debugNewAreaMatrix_10() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___debugNewAreaMatrix_10)); } inline bool get_debugNewAreaMatrix_10() const { return ___debugNewAreaMatrix_10; } inline bool* get_address_of_debugNewAreaMatrix_10() { return &___debugNewAreaMatrix_10; } inline void set_debugNewAreaMatrix_10(bool value) { ___debugNewAreaMatrix_10 = value; } inline static int32_t get_offset_of_runBackPointIndex_11() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4, ___runBackPointIndex_11)); } inline int32_t get_runBackPointIndex_11() const { return ___runBackPointIndex_11; } inline int32_t* get_address_of_runBackPointIndex_11() { return &___runBackPointIndex_11; } inline void set_runBackPointIndex_11(int32_t value) { ___runBackPointIndex_11 = value; } }; struct WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields { public: // WolfActGrid WolfActGrid::ins WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields, ___ins_8)); } inline WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * get_ins_8() const { return ___ins_8; } inline WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // WolfActGridCell struct WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector3 WolfActGridCell::pos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos_4; public: inline static int32_t get_offset_of_pos_4() { return static_cast(offsetof(WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855, ___pos_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_pos_4() const { return ___pos_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_pos_4() { return &___pos_4; } inline void set_pos_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___pos_4 = value; } }; // WolfLineRender struct WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.LineRenderer WolfLineRender::lineRenderer LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * ___lineRenderer_4; public: inline static int32_t get_offset_of_lineRenderer_4() { return static_cast(offsetof(WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA, ___lineRenderer_4)); } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * get_lineRenderer_4() const { return ___lineRenderer_4; } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 ** get_address_of_lineRenderer_4() { return &___lineRenderer_4; } inline void set_lineRenderer_4(LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * value) { ___lineRenderer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lineRenderer_4), (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); } }; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 : public SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 { public: // System.Action SocketPlayer::onRoomReadyComplete Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onRoomReadyComplete_9; // System.Action`2 SocketPlayer::onReceivePKGameData Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * ___onReceivePKGameData_10; // System.Boolean SocketPlayer::isGameOver bool ___isGameOver_11; public: inline static int32_t get_offset_of_onRoomReadyComplete_9() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onRoomReadyComplete_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onRoomReadyComplete_9() const { return ___onRoomReadyComplete_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onRoomReadyComplete_9() { return &___onRoomReadyComplete_9; } inline void set_onRoomReadyComplete_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onRoomReadyComplete_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRoomReadyComplete_9), (void*)value); } inline static int32_t get_offset_of_onReceivePKGameData_10() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onReceivePKGameData_10)); } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * get_onReceivePKGameData_10() const { return ___onReceivePKGameData_10; } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 ** get_address_of_onReceivePKGameData_10() { return &___onReceivePKGameData_10; } inline void set_onReceivePKGameData_10(Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * value) { ___onReceivePKGameData_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReceivePKGameData_10), (void*)value); } inline static int32_t get_offset_of_isGameOver_11() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___isGameOver_11)); } inline bool get_isGameOver_11() const { return ___isGameOver_11; } inline bool* get_address_of_isGameOver_11() { return &___isGameOver_11; } inline void set_isGameOver_11(bool value) { ___isGameOver_11 = value; } }; struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields { public: // SocketPlayer SocketPlayer::ins SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields, ___ins_8)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_ins_8() const { return ___ins_8; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // Wolf struct Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC : public TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 { public: // AnimationPlayer Wolf::ap AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___ap_5; // UnityEngine.AI.NavMeshAgent Wolf::agent NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___agent_6; // System.Int32 Wolf::hp int32_t ___hp_7; // UnityEngine.Material[] Wolf::materials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___materials_9; // UnityEngine.Material[] Wolf::outlineMaterials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___outlineMaterials_10; // System.Int32 Wolf::colorType int32_t ___colorType_11; // UnityEngine.Material Wolf::baseMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___baseMaterial_12; // UnityEngine.Material Wolf::outlineMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___outlineMaterial_13; // UnityEngine.SkinnedMeshRenderer Wolf::skinnedMeshRenderer SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * ___skinnedMeshRenderer_14; // System.Boolean Wolf::hasOutLine bool ___hasOutLine_15; // System.Int32 Wolf::lastAutoType int32_t ___lastAutoType_16; // System.Single Wolf::willStayTime float ___willStayTime_17; // System.Boolean Wolf::willAttack bool ___willAttack_18; // System.Boolean Wolf::hasRunAround bool ___hasRunAround_19; // System.Int32 Wolf::needRunAroundCount int32_t ___needRunAroundCount_20; // System.Boolean Wolf::hasRunToHunter bool ___hasRunToHunter_21; // System.Boolean Wolf::needAmbush bool ___needAmbush_22; // System.String Wolf::canAttackID String_t* ___canAttackID_23; // System.Boolean Wolf::useRunbackPoint bool ___useRunbackPoint_24; // System.Collections.Generic.Queue`1 Wolf::zPathPoints Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___zPathPoints_25; // System.Boolean Wolf::canCreateZPath bool ___canCreateZPath_26; // System.Int32 Wolf::curAnimIndex int32_t ___curAnimIndex_27; // Wolf/State Wolf::state State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * ___state_28; // System.Action`1 Wolf::onDie Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * ___onDie_29; // System.Action`2 Wolf::onAttack Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * ___onAttack_30; // Wolf/OnlineHandler Wolf::onlineHandler OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * ___onlineHandler_32; public: inline static int32_t get_offset_of_ap_5() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___ap_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_ap_5() const { return ___ap_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_ap_5() { return &___ap_5; } inline void set_ap_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___ap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ap_5), (void*)value); } inline static int32_t get_offset_of_agent_6() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___agent_6)); } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * get_agent_6() const { return ___agent_6; } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B ** get_address_of_agent_6() { return &___agent_6; } inline void set_agent_6(NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * value) { ___agent_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___agent_6), (void*)value); } inline static int32_t get_offset_of_hp_7() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___hp_7)); } inline int32_t get_hp_7() const { return ___hp_7; } inline int32_t* get_address_of_hp_7() { return &___hp_7; } inline void set_hp_7(int32_t value) { ___hp_7 = value; } inline static int32_t get_offset_of_materials_9() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___materials_9)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_materials_9() const { return ___materials_9; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_materials_9() { return &___materials_9; } inline void set_materials_9(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___materials_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_9), (void*)value); } inline static int32_t get_offset_of_outlineMaterials_10() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___outlineMaterials_10)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_outlineMaterials_10() const { return ___outlineMaterials_10; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_outlineMaterials_10() { return &___outlineMaterials_10; } inline void set_outlineMaterials_10(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___outlineMaterials_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___outlineMaterials_10), (void*)value); } inline static int32_t get_offset_of_colorType_11() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___colorType_11)); } inline int32_t get_colorType_11() const { return ___colorType_11; } inline int32_t* get_address_of_colorType_11() { return &___colorType_11; } inline void set_colorType_11(int32_t value) { ___colorType_11 = value; } inline static int32_t get_offset_of_baseMaterial_12() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___baseMaterial_12)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_baseMaterial_12() const { return ___baseMaterial_12; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_baseMaterial_12() { return &___baseMaterial_12; } inline void set_baseMaterial_12(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___baseMaterial_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseMaterial_12), (void*)value); } inline static int32_t get_offset_of_outlineMaterial_13() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___outlineMaterial_13)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_outlineMaterial_13() const { return ___outlineMaterial_13; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_outlineMaterial_13() { return &___outlineMaterial_13; } inline void set_outlineMaterial_13(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___outlineMaterial_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___outlineMaterial_13), (void*)value); } inline static int32_t get_offset_of_skinnedMeshRenderer_14() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___skinnedMeshRenderer_14)); } inline SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * get_skinnedMeshRenderer_14() const { return ___skinnedMeshRenderer_14; } inline SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 ** get_address_of_skinnedMeshRenderer_14() { return &___skinnedMeshRenderer_14; } inline void set_skinnedMeshRenderer_14(SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * value) { ___skinnedMeshRenderer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___skinnedMeshRenderer_14), (void*)value); } inline static int32_t get_offset_of_hasOutLine_15() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___hasOutLine_15)); } inline bool get_hasOutLine_15() const { return ___hasOutLine_15; } inline bool* get_address_of_hasOutLine_15() { return &___hasOutLine_15; } inline void set_hasOutLine_15(bool value) { ___hasOutLine_15 = value; } inline static int32_t get_offset_of_lastAutoType_16() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___lastAutoType_16)); } inline int32_t get_lastAutoType_16() const { return ___lastAutoType_16; } inline int32_t* get_address_of_lastAutoType_16() { return &___lastAutoType_16; } inline void set_lastAutoType_16(int32_t value) { ___lastAutoType_16 = value; } inline static int32_t get_offset_of_willStayTime_17() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___willStayTime_17)); } inline float get_willStayTime_17() const { return ___willStayTime_17; } inline float* get_address_of_willStayTime_17() { return &___willStayTime_17; } inline void set_willStayTime_17(float value) { ___willStayTime_17 = value; } inline static int32_t get_offset_of_willAttack_18() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___willAttack_18)); } inline bool get_willAttack_18() const { return ___willAttack_18; } inline bool* get_address_of_willAttack_18() { return &___willAttack_18; } inline void set_willAttack_18(bool value) { ___willAttack_18 = value; } inline static int32_t get_offset_of_hasRunAround_19() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___hasRunAround_19)); } inline bool get_hasRunAround_19() const { return ___hasRunAround_19; } inline bool* get_address_of_hasRunAround_19() { return &___hasRunAround_19; } inline void set_hasRunAround_19(bool value) { ___hasRunAround_19 = value; } inline static int32_t get_offset_of_needRunAroundCount_20() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___needRunAroundCount_20)); } inline int32_t get_needRunAroundCount_20() const { return ___needRunAroundCount_20; } inline int32_t* get_address_of_needRunAroundCount_20() { return &___needRunAroundCount_20; } inline void set_needRunAroundCount_20(int32_t value) { ___needRunAroundCount_20 = value; } inline static int32_t get_offset_of_hasRunToHunter_21() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___hasRunToHunter_21)); } inline bool get_hasRunToHunter_21() const { return ___hasRunToHunter_21; } inline bool* get_address_of_hasRunToHunter_21() { return &___hasRunToHunter_21; } inline void set_hasRunToHunter_21(bool value) { ___hasRunToHunter_21 = value; } inline static int32_t get_offset_of_needAmbush_22() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___needAmbush_22)); } inline bool get_needAmbush_22() const { return ___needAmbush_22; } inline bool* get_address_of_needAmbush_22() { return &___needAmbush_22; } inline void set_needAmbush_22(bool value) { ___needAmbush_22 = value; } inline static int32_t get_offset_of_canAttackID_23() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___canAttackID_23)); } inline String_t* get_canAttackID_23() const { return ___canAttackID_23; } inline String_t** get_address_of_canAttackID_23() { return &___canAttackID_23; } inline void set_canAttackID_23(String_t* value) { ___canAttackID_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___canAttackID_23), (void*)value); } inline static int32_t get_offset_of_useRunbackPoint_24() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___useRunbackPoint_24)); } inline bool get_useRunbackPoint_24() const { return ___useRunbackPoint_24; } inline bool* get_address_of_useRunbackPoint_24() { return &___useRunbackPoint_24; } inline void set_useRunbackPoint_24(bool value) { ___useRunbackPoint_24 = value; } inline static int32_t get_offset_of_zPathPoints_25() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___zPathPoints_25)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get_zPathPoints_25() const { return ___zPathPoints_25; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of_zPathPoints_25() { return &___zPathPoints_25; } inline void set_zPathPoints_25(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ___zPathPoints_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___zPathPoints_25), (void*)value); } inline static int32_t get_offset_of_canCreateZPath_26() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___canCreateZPath_26)); } inline bool get_canCreateZPath_26() const { return ___canCreateZPath_26; } inline bool* get_address_of_canCreateZPath_26() { return &___canCreateZPath_26; } inline void set_canCreateZPath_26(bool value) { ___canCreateZPath_26 = value; } inline static int32_t get_offset_of_curAnimIndex_27() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___curAnimIndex_27)); } inline int32_t get_curAnimIndex_27() const { return ___curAnimIndex_27; } inline int32_t* get_address_of_curAnimIndex_27() { return &___curAnimIndex_27; } inline void set_curAnimIndex_27(int32_t value) { ___curAnimIndex_27 = value; } inline static int32_t get_offset_of_state_28() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___state_28)); } inline State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * get_state_28() const { return ___state_28; } inline State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C ** get_address_of_state_28() { return &___state_28; } inline void set_state_28(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * value) { ___state_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_28), (void*)value); } inline static int32_t get_offset_of_onDie_29() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___onDie_29)); } inline Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * get_onDie_29() const { return ___onDie_29; } inline Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 ** get_address_of_onDie_29() { return &___onDie_29; } inline void set_onDie_29(Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * value) { ___onDie_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDie_29), (void*)value); } inline static int32_t get_offset_of_onAttack_30() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___onAttack_30)); } inline Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * get_onAttack_30() const { return ___onAttack_30; } inline Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 ** get_address_of_onAttack_30() { return &___onAttack_30; } inline void set_onAttack_30(Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * value) { ___onAttack_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAttack_30), (void*)value); } inline static int32_t get_offset_of_onlineHandler_32() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC, ___onlineHandler_32)); } inline OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * get_onlineHandler_32() const { return ___onlineHandler_32; } inline OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 ** get_address_of_onlineHandler_32() { return &___onlineHandler_32; } inline void set_onlineHandler_32(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * value) { ___onlineHandler_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHandler_32), (void*)value); } }; struct Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields { public: // System.Int32 Wolf::_avoidancePriority int32_t ____avoidancePriority_8; // System.Collections.Generic.HashSet`1 Wolf::wolfSet HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * ___wolfSet_31; public: inline static int32_t get_offset_of__avoidancePriority_8() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields, ____avoidancePriority_8)); } inline int32_t get__avoidancePriority_8() const { return ____avoidancePriority_8; } inline int32_t* get_address_of__avoidancePriority_8() { return &____avoidancePriority_8; } inline void set__avoidancePriority_8(int32_t value) { ____avoidancePriority_8 = value; } inline static int32_t get_offset_of_wolfSet_31() { return static_cast(offsetof(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields, ___wolfSet_31)); } inline HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * get_wolfSet_31() const { return ___wolfSet_31; } inline HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 ** get_address_of_wolfSet_31() { return &___wolfSet_31; } inline void set_wolfSet_31(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * value) { ___wolfSet_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___wolfSet_31), (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.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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; } }; // BestHTTP.WebSocket.Frames.WebSocketFrame[] struct WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822 : public RuntimeArray { public: ALIGN_FIELD (8) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * m_Items[1]; public: inline WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC ** 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, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * 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); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** 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, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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; } }; // 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; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492 : public RuntimeArray { public: ALIGN_FIELD (8) Material_t8927C00353A72755313F046D0CE85178AE8218EE * m_Items[1]; public: inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** 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, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = 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); } }; // 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; } }; // BestHTTP.WebSocket.Frames.WebSocketFrameReader[] struct WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29 : public RuntimeArray { public: ALIGN_FIELD (8) WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB m_Items[1]; public: inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * 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, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CDataU3Ek__BackingField_5), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CDataAsTextU3Ek__BackingField_6), (void*)NULL); #endif } inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CDataU3Ek__BackingField_5), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CDataAsTextU3Ek__BackingField_6), (void*)NULL); #endif } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * 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, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_gshared (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, 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.Void BestHTTP.Extensions.CircularBuffer`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64_gshared (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___capacity0, 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.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___item1, 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.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); // 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); // !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.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_gshared (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_gshared (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.CircularBuffer`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1_gshared (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___element0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37_gshared (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_gshared_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m65B93BC27749E963372B5FA8C03694A055242BED_gshared (Action_2_t203B8EDE5424DD644ECFFB59775146C987B4A37D * __this, RuntimeObject * ___arg10, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___arg21, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, 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_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_gshared_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_m589EF5FB524C32EB8F135D296EDF0595B289F7F3_gshared (Action_3_t0E5C5B4404BB14981BB46E416060FEDC3EAB6D3E * __this, RuntimeObject * ___arg10, uint16_t ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method); // System.Int32 BestHTTP.Extensions.CircularBuffer`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_gshared_inline (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, const RuntimeMethod* method); // T BestHTTP.Extensions.CircularBuffer`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326_gshared (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___idx0, 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); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, 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`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m8618F8C9821C179F630B5BA59C30532296525AD3_gshared (Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D_gshared (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_gshared (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___array0, int32_t ___newSize1, 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 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___arg10, int32_t ___arg21, 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); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared_inline (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_gshared (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_gshared (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, 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); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_gshared (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, 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_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, 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); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, 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); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mF242FCD2A773E7BFE1E1C8EDA50D427413B2A097_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.HashSet`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared (RuntimeObject * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, 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); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared (const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1 (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, const RuntimeMethod*))List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_gshared)(__this, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891 (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.CircularBuffer`1::.ctor(System.Int32) inline void CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64 (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 *, int32_t, const RuntimeMethod*))CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64_gshared)(__this, ___capacity0, method); } // System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::set_MaxFragmentSize(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_MaxFragmentSize_m683CFB4F34A3F1351017D22731E6E7555690CA2C_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, const RuntimeMethod* method); // BestHTTP.ConnectionBase BestHTTP.HTTPManager::GetConnectionWith(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * HTTPManager_GetConnectionWith_mB8620CC3F7C19B390C8376E90D78438347FA3860 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // BestHTTP.WebSocket.WebSocket BestHTTP.WebSocket.WebSocketResponse::get_WebSocket() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.WebSocketFrame::.ctor(BestHTTP.WebSocket.WebSocket,BestHTTP.WebSocket.Frames.WebSocketFrameTypes,System.Byte[],System.UInt64,System.UInt64,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketFrame__ctor_m643A943A67B01E42C1560592F07662550300D3F8 (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint8_t ___type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data2, uint64_t ___pos3, uint64_t ___length4, bool ___isFinal5, bool ___useExtensions6, const RuntimeMethod* method); // System.Byte[] BestHTTP.WebSocket.Frames.WebSocketFrame::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method); // System.UInt16 BestHTTP.WebSocket.WebSocketResponse::get_MaxFragmentSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // BestHTTP.WebSocket.Frames.WebSocketFrame[] BestHTTP.WebSocket.Frames.WebSocketFrame::Fragment(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* WebSocketFrame_Fragment_m75A7CB3958294CD7A94D5D8B3363B0E4F7DC1B0D (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, uint16_t ___maxFragmentSize0, 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.WebSocket.WebSocketResponse::Send(BestHTTP.WebSocket.Frames.WebSocketFrame) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___frame0, 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.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.WebSocketFrame::.ctor(BestHTTP.WebSocket.WebSocket,BestHTTP.WebSocket.Frames.WebSocketFrameTypes,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770 (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint8_t ___type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57 (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.Int32 BestHTTP.WebSocket.Frames.WebSocketFrame::get_DataLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketFrame_get_DataLength_m4D3A17CFAFAFC25875CC905425991A3CDF0C103C_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) inline void List_1_Insert_mE966CD9D8EF3272F1F7CA1AB551AC465D84964FC (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, int32_t ___index0, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___item1, const RuntimeMethod* method) { (( void (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, int32_t, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *, const RuntimeMethod*))List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared)(__this, ___index0, ___item1, method); } // BestHTTP.WebSocket.Frames.RawFrameData BestHTTP.WebSocket.Frames.WebSocketFrame::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E WebSocketFrame_Get_m5D6877D8CEA5E14FEA28401DC3C0B559F8A5F724 (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.RawFrameData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawFrameData_Dispose_mAF3183886A72E619EB552FE7E3E617A7D55D873E (RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::Close(System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Close_mF54E17527E7DD33780F3CDEAF627770E8C656D63 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, uint16_t ___code0, String_t* ___msg1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714 (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Byte[] BestHTTP.WebSocket.WebSocket::EncodeCloseData(System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebSocket_EncodeCloseData_mC798D6BD15962704FFA5C0090B20619639E42BA0 (uint16_t ___code0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::set_PingFrequnecy(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_PingFrequnecy_m3C8A44B25D0A2462CC8F48CD0FA3B1C3254388FD_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, 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.Void BestHTTP.WebSocket.WebSocketResponse::SendPing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_SendPing_m90F5B8B5FBF5BC9E664AF34ED01A3DE1A4137EEE (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::get_Heartbeats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Subscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, 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.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.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_inline (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_inline (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mFF01AABAA08D9079AE06033D492D83C622777449 (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // BestHTTP.WebSocket.Frames.WebSocketFrameTypes BestHTTP.WebSocket.Frames.WebSocketFrame::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t WebSocketFrame_get_Type_m89AD499D9D5095E5DCEA73A5208CA564FEAF3510_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline (const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Exception(System.Exception) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Exception_t * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_State(BestHTTP.HTTPRequestStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.ReadOnlyBufferedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyBufferedStream__ctor_m810DB40EFB540C69D63A29C0C80FA3E6E2D696C2 (ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___nstream0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.WebSocketFrameReader::Read(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketFrameReader_Read_m480A5A010ED21C967BE853688559A8268E07A40D (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::get_HasMask() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WebSocketFrameReader_get_HasMask_m4A5E39294054C8094CF2342DA5044316DEB0FF38_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.WebSocket.Frames.WebSocketFrameReader::get_IsFinal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WebSocketFrameReader_get_IsFinal_m1AF009C25A56BDABF96F2413A50122A1F09CD2BF_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*))List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_gshared)(__this, ___item0, method); } // BestHTTP.WebSocket.Frames.WebSocketFrameTypes BestHTTP.WebSocket.Frames.WebSocketFrameReader::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t WebSocketFrameReader_get_Type_mCD2092099132726EE3B618AE69DC7F68F5AD23DC_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.WebSocketFrameReader::Assemble(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketFrameReader_Assemble_m49DBE501C9586A9639D9B03A07A97021CD3A79F0 (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * ___fragments0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7 (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, const RuntimeMethod*))List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_gshared)(__this, method); } // System.Void BestHTTP.WebSocket.Frames.WebSocketFrameReader::DecodeWithExtensions(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketFrameReader_DecodeWithExtensions_m2FA5A2B5BF29F674470FC4BFB8BD8CD4CEA46740 (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method); // System.Byte[] BestHTTP.WebSocket.Frames.WebSocketFrameReader::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method); // System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m6B5A5B4C68D036256417E9348FA25A257015B37E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C (int64_t ___value0, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.CircularBuffer`1::Add(T) inline void CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1 (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___element0, const RuntimeMethod* method) { (( void (*) (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 *, int32_t, const RuntimeMethod*))CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1_gshared)(__this, ___element0, method); } // System.Int32 BestHTTP.WebSocket.WebSocketResponse::CalculateLatency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketResponse_CalculateLatency_mFF818362DEBC1E25E19A40D7339FE3CB0350AA66 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::set_Latency(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_Latency_m05B6D6E5B788751AFCCAA84C35FBBA93AD83E2AA_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Unsubscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37 (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37_gshared)(__this, ___collection0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, int32_t, const RuntimeMethod*))List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_gshared_inline)(__this, ___index0, method); } // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mB4A845C35995F46A2969EE27B9D67ACF732B11A1 (Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * __this, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___arg10, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 *, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF *, WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB , const RuntimeMethod*))Action_2_Invoke_m65B93BC27749E963372B5FA8C03694A055242BED_gshared)(__this, ___arg10, ___arg21, method); } // System.String BestHTTP.WebSocket.Frames.WebSocketFrameReader::get_DataAsText() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebSocketFrameReader_get_DataAsText_m17FC860FCB6449854BDE81F86E3C9CF23821D257_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_m1F0AE62311AAD592D13852DC2940A83578E6FA82 (Action_2_tB1E900EE56707598576A70203857030B4D9C936C * __this, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___arg10, String_t* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tB1E900EE56707598576A70203857030B4D9C936C *, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF *, String_t*, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_m67BD53E94AE730102B01CAA7CEBE955EA63A32C5 (Action_2_t110B526D14830B3074682426066849C15C290882 * __this, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___arg10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t110B526D14830B3074682426066849C15C290882 *, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *, const RuntimeMethod*))List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_gshared_inline)(__this, method); } // System.Boolean BestHTTP.WebSocket.WebSocketResponse::get_IsClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocketResponse_get_IsClosed_mAC8211666FFA639E22989DF3AEF9DF73698BCB0D (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_mAF5D6C7D086AB3F47AA789BEA312816AFA8E0736 (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.UInt16 System.BitConverter::ToUInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) inline void Action_3_Invoke_m0D920C7FACCD45801C20B9D8C7DE7D62D57FB2AA (Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * __this, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___arg10, uint16_t ___arg21, String_t* ___arg32, const RuntimeMethod* method) { (( void (*) (Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 *, WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF *, uint16_t, String_t*, const RuntimeMethod*))Action_3_Invoke_m589EF5FB524C32EB8F135D296EDF0595B289F7F3_gshared)(__this, ___arg10, ___arg21, ___arg32, method); } // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.TimeSpan BestHTTP.WebSocket.WebSocketResponse::get_PingFrequnecy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.TimeSpan BestHTTP.WebSocket.WebSocket::get_CloseAfterNoMesssage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 WebSocket_get_CloseAfterNoMesssage_m38D2592869C4503113F46E127765EE424036FFE6_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::CloseWithError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_CloseWithError_mD70C02775FB6F043A69E5E863A298C8B92968580 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BitConverter_GetBytes_m4BCB9C5EF4286885A640995E44AB52E5F629E3C7 (int64_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::Insert(BestHTTP.WebSocket.Frames.WebSocketFrame) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Insert_mE208554114FDCF8AE7BC2B4E41091DC7BF7E3D42 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___frame0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocketResponse::CloseStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_CloseStream_mBDEB157C47A6AB02B6132786E862C1993335F089 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Extensions.CircularBuffer`1::get_Count() inline int32_t CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_inline (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 *, const RuntimeMethod*))CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_gshared_inline)(__this, method); } // T BestHTTP.Extensions.CircularBuffer`1::get_Item(System.Int32) inline int32_t CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326 (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, int32_t ___idx0, const RuntimeMethod* method) { return (( int32_t (*) (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 *, int32_t, const RuntimeMethod*))CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326_gshared)(__this, ___idx0, method); } // System.Void BestHTTP.WebSocket.WebSocket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, 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.Void BestHTTP.Examples.GUIHelper::DrawArea(UnityEngine.Rect,System.Boolean,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___area0, bool ___drawHeader1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action2, const RuntimeMethod* 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); } // 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.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, 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); // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::get_InternalRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline (const RuntimeMethod* method) { return (( GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndScrollView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163 (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Space(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD (float ___pixels0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::FlexibleSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000 (const RuntimeMethod* method); // System.String UnityEngine.GUILayout::TextField(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::set_StartPingThread(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, bool ___value0, const RuntimeMethod* method); // BestHTTP.Proxy BestHTTP.HTTPManager::get_Proxy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * HTTPManager_get_Proxy_mD95EEFBF3CC7E81129B1E1FD88B09BF5D6F359C3_inline (const RuntimeMethod* method); // System.Uri BestHTTP.Proxy::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Proxy_get_Address_mFEAC54C53753024C5E55F5F0200AF3CEDA252DB7_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method); // BestHTTP.Authentication.Credentials BestHTTP.Proxy::get_Credentials() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * Proxy_get_Credentials_mE1D30979B19EEACABD966C702E50077AC0E4E8C8_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPProxy::.ctor(System.Uri,BestHTTP.Authentication.Credentials,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPProxy__ctor_mBC15065465E8041E427525A9F7FB44A2293FFA11 (HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___address0, Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___credentials1, bool ___isTransparent2, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Proxy(BestHTTP.Proxy) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Proxy_mBA6CA5AB24EDD4700FD16C57C004A62AEE770103_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketOpenDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835 (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketClosedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865 (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.WebSocket.WebSocket::get_IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocket_get_IsOpen_m45AEF75E447980866D90294D0281BE4661CFB932 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661 (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::MaxWidth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_MaxWidth_mE6C754AB0A4366AB7E0BECE6D85A254CA7E553FB (float ___maxWidth0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Close(System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_mCF893728E58B7FDD901E09C60BA3275EEB825C3E (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, uint16_t ___code0, String_t* ___message1, const RuntimeMethod* method); // System.Void JCEngineCore.Data::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Data__ctor_mA7F69B79795DB73660929057A53D587271E6614C (Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A (RuntimeObject * ___value0, 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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void JCEngineCore.Utility::FormatArgsType(System.Object[],System.Reflection.ParameterInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_FormatArgsType_m689474929246D370A0C3C4D9DCF011713AAC9BDC (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___parameters1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Void JCEngineCore.CallbackHandler::handleCallback(JCEngineCore.Data) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackHandler_handleCallback_mE52A8990513A716555723CB07F04DFF204D194E8 (Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * ___data0, const RuntimeMethod* method); // System.Void JCEngineCore.Channel::.ctor(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel__ctor_mB5BA14BCFD971B90863B1794F15785A78F900231 (Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method); // System.Collections.IEnumerator JCEngineCore.WebSocketServer::doHeartBeat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebSocketServer_doHeartBeat_m2C36EBD993883326A3CF445FCEE728117BD31190 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, const RuntimeMethod* method); // UnityEngine.Coroutine JCUnityLib.CoroutineStarter::Start(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * CoroutineStarter_Start_mE4CE5D6D054BE5D28D32E50837CD9CEE247E9670 (RuntimeObject* ___enumerator0, const RuntimeMethod* method); // System.Void JCUnityLib.CoroutineStarter::Stop(UnityEngine.Coroutine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoroutineStarter_Stop_m56BE252B303442523198A3D67D765C38D0C217CD (Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___coroutine0, const RuntimeMethod* method); // System.Void JCEngineCore.WebSocketServer/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdoHeartBeatU3Ed__8__ctor_m75A1E7E22C8348CC3DB441967B31B0EE153C37CE (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void JCEngineCore.WebSocketServer::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_call_m7AEA570842D1CFBCF42C11331F48D2D960B8B166 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void JCEngineCore.WebSocketServer::destroyTempEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_destroyTempEntity_m792A2D0004E955ECBA28393F66DC04B77754942F (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * JsonConvert_DeserializeObject_TisData_t151636F5DBF83C727FE33927D04808CC2BE39D63_mD869288DA298AA169C2E08D37629ED3D6C1D46CE (String_t* ___value0, const RuntimeMethod* method) { return (( Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void JCEngineCore.WebSocketServer::invoke(JCEngineCore.Data) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_invoke_mEA6328BE33D7D8F31A7C686326D145071E2FECE7 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::.ctor(System.String,BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase__ctor_m3314F39C389019B5C29ADB491EF5419E62D5DF13 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, String_t* ___name0, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection1, const RuntimeMethod* method); // BestHTTP.SignalR.TransportStates BestHTTP.SignalR.Transports.TransportBase::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::set_State(BestHTTP.SignalR.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, int32_t ___value0, const RuntimeMethod* method); // BestHTTP.SignalR.IConnection BestHTTP.SignalR.Transports.TransportBase::get_Connection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketErrorDescriptionDelegate__ctor_m556ACF641159E0DE8A936392A9230595D6838BAD (OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::OnConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_OnConnected_m72DEDBCF310A1B2353B9DE304EF6FB1613D9BFB4 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // BestHTTP.SignalR.Messages.IServerMessage BestHTTP.SignalR.Transports.TransportBase::Parse(BestHTTP.SignalR.JsonEncoders.IJsonEncoder,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_Parse_m1072BEBDA6B05BF0AE6B0865EB3569EB480AA3FA (RuntimeObject* ___encoder0, String_t* ___json1, const RuntimeMethod* method); // System.String System.UInt16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mCD21CDBE273387A21683B6C00EF5EBEEFF7A8F6D (uint16_t* __this, 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 BestHTTP.SignalR.Transports.TransportBase::AbortFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_AbortFinished_m07C67B7C089CFFBF6EEAAF38906B525BA13CF9DB (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mF823306853EB22664548EBB7066EB7265D69C1DA (Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * __this, int32_t ___arg10, int32_t ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *, int32_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m8618F8C9821C179F630B5BA59C30532296525AD3_gshared)(__this, ___arg10, ___arg21, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, const RuntimeMethod* method) { (( void (*) (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B *, const RuntimeMethod*))List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D_gshared)(__this, method); } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::set_State(BestHTTP.SignalRCore.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Uri BestHTTP.SignalRCore.HubConnection::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.SignalRCore.Transports.WebSocketTransport::BuildUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * WebSocketTransport_BuildUri_mE7803705702A536433899F88B33CFC6F7053FC18 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, const RuntimeMethod* method); // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::get_AuthenticationProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketBinaryDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketBinaryDelegate__ctor_mF04FD9D0FD1DC78A235A75CBE17C9ACB9C1E99B7 (OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Send(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m3DE4C658F2C61B4805C1707742445CB3E1942C4D (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::get_Protocol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SignalRCore.JsonProtocol::WithSeparator(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* JsonProtocol_WithSeparator_m94FF5F80136E71EFF9668F7ADD9DEA367F4EAB4A (String_t* ___str0, const RuntimeMethod* method); // System.Object BestHTTP.JSON.Json::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Decode_m6CE2A8701ED1825AF409587E053DE5058945B9EF (String_t* ___json0, const RuntimeMethod* method); // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::ParseHandshakeResponse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebSocketTransport_ParseHandshakeResponse_mDB706DE8D20C8A2EAACA033B9B3DA0EBAFC87618 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::set_ErrorReason(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_ErrorReason_m51477C012AD7BFBE91B163A251CE2EE9842B3775_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___value0, const RuntimeMethod* method); // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::get_ErrorReason() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebSocketTransport_get_ErrorReason_mB72691D48D4AB0D754F71E9E5A3880EF5F29137C_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, 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); // BestHTTP.SignalRCore.TransportStates BestHTTP.SignalRCore.Transports.WebSocketTransport::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_mB4CED93A2C6F70D87CD6BB9A5AB408CF2928A889_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::HandleHandshakeResponse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_HandleHandshakeResponse_mAE2CEF36CB6D262F8E1BDAAE0F2BCF008C3369E6 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05 (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, const RuntimeMethod* method) { (( void (*) (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B *, const RuntimeMethod*))List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_gshared)(__this, method); } // System.Void BestHTTP.SignalRCore.HubConnection::OnMessages(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_OnMessages_m039E50D5C59A500077D491A11F339B0C6AAE32BD (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * ___messages0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::get_NegotiationResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Uri::get_Query() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String BestHTTP.SignalRCore.Messages.NegotiationResult::get_ConnectionId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationResult_get_ConnectionId_m345851B621599FDC81B3C0084A79EBE45060A173_inline (NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Query(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Query_m829C027D6F62B0F22041263BD6AF205AA2473189 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_State(BestHTTP.SocketIO.Transports.TransportStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_Manager(BestHTTP.SocketIO.SocketManager) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_Manager_m88ADB4D3B0E4DD98BE6022E7762FC02103CFF8A7_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method); // BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.WebSocketTransport::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Transports.WebSocketTransport::get_Manager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.SocketIO.SocketManager::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPProtocolFactory::IsSecureProtocol(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPProtocolFactory_IsSecureProtocol_mEBD60F3BC1AED65EFA64D19AD491CC186FA0FC0F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::GetRequestPathAndQueryURL(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_GetRequestPathAndQueryURL_m619A1B3BF9E17F16BA55B9B5AD36A47D5F7445E6 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m77266A99C72EE7D34263F79C98DA6C303FD06D8D (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___port2, String_t* ___pathValue3, const RuntimeMethod* method); // BestHTTP.SocketIO.HandshakeData BestHTTP.SocketIO.SocketManager::get_Handshake() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketOptions BestHTTP.SocketIO.SocketManager::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.SocketOptions::get_QueryParamsOnlyForHandshake() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_QueryParamsOnlyForHandshake_m30258CFC229AFAB32F7B12C57A341205B6DEAE6F_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.HandshakeData::get_Sid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.SocketOptions::BuildQueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketOptions_BuildQueryParams_mE7BA308ADF3676B8D6A5E15897FF2EE257B45111 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_Implementation(BestHTTP.WebSocket.WebSocket) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_Implementation_m4BBDDDA076973F6F5CB3176A2A94D7731915B44A_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___value0, const RuntimeMethod* method); // BestHTTP.WebSocket.WebSocket BestHTTP.SocketIO.Transports.WebSocketTransport::get_Implementation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::get_UpgradingTransport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Packet::.ctor(BestHTTP.SocketIO.TransportEventTypes,BestHTTP.SocketIO.SocketIOEventTypes,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, int32_t ___transportEvent0, int32_t ___packetType1, String_t* ___nsp2, String_t* ___payload3, int32_t ___attachment4, int32_t ___id5, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Send(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Packet::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_mBD623FEB3C0E72971BE7C0B7415417D1A45E426F (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, String_t* ___from0, const RuntimeMethod* method); // System.Int32 BestHTTP.SocketIO.Packet::get_AttachmentCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnPacket(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnPacket_mB3145194704C785C522411A94997B9A6DDE62158 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Packet::AddAttachmentFromServer(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_AddAttachmentFromServer_m6AF6B109C4B1D8FAFAFD450F6DC5A5E70BC59B6E (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, bool ___copyFull1, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Packet::get_HasAllAttachment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Packet_get_HasAllAttachment_m256A5A274EFFCADABC1AB28FB8F98D4E5499C02E (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsSuccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, 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); // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Exception BestHTTP.HTTPRequest::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_UpgradingTransport(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Close_m62A11C14B0F808269851D539D2F774CAC37FF78E (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Packet::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Packet_Encode_mF38194A33BE4D2650FC23C875F1A66BFF2CD017C (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SocketIO.Packet::get_Attachments() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**, int32_t, const RuntimeMethod*))Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023_gshared)(___array0, ___newSize1, 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.WebSocket.WebSocket::Send(System.Byte[],System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m9E94AAFEFB36CD657A488BF8FA2A885B52D9F793 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, uint64_t ___offset1, uint64_t ___count2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * List_1_get_Item_mF69F7DDED9DE51B1D8D65BA9DD684FBF42858A88_inline (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_inline (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8 (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // BestHTTP.SocketIO.TransportEventTypes BestHTTP.SocketIO.Packet::get_TransportEvent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Packet::get_Payload() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, 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); // 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_root() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_root_mDEB1F3B4DB26B32CEED6DFFF734F85C79C4DDA91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, 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); // 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 UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8 (RuntimeObject * ___message0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___context1, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_Stop_m8CBF9268DE7B5A40952B4977462B857B5F5AFB9D (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * Component_GetComponent_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_mC12D8D090A2D5C67FF3CDCC6F59C4736928B80C0 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::set_PlayingAudio(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, 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.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.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.WheelCollider::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WheelCollider_get_radius_mDB04C14DAB0BB1D5D7A2D160C5EE3F159CE3FA26 (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, 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.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.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.Void UnityEngine.ParticleSystem::Emit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleSystem_Emit_m07EF0D2DA84EB04814DA7EE6B8618B008DE75F28 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, int32_t ___count0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::get_skidding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WheelEffects_get_skidding_m1EBCDCFEDB16686E9B2D4B73FEE0482B9337EE97_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityStandardAssets.Vehicles.Car.WheelEffects::StartSkidTrail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WheelEffects_StartSkidTrail_mAA0A3A8AE8E3C79A9C80898154942444FEC10323 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartSkidTrailU3Ed__18__ctor_mC72F95742347617153FEBDD8C8675023C457A0E4 (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::set_skidding(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEffects_set_skidding_mBA4FE70870D08789EDF7C7EF7060E53BBA7C8C49_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, 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); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mAAAA103F4911E9FA18634BF9605C28559F5E2AC7 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, float ___t1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::maskWithReductionPolynomial(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_maskWithReductionPolynomial_m8429F761F7EF4CEA2ACD777C547EAF8F93928576 (int32_t ___input0, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::packIntoLong(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D (int32_t ___b70, int32_t ___b61, int32_t ___b52, int32_t ___b43, int32_t ___b34, int32_t ___b25, int32_t ___b16, int32_t ___b07, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Reset_m362B4F22E6FF7DA1A9F733230BF54A14762BCFE9 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, RuntimeObject* ___other0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_finish_m0C402B7C4D2E675D6EB9BBD40A826B7EF1F27987 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::convertLongToByteArray(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_convertLongToByteArray_mA14D280701BD294D3AE4CC4D927803F20AFBE51D (int64_t ___inputLong0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputArray1, int32_t ___offSet2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Reset_m14AB2DBA9C156A625AB77A2B67BB4A7A58E766CC (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_GetDigestSize_mA925BE232E125C860D79A512D3513528AB92CCD3 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, 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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::bytesToLongFromBuffer(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WhirlpoolDigest_bytesToLongFromBuffer_m2FF5D41860FA6F08F2C1532C07864355E56B0D5B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___startPos1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::processBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_processBlock_mCEABEB74ACB987B6055FFE91FBF3200DE6E40AC6 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::processFilledBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_processFilledBuffer_m8774CDB73FCB64D3AD5AFDA743DCB00BE133764B (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::increment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_increment_mDDD38FC6B7AB90AD0EB5A40FCCB8A88C3863A681 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Update_m2E0206FF2A71274C9AA2DCCE80C6F49BE539B3A7 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, uint8_t ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::copyBitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WhirlpoolDigest_copyBitLength_mE4D7A974419A42DF8250FC879047616A3FA8489B (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest__ctor_m86A9745832E0141DA363FD98223FA69E2AF03DB7 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * ___originalDigest0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_mA48AD20B5F6E8BE4A3EF7FAB85B95E66EB7DF27E (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 *, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Void Wolf/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m8CA061F5CA2A5591F68E1D0FBAA9C1B903B1D6F1 (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void Wolf/OnlineHandler::InitOnAwake(Wolf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_InitOnAwake_mCE35A14FE2B6BE8D21612BD37A969660E656AB49 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___animal0, const RuntimeMethod* 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); // 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); // 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 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 Wolf::initAniListener() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_initAniListener_mDF6DA125A6705D02BC9727640105B3F50114EDED (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf/OnlineHandler::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_Update_mE4112E03890D23ACB3C6DBD9D59F56E4E933A8B0 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, const RuntimeMethod* method); // System.Void Wolf::UpdateOutline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateOutline_m8632267F4E6C998835EDA2C52D5C2988FCB0B444 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::HasCloseToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_HasCloseToDestination_m7CC9B1C9BB2B0BCFCD36EDB60916CF0708BDE878 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::OnReachDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnReachDestination_m6242B376B3ACE6ACE279451EB88833F6B9CFF870 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::UpdateAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateAutoStrategy_m7079726A2203BF53419839FF445A4AD6F17F17C1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::UpdateAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateAction_mB99B185A4DDCB3884F238F61A4770C1E88CD5248 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mDC7CB36BB60F5F09AB6ED9101F6127F04821D232 (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 *, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void WolfActGrid/AreaMatrix::releaseOccupy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix_releaseOccupy_m812774928F2C7D51FE7F6CEF9B5724B37B0BDB47 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void UnityEngine.Renderer::set_material(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Transform Arrow::Head() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, 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.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); // System.Void Arrow::Hit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, const RuntimeMethod* method); // System.Void Wolf::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnHitLogic_m47C16ED6539770ACE9ED94448266BCFBF0EC0D70 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, const RuntimeMethod* method); // GameEventCenter GameEventCenter::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3 (const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, int32_t, const RuntimeMethod*))Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared)(__this, ___arg10, ___arg21, method); } // System.Void Wolf::Hurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Hurt_m8DCF44FBA4A9258CC06213CD70D60DBAF6C4BFCE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::Die(Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Die_m7A91EC133F7D4AF3E316D914868995128D147526 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, const RuntimeMethod* 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); // System.Void Wolf/State::ResetActionState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * __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); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m679056BFFDD01E477F88F2DDD33AE5D6896AB341 (Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 *, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // UnityEngine.AudioSource AudioMgr::GetAudioSource(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, const RuntimeMethod* method); // System.Void AudioMgr::PlayAnimalEffect(System.String,UnityEngine.AudioSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, String_t* ___name0, AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource1, const RuntimeMethod* method); // System.Single UnityEngine.Random::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872 (const RuntimeMethod* method); // System.Void Wolf::CancelLockTarget(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_CancelLockTarget_mD39A517EE2D9511B107CA2581F233195CE12412D (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, int32_t ___cancelType0, const RuntimeMethod* method); // System.Void Wolf::ResetZPathRecord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_ResetZPathRecord_m572BDFFC4D7B24E933EAE058A0DD61FDE7F404D9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::RunAwayFromHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunAwayFromHunter_m16D46CED300B98282FA0A9AAF67D83153CE3BBD9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_isStopped(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_isStopped_m3258581121A85B9F8BC02FCC2111B15506A26896 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, bool ___value0, const RuntimeMethod* method); // System.Void Wolf::SetAgentStopped(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_SetAgentStopped_m67E49128C95BDA2097F06EE156CAB8AD78F004B9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean WolfActGrid/AreaMatrix::occupyPos(UnityEngine.Vector3,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AreaMatrix_occupyPos_m6260525CF9939070FD358DF8F6D8C54564A9FDEB (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p0, RuntimeObject * ___obj1, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_destination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_nextPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_destination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_destination_m0FDF371CBF97028F28416675134875122F13AD2F (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_velocity_mA6F25F6B38D5092BBE6DECD77F8FDB93D5C515C9 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, 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); // System.Void Wolf::RandomWillStayTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RandomWillStayTime_m9F6049E03BB4D89B515E4D33018A01E349E2E281 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::RunToAttackHunter(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunToAttackHunter_m4E369559AA85D67CA4D628F2A62B6A31485BBB4F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___quickly0, const RuntimeMethod* method); // System.Void Wolf::Attack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Attack_mC40289A4C0467C0C7B98AC2F70664367A679B854 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::RunAroundHunter(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunAroundHunter_mE6083ECDDE55D2436583FCB2016F395AEBB3E383 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___quickly0, const RuntimeMethod* method); // System.Void Wolf::MoveSlowlyInZPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_MoveSlowlyInZPath_m334FED3462295CDE860D55B0B24229DCB506496F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared_inline)(__this, method); } // System.Void Wolf::Stay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Stay_m99D1F11951EF6FA3EF3F3E979BC5400F736A79A1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___correct0, const RuntimeMethod* method); // UnityEngine.Vector3 TargetAnimal::get_hunterPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m996FADE2327B0A4412FF4A5179B8BABD9EB849BA (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition0, const RuntimeMethod* method); // System.Void Wolf/<>c__DisplayClass38_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_m5B98A052DE2D8654BF7173A94AC2B611B6FC6BCF (U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * __this, const RuntimeMethod* method); // System.Void Wolf/<>c__DisplayClass38_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1__ctor_m03FA2EBBB54869A631151DD97D1A75FBD5A084C4 (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.AI.NavMeshAgent::get_avoidancePriority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavMeshAgent_get_avoidancePriority_mB6DF7EA603BB6D84286D1AF78996B79272857D5A (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // System.Single UnityEngine.AI.NavMeshAgent::get_baseOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_baseOffset_m77971FFBAEEF983D08FF9D425945CDEE8776B031 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_FromToRotation_mD0EBB9993FC7C6A45724D0365B09F11F1CEADB80 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___fromDirection0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___toDirection1, const RuntimeMethod* method); // System.Single UnityEngine.Quaternion::Angle(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_avoidancePriority(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_avoidancePriority_mEBC1EE92C76289E3F1CD4551871D3E2C7B379A7B (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) inline void DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08 (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *, RuntimeObject *, intptr_t, const RuntimeMethod*))DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_gshared)(__this, ___object0, ___method1, method); } // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) inline void DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *, RuntimeObject *, intptr_t, const RuntimeMethod*))DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_gshared)(__this, ___object0, ___method1, method); } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4 (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___getter0, DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * ___setter1, float ___endValue2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::Append(DG.Tweening.Sequence,DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t1, 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); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendCallback(DG.Tweening.Sequence,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819 (Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 *, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *, int32_t, const RuntimeMethod*))Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared)(__this, ___arg10, ___arg21, method); } // UnityEngine.Vector3 TargetAnimal::GetPointerHunterToMe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void Wolf::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_speed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_speed_mE71CB504B0CC1E977293722F9BA81B7060A99E14 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Transform TargetAnimal::get_animalsBaseT() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 WolfActGrid::GetRunBackPointAfterPounce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E WolfActGrid_GetRunBackPointAfterPounce_mAD0D8AFB12B09F8EF03148928E2B22B48113A0AB (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2 (float ___minInclusive0, float ___maxInclusive1, 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.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); // System.Void System.Collections.Generic.Queue`1::Clear() inline void Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_gshared)(__this, method); } // !0 System.Collections.Generic.Queue`1::Dequeue() inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Cross_m63414F0C545EBB616F339FF8830D37F9230736A4 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_gshared)(__this, ___item0, method); } // System.Void AnimationPlayer::play(System.Int32,UnityEngine.WrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4 (AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * __this, int32_t ___index0, int32_t ___wrapMode1, const RuntimeMethod* method); // System.Void AnimationPlayer::StopAnimation(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationPlayer_StopAnimation_m76B83450D9EA047F6DC51908A83FAACA94C63D6F (AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Boolean Wolf::isAniStay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniStay_m5B04C0F616F30DF534177441B66D534AB32DCFE6 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniStay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniStay_mA7D34F2B8EAA0A1BBE89E905DE602BCC11C0342F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniMoveSlowly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniMoveSlowly_mF782AEE2CBE51063912902B47BFACC475FB835E2 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniMoveSlowly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniMoveSlowly_m91A369207897A7E7BC9067A5C64FF2722024A7CC (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniMoveQuickly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniMoveQuickly_m78ED650947DC2354DA2E9BE8DF5CA7C9C1693397 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniMoveQuickly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniMoveQuickly_m021DD4591C030B08FF1C6DAE16206B43E99B004B (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniAmbush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAmbush_m4D2D0E78C5D6697A155C2B804B696344CD144A16 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniAmbush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAmbush_m7A0B5DB97454FC6E2BE52D61F39B077013EE6767 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniAttakA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAttakA_m7A6FDB9EF3516A34C9B40B4497714EF8507B1EE1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniAttakA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAttakA_m3CB41130BD65120338AC489A3D96B60925A15D93 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniAttakB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAttakB_mD38E392CB7667C1D0B94510AEFB8476A0A32AC60 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniAttakB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAttakB_m7B51749210B41A2F4B364E57B03377325E54A625 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Boolean Wolf::isAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniDie_m333B13C7B8B8904E6B2FAF0492EE0124DE432286 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void Wolf::playAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniDie_m4ADA160D27574FCF1990738AE32C4B10F76172A8 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496 (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *, const RuntimeMethod*))Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_gshared)(__this, method); } // System.Void Wolf/OnlineHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler__ctor_m94C0AE605F7E28E0562A03509834203102310FE7 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, const RuntimeMethod* method); // System.Void TargetAnimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal__ctor_m79849190AD1B15ECC1D5A486410B8F065AC64324 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m49F3923FA06A11EABB9AE65AC42212179DA3B732 (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218 (TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * __this, const RuntimeMethod* method); // WolfActGrid/JsonConfig WolfActGrid/JsonConfig::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * JsonConfig_Load_mBE64199B4FF9087F283FED647ED3FB9F1C53FA4A (String_t* ___jsonText0, const RuntimeMethod* method); // System.Void WolfActGrid::createAreaMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_createAreaMatrix_mFC06FF56AF04665C930552D0C61D7C62B70BF914 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method); // System.Void WolfActGrid::loadAreaMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_loadAreaMatrix_mD3859EB13393CF764561EB63BB22C6F1390B1D4B (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1> WolfActGrid/JsonConfig::GetPosMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * JsonConfig_GetPosMatrix_m0701EC31B8215E3AC02CDF87B731ED8AC1D46A63 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __this, const RuntimeMethod* method); // System.Void WolfActGrid/JsonConfig::SetPosMatrixNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig_SetPosMatrixNull_mF24E8A54B412B79CF74DF20CAE5FC990E9DC6756 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * (*) (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline)(__this, ___index0, method); } // System.Void WolfActGrid::DebugDrawSphere(UnityEngine.Vector3,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_DebugDrawSphere_m7D3C6E2E79A4BC9F46224578D0E51EF690B48E39 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, int32_t ___r1, int32_t ___c2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline)(__this, method); } // System.Int32 System.Collections.Generic.List`1>::get_Count() inline int32_t List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF8F23D572031748AD428623AE16803455997E297 (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1>::Add(!0) inline void List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2 (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * __this, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 UnityEngine.LayerMask::GetMask(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_GetMask_m46D2185735D02C7DEE01E3BAAF4A39F2AB46F67F (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___layerNames0, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m09F21E13465121A73F19C07FC5F5314CF15ACD15 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, float ___maxDistance2, int32_t ___layerMask3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*))List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_gshared)(__this, ___item0, method); } // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared)(___original0, ___position1, ___rotation2, ___parent3, method); } // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, String_t* ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 * GameObject_AddComponent_TisWolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855_mDE9DBAFA99644F45075405F1B78B23F934EB9D6C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * Component_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mA783B6FC656749CC2567298A1C51D249CEC77B1F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, 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.Void WolfActGrid/JsonConfig::SetPosMatrix(System.Collections.Generic.List`1>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig_SetPosMatrix_m8C819D6EE51B0099A3AF0209DBA0907121D5D9A7 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __this, List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * ___list0, const RuntimeMethod* method); // System.Void WolfActGrid/JsonConfig::Write() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig_Write_mE80D2CFE04D3F284FF33C2FA4950B0B33D98D877 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void WolfActGrid/AreaMatrix::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix__ctor_m65B35B8F924ACF4692D000F53E5C8169A015368B (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::Equals(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_Equals_mA92800CD98ED6A42DD7C55C5DB22DAB4DEAA6397 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___other0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_gshared)(__this, ___index0, 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.Void ChallengeGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode__ctor_m502BABF831A061D84C572BB46CC6B6D125A7FBF0 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method); // System.Void GameMode::BanBowReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // System.Void GameMode::UnbanBowReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_UnbanBowReady_m789DA8EC4F079B37F821519FC95DA76EF389A928 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __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); // System.Void ChallengeGameMode::AddHuntGameView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void ChallengeGameMode::AddSelectLevelView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddSelectLevelView_mB751386829E80493A51AA0B9A0CA0D45B0AE8638 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void Wolf::ChangeColorByType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_ChangeColorByType_m5235A87CD44FC4FE6D56A9A33FDB16FB552AAF82 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void TargetAnimal::RotateByWorldY(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_RotateByWorldY_mD022A909C02A641C33F792A108940BB0AF26ADC5 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, float ___angle0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m60BE961A0A95CFD493D1BBFB4419BC96450A8C97 (Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mAD4A24C3F2AE396472F37F296478BDFEE6F5DDBD (Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF242FCD2A773E7BFE1E1C8EDA50D427413B2A097_gshared)(__this, ___object0, ___method1, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497 (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Void ChallengeGameMode::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_Update_m45BA884BD74209A6F55A1AA181A8068F417AC57B (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode::CheckAutoCreateAnimalByUpdate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CheckAutoCreateAnimalByUpdate_m41AD2835BFAD9217F931A1711982175BA281E933 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, float ___dt0, const RuntimeMethod* method); // System.Void WolfHuntGameMode::CreateAnimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CreateAnimal_m9CCEE36CE2690C472BED041D62011A81C065BF2F (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_inline (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, const RuntimeMethod*))HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline)(__this, method); } // System.Void WolfHuntGameMode::DoTweenHurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_DoTweenHurt_m83E15D77C1E4F33BD63D8CE5ADFE76467F813394 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // System.Void WolfHuntGameMode/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_mC51E96D01C94D9AE48BA0AED8F6D547742475CF7 (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GameObject_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mBFA188D54E5212BDDF62A1FFD62AC734C51385E7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // BowCamera BowCamera::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547 (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 DG.Tweening.TweenExtensions::IsActive(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::Complete(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenExtensions_Complete_m1006012CD6C2AED2F84C6F04C16FF5D6DCEB0188 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method) { return (( Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * (*) (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *, bool, const RuntimeMethod*))TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared)(___t0, ___isIndependentUpdate1, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436 (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void WolfHuntGameMode::CreateAnimalIgnoreAndClearCountDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CreateAnimalIgnoreAndClearCountDown_mB4E43D0477DD8E5995392DAB3CCA97C9EF8D9458 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode__ctor_mA38ADC0028ADED91729F73A99CDBA8F08EAE53D1 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method); // System.Void HunterGamePlayerScoreCounter::.ctor(ChallengeGameModeLocalPK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14 (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * __this, RuntimeObject* ___gameModeLocalPK0, const RuntimeMethod* method); // System.Void WolfHuntGameMode_LocalPK::InitByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_InitByCurPlayerIndex_m021F8C6BEC74A46D08852C8E8D9FA1BD25936454 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23 (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void WolfHuntGameMode_LocalPK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_AddReadyView_m346A586FDF2F1BCC3210AA60FC0E0636D02AB5E6 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_Update_m3D458D0844E325A387CCC15539238E6A18A2BBD4 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method); // System.Boolean GameMode::get_pauseTimeCounting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_LocalPK::IsOtherPlayerNotDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_LocalPK_IsOtherPlayerNotDie_mE2CBD3B1C71E7D23D4BA8750F97FBEF339BB6FD2 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // ArmBow ArmBow::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864 (const RuntimeMethod* method); // System.Void ArmBow::readyShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652 (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_LocalPK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_NextPlayerFinal_m6AF4F5BADB6724C7ABB41EB11066706BF6C85E66 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_LocalPK::IsAllPlayerDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_LocalPK_IsAllPlayerDie_mE06C277EB28FEC117BA83B35F1D02C1988D2F267 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Void ChallengeGameMode::AnnounceGameOver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Boolean ChallengeGameMode::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // !!0 UnityEngine.GameObject::GetComponent() inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void WolfHuntGameMode_LocalPK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_NextPlayer_mE019B521474CE72194D77E472230A98783E23D2D (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_LocalPK::RecordByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_RecordByCurPlayerIndex_mA35493E79387978D37A1B83023CF4D4E93104319 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // System.Int32 WolfHuntGameMode_LocalPK::GetNextPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_LocalPK_GetNextPlayerIndex_m5C907F903E46CF0749B6433BDCBC36A1ABE6F862 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() inline HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45 (const RuntimeMethod* method) { return (( HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // System.Void HunterGameView::RenderHPImmediate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameView_RenderHPImmediate_m75537D91A632E83E0965E9013F26D0FF22F55F79 (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6 (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 *, float, float, const RuntimeMethod*))ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared)(__this, ___item10, ___item21, method); } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::.ctor(WolfHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper__ctor_m5AFB82D9BC15134B5594009632B17537B42DA65F (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___gameMode0, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::InitByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_InitByCurPlayerIndex_mE3EF4F3D31CB76A49F07C812D62FDCF845F6821B (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::InitSocketPlayer(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_InitSocketPlayer_m68CF85EC6BD74BCB5030C6F2588ED3136F2C70BC (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback0, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_m4D074A63BE1CDA1333CF06D32A0B7FC3950C802C (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_OnUpdate_mDC6C4E9C6C5288CE4A809EF0E55CDFCE80C691E7 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK::IsOtherPlayerNotDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_OnlinePK_IsOtherPlayerNotDie_m3FF853D55445C048C6A4DAF5D78FAB730B138845 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextPlayerFinal_m80CB779062455F937E732EA9B873AD720E7597A8 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::NextRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextRound_mA8E28F9E7CD5DB0E1635758CD0D6D48F90742E0D (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::OnFrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_OnFrameUpdate_m27F88E1B6521C6A660A36971F9C8531D01771D9D (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void SocketPlayer::UploadPKGameData(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, String_t* ___key0, RuntimeObject * ___data1, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7 (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * __this, const RuntimeMethod* method) { return (( Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 (*) (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_inline (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 * __this, const RuntimeMethod* method) { return (( Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * (*) (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037 (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Boolean WolfHuntGameMode_OnlinePK::IsAllPlayerDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_OnlinePK_IsAllPlayerDie_mF3C1086C036A72037314793121C56946BAF07FF9 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextPlayer_mC5233F3D2359E6FF513CF0A0D1F991E628724B2C (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK::RecordByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_RecordByCurPlayerIndex_m66B25DB3A0F32510AEF584B7C3F8F3FFFF5D5565 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Int32 WolfHuntGameMode_OnlinePK::GetNextPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_OnlinePK_GetNextPlayerIndex_m831311AF83C576547BE970376ADD7D893E4D3798 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_m29C5A436220E872971F9D462865CDF6996E760C8 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.LineRenderer::SetPosition(System.Int32,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_SetPosition_mD37DBE4B3E13A838FFD09289BC77DEDB423D620F (LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * __this, int32_t ___index0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, 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); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetArbitraryValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F (Type_t * ___enumType0, 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.IWrapper BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::GetWrapper(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65 (String_t* ___algorithm0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2 (Type_t * ___enumType0, String_t* ___s1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesWrapEngine__ctor_m4F394EB27AB2FE73043D69ED20D226107C80E3AD (AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaWrapEngine__ctor_m13495A5F9E19BD97C65935127874C2CEFB22D303 (CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeWrapEngine__ctor_mA95780BDE495A5AEF214DE9D1D3997E880C4C05C (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2WrapEngine__ctor_m24695B4327C5DBDCEAA11F86861F5F1D234F52A5 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SeedWrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SeedWrapEngine__ctor_mDC69FD938346C5AAE6467A99DA2B2309CB1D8A44 (SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.DesEdeEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789 (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3211WrapEngine__ctor_mF4D2E203A14B4DC34F0476EAB4B8B67931A40FF3 (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, RuntimeObject* ___engine0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.CamelliaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445 (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedCipherWrapper__ctor_m5C28568DA986A62C58E9D455DD7FF7937D6662B8 (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057 (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, 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.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::ScalarMult(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_ScalarMult_mE7DF9817DDD9C7174274C1354C7A952EA8CA2901 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___u2, int32_t ___uOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r4, int32_t ___rOff5, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreAllZeroes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreAllZeroes_mFDD38B72F8D08254B86AC3D02CB0EFBC2D35A6C1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t X25519_Decode32_m04AEC16DD999521831128C987CB1D5ADB2DC3656 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::ScalarMultBase(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_ScalarMultBase_m0AE22338C809C058355B24B2FF376C766E7261B4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, int32_t ___rOff3, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Apm(System.Int32[],System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zp2, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zm3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sqr(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Mul(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sub(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Mul(System.Int32[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Mul_mB0BEFD3E0601478A305033F676B23C4499A3303C (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Add(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_DecodeScalar_m0EDBD719FE27DA78DB59F8E151974B1E5A26FE77 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode(System.Byte[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Decode_m26C42B819ED69EAF3E44B8BF7397A42ADCE86590 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Copy(System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CSwap(System.Int32,System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA (int32_t ___swap0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::PointDouble(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_PointDouble_m6899282AE264452202C45F2F0BE93F1947EC504A (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Inv(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Normalize(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode(System.Int32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z1, int32_t ___zOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::ScalarMultBaseYZ(System.Byte[],System.Int32,System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519_ScalarMultBaseYZ_m93A20846A948296D6784E7F5DA32A4CF25B783DF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y2, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters::GenerateSecret(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519PrivateKeyParameters_GenerateSecret_mB1597A5103C65FF8894052C32D9DE6D23F0645AF (X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 * __this, X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode128(System.Byte[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Decode128_m621DA5F560DF300814A1B65FFC7379572730726F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode128(System.Int32[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode128_m4860E2BE3ECC38B325A0152492EB8BC7990E8ADE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___xOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs2, int32_t ___off3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::PowPm5d8(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_PowPm5d8_m3C5DA5EF2DAC2DBDA7999E36846C213E53759C25 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___rx21, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___rz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sqr(System.Int32[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___n1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Reduce(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Reduce_mA6C5C976FC587343DDFBF09C99AA4009FEBA8C10 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, int32_t ___c1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::IsZeroVar(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, 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.Single UnityEngine.Quaternion::Dot(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Quaternion_Dot_m7F12C5843352AB2EA687923444CC987D51515F9A (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.Quaternion::IsEqualUsingDot(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quaternion_IsEqualUsingDot_mC57C44978B13AD1592750B1D523AAB4549BD5643 (float ___dot0, 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 #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 // BestHTTP.WebSocket.WebSocket BestHTTP.WebSocket.WebSocketResponse::get_WebSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public WebSocket WebSocket { get; internal set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_U3CWebSocketU3Ek__BackingField_33(); return L_0; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::set_WebSocket(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_set_WebSocket_m1C5E0E598F26E47666A9E7FFF4980973515C8E80 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___value0, const RuntimeMethod* method) { { // public WebSocket WebSocket { get; internal set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___value0; __this->set_U3CWebSocketU3Ek__BackingField_33(L_0); return; } } // System.Boolean BestHTTP.WebSocket.WebSocketResponse::get_IsClosed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocketResponse_get_IsClosed_mAC8211666FFA639E22989DF3AEF9DF73698BCB0D (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public bool IsClosed { get { return closed; } } bool L_0 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.TimeSpan BestHTTP.WebSocket.WebSocketResponse::get_PingFrequnecy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public TimeSpan PingFrequnecy { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingFrequnecyU3Ek__BackingField_38(); return L_0; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::set_PingFrequnecy(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_set_PingFrequnecy_m3C8A44B25D0A2462CC8F48CD0FA3B1C3254388FD (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingFrequnecy { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingFrequnecyU3Ek__BackingField_38(L_0); return; } } // System.UInt16 BestHTTP.WebSocket.WebSocketResponse::get_MaxFragmentSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public UInt16 MaxFragmentSize { get; private set; } uint16_t L_0 = __this->get_U3CMaxFragmentSizeU3Ek__BackingField_39(); return L_0; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::set_MaxFragmentSize(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_set_MaxFragmentSize_m683CFB4F34A3F1351017D22731E6E7555690CA2C (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, uint16_t ___value0, const RuntimeMethod* method) { { // public UInt16 MaxFragmentSize { get; private set; } uint16_t L_0 = ___value0; __this->set_U3CMaxFragmentSizeU3Ek__BackingField_39(L_0); return; } } // System.Int32 BestHTTP.WebSocket.WebSocketResponse::get_BufferedAmount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketResponse_get_BufferedAmount_m7E30F0D00AAFAABF170503E66FBA6FE79EA3FCE8 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public int BufferedAmount { get { return this._bufferedAmount; } } int32_t L_0 = __this->get__bufferedAmount_40(); return L_0; } } // System.Int32 BestHTTP.WebSocket.WebSocketResponse::get_Latency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketResponse_get_Latency_m716CA0A5D1C50B24B3FCA620BDA05DF74012749E (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public int Latency { get; private set; } int32_t L_0 = __this->get_U3CLatencyU3Ek__BackingField_41(); return L_0; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::set_Latency(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_set_Latency_m05B6D6E5B788751AFCCAA84C35FBBA93AD83E2AA (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Latency { get; private set; } int32_t L_0 = ___value0; __this->set_U3CLatencyU3Ek__BackingField_41(L_0); return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse__ctor_m1825573BE563672CB0DC760C39191BF4AB9A6A47 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List IncompleteFrames = new List(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_0 = (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *)il2cpp_codegen_object_new(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_il2cpp_TypeInfo_var); List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1(L_0, /*hidden argument*/List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_RuntimeMethod_var); __this->set_IncompleteFrames_42(L_0); // private List CompletedFrames = new List(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_1 = (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *)il2cpp_codegen_object_new(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_il2cpp_TypeInfo_var); List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1(L_1, /*hidden argument*/List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_RuntimeMethod_var); __this->set_CompletedFrames_43(L_1); // private List frameCache = new List(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_2 = (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 *)il2cpp_codegen_object_new(List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56_il2cpp_TypeInfo_var); List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1(L_2, /*hidden argument*/List_1__ctor_m6160B204DABE5B3875522F904392CCAA730FE8F1_RuntimeMethod_var); __this->set_frameCache_44(L_2); // private object FrameLock = new object(); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_3, /*hidden argument*/NULL); __this->set_FrameLock_46(L_3); // private object SendLock = new object(); RuntimeObject * L_4 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_4, /*hidden argument*/NULL); __this->set_SendLock_47(L_4); // private List unsentFrames = new List(); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_5 = (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *)il2cpp_codegen_object_new(List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_il2cpp_TypeInfo_var); List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891(L_5, /*hidden argument*/List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891_RuntimeMethod_var); __this->set_unsentFrames_48(L_5); // private volatile AutoResetEvent newFrameSignal = new AutoResetEvent(false); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_6 = (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)il2cpp_codegen_object_new(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C(L_6, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_newFrameSignal_49(L_6); // private DateTime lastPing = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_lastPing_53(L_7); // private DateTime lastMessage = DateTime.MinValue; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_lastMessage_54(L_8); // private CircularBuffer rtts = new CircularBuffer(WebSocketResponse.RTTBufferCapacity); IL2CPP_RUNTIME_CLASS_INIT(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var); int32_t L_9 = ((WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_StaticFields*)il2cpp_codegen_static_fields_for(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var))->get_RTTBufferCapacity_32(); CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_10 = (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 *)il2cpp_codegen_object_new(CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88_il2cpp_TypeInfo_var); CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64(L_10, L_9, /*hidden argument*/CircularBuffer_1__ctor_m106EE5408AE8CB8CDF0EFDB1835D225A6C6CBA64_RuntimeMethod_var); __this->set_rtts_55(L_10); // : base(request, stream, isStreamed, isFromCache) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_11 = ___request0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = ___stream1; bool L_13 = ___isStreamed2; bool L_14 = ___isFromCache3; HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); // base.IsClosedManually = true; HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline(__this, (bool)1, /*hidden argument*/NULL); // closed = false; il2cpp_codegen_memory_barrier(); __this->set_closed_52(0); // MaxFragmentSize = UInt16.MaxValue / 2; WebSocketResponse_set_MaxFragmentSize_m683CFB4F34A3F1351017D22731E6E7555690CA2C_inline(__this, (uint16_t)((int32_t)32767), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::StartReceive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_StartReceive_m421F1B70C80D12CAEA50ADF22F93A8FCAC0E1016 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_ReceiveThreadFunc_m48FDDB80FD7DC9710F389FA22527CF83E02FF577_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (IsUpgraded) bool L_0; L_0 = HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { // ThreadPool.QueueUserWorkItem(ReceiveThreadFunc); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_1, __this, (intptr_t)((intptr_t)WebSocketResponse_ReceiveThreadFunc_m48FDDB80FD7DC9710F389FA22527CF83E02FF577_RuntimeMethod_var), /*hidden argument*/NULL); bool L_2; L_2 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_1, /*hidden argument*/NULL); } IL_001a: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::CloseStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_CloseStream_mBDEB157C47A6AB02B6132786E862C1993335F089 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * V_0 = NULL; { // var conn = HTTPManager.GetConnectionWith(this.baseRequest); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * L_1; L_1 = HTTPManager_GetConnectionWith_mB8620CC3F7C19B390C8376E90D78438347FA3860(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (conn != null) ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * L_2 = V_0; if (!L_2) { goto IL_0017; } } { // conn.Abort(HTTPConnectionStates.Closed); ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * L_3 = V_0; NullCheck(L_3); VirtualActionInvoker1< int32_t >::Invoke(6 /* System.Void BestHTTP.ConnectionBase::Abort(BestHTTP.HTTPConnectionStates) */, L_3, ((int32_t)9)); } IL_0017: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Send_m75BED400024B35FF7B11BCAF83FDD7A376BE42D9 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * V_2 = NULL; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (message == null) String_t* L_0 = ___message0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("message must not be null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A5457A7DF6A1065DD5E9290F8F15F5C9070E44E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Send_m75BED400024B35FF7B11BCAF83FDD7A376BE42D9_RuntimeMethod_var))); } IL_000e: { // int count = System.Text.Encoding.UTF8.GetByteCount(message); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2; L_2 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_3 = ___message0; NullCheck(L_2); int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_2, L_3); V_0 = L_4; // byte[] data = VariableSizedBufferPool.Get(count, true); int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_5)), (bool)1, /*hidden argument*/NULL); V_1 = L_6; // System.Text.Encoding.UTF8.GetBytes(message, 0, message.Length, data, 0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7; L_7 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_8 = ___message0; String_t* L_9 = ___message0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_7); int32_t L_12; L_12 = VirtualFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_7, L_8, 0, L_10, L_11, 0); // var frame = new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.Text, data, 0, (ulong)count, true, true); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_13; L_13 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_0; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_16 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_m643A943A67B01E42C1560592F07662550300D3F8(L_16, L_13, 1, L_14, ((int64_t)((int64_t)0)), ((int64_t)((int64_t)L_15)), (bool)1, (bool)1, /*hidden argument*/NULL); V_2 = L_16; // if (frame.Data != null && frame.Data.Length > this.MaxFragmentSize) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_17 = V_2; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00b9; } } { WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_19 = V_2; NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); uint16_t L_21; L_21 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))) <= ((int32_t)L_21))) { goto IL_00b9; } } { // WebSocketFrame[] additionalFrames = frame.Fragment(this.MaxFragmentSize); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_22 = V_2; uint16_t L_23; L_23 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); NullCheck(L_22); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_24; L_24 = WebSocketFrame_Fragment_m75A7CB3958294CD7A94D5D8B3363B0E4F7DC1B0D(L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; // lock (SendLock) RuntimeObject * L_25 = __this->get_SendLock_47(); V_4 = L_25; V_5 = (bool)0; } IL_007c: try {// begin try (depth: 1) { RuntimeObject * L_26 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_26, (bool*)(&V_5), /*hidden argument*/NULL); // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_27 = V_2; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_27, /*hidden argument*/NULL); // if (additionalFrames != null) WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_28 = V_3; if (!L_28) { goto IL_00ab; } } IL_008f: { // for (int i = 0; i < additionalFrames.Length; ++i) V_6 = 0; goto IL_00a4; } IL_0094: { // Send(additionalFrames[i]); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_29 = V_3; int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_32 = (L_29)->GetAt(static_cast(L_31)); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_32, /*hidden argument*/NULL); // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a4: { // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_34 = V_6; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_35 = V_3; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0094; } } IL_00ab: { // } IL2CPP_LEAVE(0xC0, FINALLY_00ad); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ad; } FINALLY_00ad: {// begin finally (depth: 1) { bool L_36 = V_5; if (!L_36) { goto IL_00b8; } } IL_00b1: { RuntimeObject * L_37 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_37, /*hidden argument*/NULL); } IL_00b8: { IL2CPP_END_FINALLY(173) } }// end finally (depth: 1) IL2CPP_CLEANUP(173) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC0, IL_00c0) } IL_00b9: { // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_38 = V_2; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_38, /*hidden argument*/NULL); } IL_00c0: { // VariableSizedBufferPool.Release(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_39, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Send(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Send_m2CA2F737DCAB09FE66CF0A9DC1036C4EC169FA21 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * V_0 = NULL; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* V_1 = NULL; RuntimeObject * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (data == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("data must not be null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC68FFBBF9505233DDD37E5D37666C2F07B3A9EBB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Send_m2CA2F737DCAB09FE66CF0A9DC1036C4EC169FA21_RuntimeMethod_var))); } IL_000e: { // WebSocketFrame frame = new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.Binary, data); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_2; L_2 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_4 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770(L_4, L_2, 2, L_3, /*hidden argument*/NULL); V_0 = L_4; // if (frame.Data != null && frame.Data.Length > this.MaxFragmentSize) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0084; } } { WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); uint16_t L_9; L_9 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) <= ((int32_t)L_9))) { goto IL_0084; } } { // WebSocketFrame[] additionalFrames = frame.Fragment(this.MaxFragmentSize); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_10 = V_0; uint16_t L_11; L_11 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_12; L_12 = WebSocketFrame_Fragment_m75A7CB3958294CD7A94D5D8B3363B0E4F7DC1B0D(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; // lock(SendLock) RuntimeObject * L_13 = __this->get_SendLock_47(); V_2 = L_13; V_3 = (bool)0; } IL_004a: try {// begin try (depth: 1) { RuntimeObject * L_14 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_14, (bool*)(&V_3), /*hidden argument*/NULL); // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_15 = V_0; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_15, /*hidden argument*/NULL); // if (additionalFrames != null) WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_16 = V_1; if (!L_16) { goto IL_0078; } } IL_005c: { // for (int i = 0; i < additionalFrames.Length; ++i) V_4 = 0; goto IL_0071; } IL_0061: { // Send(additionalFrames[i]); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_17 = V_1; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_20 = (L_17)->GetAt(static_cast(L_19)); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_20, /*hidden argument*/NULL); // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_21 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0071: { // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_22 = V_4; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_23 = V_1; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_0061; } } IL_0078: { // } IL2CPP_LEAVE(0x8B, FINALLY_007a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: {// begin finally (depth: 1) { bool L_24 = V_3; if (!L_24) { goto IL_0083; } } IL_007d: { RuntimeObject * L_25 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_25, /*hidden argument*/NULL); } IL_0083: { IL2CPP_END_FINALLY(122) } }// end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8B, IL_008b) } IL_0084: { // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_26 = V_0; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_26, /*hidden argument*/NULL); } IL_008b: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Send(System.Byte[],System.UInt64,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Send_mE6D1E5A3F7B436B02063FF10EA20773F3605D204 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, uint64_t ___offset1, uint64_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * V_0 = NULL; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* V_1 = NULL; RuntimeObject * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (data == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("data must not be null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC68FFBBF9505233DDD37E5D37666C2F07B3A9EBB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Send_mE6D1E5A3F7B436B02063FF10EA20773F3605D204_RuntimeMethod_var))); } IL_000e: { // if (offset + count > (ulong)data.Length) uint64_t L_2 = ___offset1; uint64_t L_3 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data0; NullCheck(L_4); if ((!(((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_3))) > ((uint64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))))) { goto IL_0022; } } { // throw new ArgumentOutOfRangeException("offset + count >= data.Length"); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05E0DB356812280C508C76B0FD6F7F2B2AD5216E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Send_mE6D1E5A3F7B436B02063FF10EA20773F3605D204_RuntimeMethod_var))); } IL_0022: { // WebSocketFrame frame = new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.Binary, data, offset, count, true, true); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_6; L_6 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___data0; uint64_t L_8 = ___offset1; uint64_t L_9 = ___count2; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_10 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_m643A943A67B01E42C1560592F07662550300D3F8(L_10, L_6, 2, L_7, L_8, L_9, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_10; // if (frame.Data != null && frame.Data.Length > this.MaxFragmentSize) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_009c; } } { WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); uint16_t L_15; L_15 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))) <= ((int32_t)L_15))) { goto IL_009c; } } { // WebSocketFrame[] additionalFrames = frame.Fragment(this.MaxFragmentSize); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_16 = V_0; uint16_t L_17; L_17 = WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_18; L_18 = WebSocketFrame_Fragment_m75A7CB3958294CD7A94D5D8B3363B0E4F7DC1B0D(L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; // lock (SendLock) RuntimeObject * L_19 = __this->get_SendLock_47(); V_2 = L_19; V_3 = (bool)0; } IL_0062: try {// begin try (depth: 1) { RuntimeObject * L_20 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_20, (bool*)(&V_3), /*hidden argument*/NULL); // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_21 = V_0; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_21, /*hidden argument*/NULL); // if (additionalFrames != null) WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_22 = V_1; if (!L_22) { goto IL_0090; } } IL_0074: { // for (int i = 0; i < additionalFrames.Length; ++i) V_4 = 0; goto IL_0089; } IL_0079: { // Send(additionalFrames[i]); WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_23 = V_1; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_26 = (L_23)->GetAt(static_cast(L_25)); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_26, /*hidden argument*/NULL); // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0089: { // for (int i = 0; i < additionalFrames.Length; ++i) int32_t L_28 = V_4; WebSocketFrameU5BU5D_t18482B43E43CB4D17260F0BD942E2D3FC7898822* L_29 = V_1; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0079; } } IL_0090: { // } IL2CPP_LEAVE(0xA3, FINALLY_0092); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: {// begin finally (depth: 1) { bool L_30 = V_3; if (!L_30) { goto IL_009b; } } IL_0095: { RuntimeObject * L_31 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_31, /*hidden argument*/NULL); } IL_009b: { IL2CPP_END_FINALLY(146) } }// end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA3, IL_00a3) } IL_009c: { // Send(frame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_32 = V_0; WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_32, /*hidden argument*/NULL); } IL_00a3: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Send(BestHTTP.WebSocket.Frames.WebSocketFrame) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___frame0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F9E2FBC9CCE5F40F1F00DEAE7A34E19699BF8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t* G_B14_0 = NULL; int32_t* G_B13_0 = NULL; int32_t G_B15_0 = 0; int32_t* G_B15_1 = NULL; { // if (frame == null) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_0 = ___frame0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("frame is null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8E89D3E14BACA6530E16246B1FA5D6EB5A548BA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C_RuntimeMethod_var))); } IL_000e: { // if (closed || closeSent) bool L_2 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_0022; } } { bool L_3 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (!L_3) { goto IL_0023; } } IL_0022: { // return; return; } IL_0023: { // lock (SendLock) RuntimeObject * L_4 = __this->get_SendLock_47(); V_0 = L_4; V_1 = (bool)0; } IL_002c: try {// begin try (depth: 1) { RuntimeObject * L_5 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_1), /*hidden argument*/NULL); // this.unsentFrames.Add(frame); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_6 = __this->get_unsentFrames_48(); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_7 = ___frame0; NullCheck(L_6); List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57(L_6, L_7, /*hidden argument*/List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57_RuntimeMethod_var); // if (!sendThreadCreated) bool L_8 = __this->get_sendThreadCreated_50(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_0079; } } IL_004a: { // HTTPManager.Logger.Information("WebSocketResponse", "Send - Creating thread"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_9, _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B, _stringLiteral11F9E2FBC9CCE5F40F1F00DEAE7A34E19699BF8F); // ThreadPool.QueueUserWorkItem(SendThreadFunc); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_10 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_10, __this, (intptr_t)((intptr_t)WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7_RuntimeMethod_var), /*hidden argument*/NULL); bool L_11; L_11 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_10, /*hidden argument*/NULL); // sendThreadCreated = true; il2cpp_codegen_memory_barrier(); __this->set_sendThreadCreated_50(1); } IL_0079: { // } IL2CPP_LEAVE(0x85, FINALLY_007b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_0084; } } IL_007e: { RuntimeObject * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_0084: { IL2CPP_END_FINALLY(123) } }// end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x85, IL_0085) } IL_0085: { // Interlocked.Add(ref this._bufferedAmount, frame.Data != null ? frame.DataLength : 0); int32_t* L_14 = __this->get_address_of__bufferedAmount_40(); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_15 = ___frame0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_15, /*hidden argument*/NULL); G_B13_0 = L_14; if (L_16) { G_B14_0 = L_14; goto IL_0096; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_009c; } IL_0096: { WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_17 = ___frame0; NullCheck(L_17); int32_t L_18; L_18 = WebSocketFrame_get_DataLength_m4D3A17CFAFAFC25875CC905425991A3CDF0C103C_inline(L_17, /*hidden argument*/NULL); G_B15_0 = L_18; G_B15_1 = G_B14_0; } IL_009c: { int32_t L_19; L_19 = Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006((int32_t*)G_B15_1, G_B15_0, /*hidden argument*/NULL); // newFrameSignal.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_20 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_20); bool L_21; L_21 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_20, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Insert(BestHTTP.WebSocket.Frames.WebSocketFrame) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Insert_mE208554114FDCF8AE7BC2B4E41091DC7BF7E3D42 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___frame0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mE966CD9D8EF3272F1F7CA1AB551AC465D84964FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62144242EDECBD9AABC6836EEE2CA5A2AEA12061); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t* G_B14_0 = NULL; int32_t* G_B13_0 = NULL; int32_t G_B15_0 = 0; int32_t* G_B15_1 = NULL; { // if (frame == null) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_0 = ___frame0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("frame is null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8E89D3E14BACA6530E16246B1FA5D6EB5A548BA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_Insert_mE208554114FDCF8AE7BC2B4E41091DC7BF7E3D42_RuntimeMethod_var))); } IL_000e: { // if (closed || closeSent) bool L_2 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_0022; } } { bool L_3 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (!L_3) { goto IL_0023; } } IL_0022: { // return; return; } IL_0023: { // lock (SendLock) RuntimeObject * L_4 = __this->get_SendLock_47(); V_0 = L_4; V_1 = (bool)0; } IL_002c: try {// begin try (depth: 1) { RuntimeObject * L_5 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_1), /*hidden argument*/NULL); // this.unsentFrames.Insert(0, frame); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_6 = __this->get_unsentFrames_48(); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_7 = ___frame0; NullCheck(L_6); List_1_Insert_mE966CD9D8EF3272F1F7CA1AB551AC465D84964FC(L_6, 0, L_7, /*hidden argument*/List_1_Insert_mE966CD9D8EF3272F1F7CA1AB551AC465D84964FC_RuntimeMethod_var); // if (!sendThreadCreated) bool L_8 = __this->get_sendThreadCreated_50(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_007a; } } IL_004b: { // HTTPManager.Logger.Information("WebSocketResponse", "Insert - Creating thread"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_9, _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B, _stringLiteral62144242EDECBD9AABC6836EEE2CA5A2AEA12061); // ThreadPool.QueueUserWorkItem(SendThreadFunc); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_10 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_10, __this, (intptr_t)((intptr_t)WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7_RuntimeMethod_var), /*hidden argument*/NULL); bool L_11; L_11 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_10, /*hidden argument*/NULL); // sendThreadCreated = true; il2cpp_codegen_memory_barrier(); __this->set_sendThreadCreated_50(1); } IL_007a: { // } IL2CPP_LEAVE(0x86, FINALLY_007c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_0085; } } IL_007f: { RuntimeObject * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_0085: { IL2CPP_END_FINALLY(124) } }// end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x86, IL_0086) } IL_0086: { // Interlocked.Add(ref this._bufferedAmount, frame.Data != null ? frame.DataLength : 0); int32_t* L_14 = __this->get_address_of__bufferedAmount_40(); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_15 = ___frame0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_15, /*hidden argument*/NULL); G_B13_0 = L_14; if (L_16) { G_B14_0 = L_14; goto IL_0097; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_009d; } IL_0097: { WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_17 = ___frame0; NullCheck(L_17); int32_t L_18; L_18 = WebSocketFrame_get_DataLength_m4D3A17CFAFAFC25875CC905425991A3CDF0C103C_inline(L_17, /*hidden argument*/NULL); G_B15_0 = L_18; G_B15_1 = G_B14_0; } IL_009d: { int32_t L_19; L_19 = Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006((int32_t*)G_B15_1, G_B15_0, /*hidden argument*/NULL); // newFrameSignal.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_20 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_20); bool L_21; L_21 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_20, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::SendNow(BestHTTP.WebSocket.Frames.WebSocketFrame) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_SendNow_mD956EF211032D43397B4F0C915D98A3BB8A69A46 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * ___frame0, const RuntimeMethod* method) { RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (frame == null) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_0 = ___frame0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("frame is null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8E89D3E14BACA6530E16246B1FA5D6EB5A548BA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_SendNow_mD956EF211032D43397B4F0C915D98A3BB8A69A46_RuntimeMethod_var))); } IL_000e: { // if (closed || closeSent) bool L_2 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_0022; } } { bool L_3 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (!L_3) { goto IL_0023; } } IL_0022: { // return; return; } IL_0023: { // using (var rawData = frame.Get()) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_4 = ___frame0; NullCheck(L_4); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_5; L_5 = WebSocketFrame_Get_m5D6877D8CEA5E14FEA28401DC3C0B559F8A5F724(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_002a: try {// begin try (depth: 1) // Stream.Write(rawData.Data, 0, rawData.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7.get_Data_0(); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_9 = V_0; int32_t L_10 = L_9.get_Length_1(); NullCheck(L_6); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_8, 0, L_10); // Stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); NullCheck(L_11); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_11); // } IL2CPP_LEAVE(0x5D, FINALLY_004f); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004f; } FINALLY_004f: {// begin finally (depth: 1) RawFrameData_Dispose_mAF3183886A72E619EB552FE7E3E617A7D55D873E((RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(79) }// end finally (depth: 1) IL2CPP_CLEANUP(79) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Close_m51924A2C4B74A8D42843333AC62E3DB50CE31CFE (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04330398B234EC6C79375BBA7BB05A165F1FF78D); s_Il2CppMethodInitialized = true; } { // Close(1000, "Bye!"); WebSocketResponse_Close_mF54E17527E7DD33780F3CDEAF627770E8C656D63(__this, (uint16_t)((int32_t)1000), _stringLiteral04330398B234EC6C79375BBA7BB05A165F1FF78D, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::Close(System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_Close_mF54E17527E7DD33780F3CDEAF627770E8C656D63 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, uint16_t ___code0, String_t* ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (closed) bool L_0 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_000b; } } { // return; return; } IL_000b: { // lock (SendLock) RuntimeObject * L_1 = __this->get_SendLock_47(); V_0 = L_1; V_1 = (bool)0; } IL_0014: try {// begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); // this.unsentFrames.Clear(); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_3 = __this->get_unsentFrames_48(); NullCheck(L_3); List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714(L_3, /*hidden argument*/List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714_RuntimeMethod_var); IL2CPP_LEAVE(0x33, FINALLY_0029); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0032; } } IL_002c: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0032: { IL2CPP_END_FINALLY(41) } }// end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // Interlocked.Exchange(ref this._bufferedAmount, 0); int32_t* L_6 = __this->get_address_of__bufferedAmount_40(); int32_t L_7; L_7 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_6, 0, /*hidden argument*/NULL); // Send(new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.ConnectionClose, WebSocket.EncodeCloseData(code, msg))); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_8; L_8 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); uint16_t L_9 = ___code0; String_t* L_10 = ___msg1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = WebSocket_EncodeCloseData_mC798D6BD15962704FFA5C0090B20619639E42BA0(L_9, L_10, /*hidden argument*/NULL); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_12 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770(L_12, L_8, 8, L_11, /*hidden argument*/NULL); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_12, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::StartPinging(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_StartPinging_m11F95BD0A50B5518E77BAD13AF93AE1965C78A67 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, int32_t ___frequency0, 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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (frequency < 100) int32_t L_0 = ___frequency0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)100)))) { goto IL_0010; } } { // throw new ArgumentException("frequency must be at least 100 milliseconds!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90EC65C78C0181EBBC2BD9F677A9845FD04E3062)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketResponse_StartPinging_m11F95BD0A50B5518E77BAD13AF93AE1965C78A67_RuntimeMethod_var))); } IL_0010: { // PingFrequnecy = TimeSpan.FromMilliseconds(frequency); int32_t L_2 = ___frequency0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_2)), /*hidden argument*/NULL); WebSocketResponse_set_PingFrequnecy_m3C8A44B25D0A2462CC8F48CD0FA3B1C3254388FD_inline(__this, L_3, /*hidden argument*/NULL); // lastMessage = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastMessage_54(L_4); // SendPing(); WebSocketResponse_SendPing_m90F5B8B5FBF5BC9E664AF34ED01A3DE1A4137EEE(__this, /*hidden argument*/NULL); // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_5; L_5 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_5); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_5, __this, /*hidden argument*/NULL); // HTTPUpdateDelegator.OnApplicationForegroundStateChanged += OnApplicationForegroundStateChanged; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_6 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnApplicationForegroundStateChanged_10(); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_7 = (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)il2cpp_codegen_object_new(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var); Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38(L_7, __this, (intptr_t)((intptr_t)WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var); Delegate_t * L_8; L_8 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_6, L_7, /*hidden argument*/NULL); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_OnApplicationForegroundStateChanged_10(((Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)CastclassSealed((RuntimeObject*)L_8, Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var))); // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::SendThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_SendThreadFunc_mB3B66D8A2C8E84BAD0BD3C6DA35E5B1BBDDD9DA7 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mFF01AABAA08D9079AE06033D492D83C622777449_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CACB35F3D32E505CF7391EB3B943163AC6A8B7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B); s_Il2CppMethodInitialized = true; } List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * V_4 = NULL; RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // List localFrames = new List(); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_0 = (List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A *)il2cpp_codegen_object_new(List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A_il2cpp_TypeInfo_var); List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891(L_0, /*hidden argument*/List_1__ctor_mC5B508F1BB4A3F410A8992BEFD20458BEE40A891_RuntimeMethod_var); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) { goto IL_0150; } IL_000b: { // newFrameSignal.WaitOne(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_1 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_1); } IL_0019: try {// begin try (depth: 2) { // lock (SendLock) RuntimeObject * L_3 = __this->get_SendLock_47(); V_1 = L_3; V_2 = (bool)0; } IL_0022: try {// begin try (depth: 3) { RuntimeObject * L_4 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_2), /*hidden argument*/NULL); // for (int i = this.unsentFrames.Count - 1; i >= 0; --i) List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_5 = __this->get_unsentFrames_48(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_inline(L_5, /*hidden argument*/List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); goto IL_0050; } IL_003a: { // localFrames.Add(this.unsentFrames[i]); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_7 = V_0; List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_8 = __this->get_unsentFrames_48(); int32_t L_9 = V_3; NullCheck(L_8); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_10; L_10 = List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_RuntimeMethod_var); NullCheck(L_7); List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57(L_7, L_10, /*hidden argument*/List_1_Add_m27FEF539F7F6DB8800B6E5C170FEF81C1A062E57_RuntimeMethod_var); // for (int i = this.unsentFrames.Count - 1; i >= 0; --i) int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_0050: { // for (int i = this.unsentFrames.Count - 1; i >= 0; --i) int32_t L_12 = V_3; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_003a; } } IL_0054: { // this.unsentFrames.Clear(); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_13 = __this->get_unsentFrames_48(); NullCheck(L_13); List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714(L_13, /*hidden argument*/List_1_Clear_m544009347B23847013B5980DD7D7285B4579E714_RuntimeMethod_var); // } IL2CPP_LEAVE(0xFC, FINALLY_0064); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: {// begin finally (depth: 3) { bool L_14 = V_2; if (!L_14) { goto IL_006d; } } IL_0067: { RuntimeObject * L_15 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_006d: { IL2CPP_END_FINALLY(100) } }// end finally (depth: 3) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFC, IL_00fc) } IL_006e: { // WebSocketFrame frame = localFrames[localFrames.Count - 1]; List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_16 = V_0; List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_inline(L_17, /*hidden argument*/List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var); NullCheck(L_16); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_19; L_19 = List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_inline(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/List_1_get_Item_m5C9B79F8763C6BD8A762F75D09F225A48CC77203_RuntimeMethod_var); V_4 = L_19; // localFrames.RemoveAt(localFrames.Count - 1); List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_20 = V_0; List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_inline(L_21, /*hidden argument*/List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var); NullCheck(L_20); List_1_RemoveAt_mFF01AABAA08D9079AE06033D492D83C622777449(L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mFF01AABAA08D9079AE06033D492D83C622777449_RuntimeMethod_var); // if (!closeSent) bool L_23 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (L_23) { goto IL_00e8; } } IL_0096: { // using (var rawData = frame.Get()) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_24 = V_4; NullCheck(L_24); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_25; L_25 = WebSocketFrame_Get_m5D6877D8CEA5E14FEA28401DC3C0B559F8A5F724(L_24, /*hidden argument*/NULL); V_5 = L_25; } IL_009f: try {// begin try (depth: 3) // Stream.Write(rawData.Data, 0, rawData.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_26 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_27 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = L_27.get_Data_0(); RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E L_29 = V_5; int32_t L_30 = L_29.get_Length_1(); NullCheck(L_26); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_26, L_28, 0, L_30); // } IL2CPP_LEAVE(0xC9, FINALLY_00bb); }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bb; } FINALLY_00bb: {// begin finally (depth: 3) RawFrameData_Dispose_mAF3183886A72E619EB552FE7E3E617A7D55D873E((RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E *)(&V_5), /*hidden argument*/NULL); IL2CPP_END_FINALLY(187) }// end finally (depth: 3) IL2CPP_CLEANUP(187) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC9, IL_00c9) } IL_00c9: { // VariableSizedBufferPool.Release(frame.Data); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_31 = V_4; NullCheck(L_31); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_32, /*hidden argument*/NULL); // if (frame.Type == WebSocketFrameTypes.ConnectionClose) WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_33 = V_4; NullCheck(L_33); uint8_t L_34; L_34 = WebSocketFrame_get_Type_m89AD499D9D5095E5DCEA73A5208CA564FEAF3510_inline(L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)8)))) { goto IL_00e8; } } IL_00df: { // closeSent = true; il2cpp_codegen_memory_barrier(); __this->set_closeSent_51(1); } IL_00e8: { // Interlocked.Add(ref this._bufferedAmount, -frame.DataLength); int32_t* L_35 = __this->get_address_of__bufferedAmount_40(); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_36 = V_4; NullCheck(L_36); int32_t L_37; L_37 = WebSocketFrame_get_DataLength_m4D3A17CFAFAFC25875CC905425991A3CDF0C103C_inline(L_36, /*hidden argument*/NULL); int32_t L_38; L_38 = Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006((int32_t*)L_35, ((-L_37)), /*hidden argument*/NULL); } IL_00fc: { // while (localFrames.Count > 0) List_1_tC68C1FDC8957D84E9A7C1DB169384F9F4A1D686A * L_39 = V_0; NullCheck(L_39); int32_t L_40; L_40 = List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_inline(L_39, /*hidden argument*/List_1_get_Count_m1A16E6B424CCD8C3AD7E889128D1910847E856A7_RuntimeMethod_var); if ((((int32_t)L_40) > ((int32_t)0))) { goto IL_006e; } } IL_0108: { // Stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_41 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); NullCheck(L_41); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_41); // } goto IL_0150; } }// end try (depth: 2) 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_0115; } throw e; } CATCH_0115: {// begin catch(System.Exception) { // catch(Exception ex) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // if (HTTPUpdateDelegator.IsCreated) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))); bool L_42; L_42 = HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline(/*hidden argument*/NULL); if (!L_42) { goto IL_0139; } } IL_011e: { // this.baseRequest.Exception = ex; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_43 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); Exception_t * L_44 = V_6; NullCheck(L_43); HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline(L_43, L_44, /*hidden argument*/NULL); // this.baseRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_45 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_45); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_45, 4, /*hidden argument*/NULL); // } goto IL_0145; } IL_0139: { // this.baseRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_46 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_46); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_46, 5, /*hidden argument*/NULL); } IL_0145: { // closed = true; il2cpp_codegen_memory_barrier(); __this->set_closed_52(1); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0150; } }// end catch (depth: 2) IL_0150: { // while (!closed && !closeSent) bool L_47 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (L_47) { goto IL_0167; } } IL_015a: { bool L_48 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (!L_48) { goto IL_000b; } } IL_0167: { // } IL2CPP_LEAVE(0x19D, FINALLY_0169); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0169; } FINALLY_0169: {// begin finally (depth: 1) // sendThreadCreated = false; il2cpp_codegen_memory_barrier(); __this->set_sendThreadCreated_50(0); // (newFrameSignal as IDisposable).Dispose(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_49 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_49); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_49); // newFrameSignal = null; il2cpp_codegen_memory_barrier(); __this->set_newFrameSignal_49((AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)NULL); // HTTPManager.Logger.Information("WebSocketResponse", "SendThread - Closed!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_50; L_50 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_50); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_50, _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B, _stringLiteral4CACB35F3D32E505CF7391EB3B943163AC6A8B7C); // } IL2CPP_END_FINALLY(361) }// end finally (depth: 1) IL2CPP_CLEANUP(361) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x19D, IL_019d) } IL_019d: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::ReceiveThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_ReceiveThreadFunc_m48FDDB80FD7DC9710F389FA22527CF83E02FF577 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, RuntimeObject * ___param0, 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*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB67DC4D594AA255408A0975776EF6E748EB8A239); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9465DC808E7D1750C2F3DDA48B6E87DDC7A1769); s_Il2CppMethodInitialized = true; } ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * V_0 = NULL; WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject * V_2 = NULL; bool V_3 = false; uint8_t V_4 = 0; int64_t V_5 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // using (var bufferedStream = new ReadOnlyBufferedStream(this.Stream)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_Stream_20(); ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * L_1 = (ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 *)il2cpp_codegen_object_new(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var); ReadOnlyBufferedStream__ctor_m810DB40EFB540C69D63A29C0C80FA3E6E2D696C2(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try {// begin try (depth: 2) { goto IL_0288; } IL_0011: { } IL_0012: try {// begin try (depth: 3) { // WebSocketFrameReader frame = new WebSocketFrameReader(); il2cpp_codegen_initobj((&V_1), sizeof(WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB )); // frame.Read(bufferedStream); ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * L_2 = V_0; WebSocketFrameReader_Read_m480A5A010ED21C967BE853688559A8268E07A40D((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), L_2, /*hidden argument*/NULL); // lastMessage = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastMessage_54(L_3); // if (frame.HasMask) bool L_4; L_4 = WebSocketFrameReader_get_HasMask_m4A5E39294054C8094CF2342DA5044316DEB0FF38_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), /*hidden argument*/NULL); if (!L_4) { goto IL_004b; } } IL_0036: { // Close(1002, "Protocol Error: masked frame received from server!"); WebSocketResponse_Close_mF54E17527E7DD33780F3CDEAF627770E8C656D63(__this, (uint16_t)((int32_t)1002), _stringLiteralD9465DC808E7D1750C2F3DDA48B6E87DDC7A1769, /*hidden argument*/NULL); // continue; goto IL_0288; } IL_004b: { // if (!frame.IsFinal) bool L_5; L_5 = WebSocketFrameReader_get_IsFinal_m1AF009C25A56BDABF96F2413A50122A1F09CD2BF_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), /*hidden argument*/NULL); if (L_5) { goto IL_0098; } } IL_0054: { // if (OnIncompleteFrame == null) Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * L_6 = __this->get_OnIncompleteFrame_36(); if (L_6) { goto IL_006a; } } IL_005c: { // IncompleteFrames.Add(frame); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_7 = __this->get_IncompleteFrames_42(); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_8 = V_1; NullCheck(L_7); List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D(L_7, L_8, /*hidden argument*/List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var); goto IL_0093; } IL_006a: { // lock (FrameLock) CompletedFrames.Add(frame); RuntimeObject * L_9 = __this->get_FrameLock_46(); V_2 = L_9; V_3 = (bool)0; } IL_0073: try {// begin try (depth: 4) RuntimeObject * L_10 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_10, (bool*)(&V_3), /*hidden argument*/NULL); // lock (FrameLock) CompletedFrames.Add(frame); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_11 = __this->get_CompletedFrames_43(); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_12 = V_1; NullCheck(L_11); List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D(L_11, L_12, /*hidden argument*/List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var); IL2CPP_LEAVE(0x93, FINALLY_0089); }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0089; } FINALLY_0089: {// begin finally (depth: 4) { bool L_13 = V_3; if (!L_13) { goto IL_0092; } } IL_008c: { RuntimeObject * L_14 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_0092: { IL2CPP_END_FINALLY(137) } }// end finally (depth: 4) IL2CPP_CLEANUP(137) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x93, IL_0093) } IL_0093: { // continue; goto IL_0288; } IL_0098: { // switch (frame.Type) uint8_t L_15; L_15 = WebSocketFrameReader_get_Type_mCD2092099132726EE3B618AE69DC7F68F5AD23DC_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), /*hidden argument*/NULL); V_4 = L_15; uint8_t L_16 = V_4; switch (L_16) { case 0: { goto IL_00d9; } case 1: { goto IL_0127; } case 2: { goto IL_0127; } case 3: { goto IL_020c; } case 4: { goto IL_020c; } case 5: { goto IL_020c; } case 6: { goto IL_020c; } case 7: { goto IL_020c; } case 8: { goto IL_01df; } case 9: { goto IL_0160; } case 10: { goto IL_0196; } } } IL_00d4: { goto IL_020c; } IL_00d9: { // if (OnIncompleteFrame == null) Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * L_17 = __this->get_OnIncompleteFrame_36(); if (L_17) { goto IL_00fb; } } IL_00e1: { // frame.Assemble(IncompleteFrames); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_18 = __this->get_IncompleteFrames_42(); WebSocketFrameReader_Assemble_m49DBE501C9586A9639D9B03A07A97021CD3A79F0((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), L_18, /*hidden argument*/NULL); // IncompleteFrames.Clear(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_19 = __this->get_IncompleteFrames_42(); NullCheck(L_19); List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7(L_19, /*hidden argument*/List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); // goto case WebSocketFrameTypes.Binary; goto IL_0127; } IL_00fb: { // lock (FrameLock) CompletedFrames.Add(frame); RuntimeObject * L_20 = __this->get_FrameLock_46(); V_2 = L_20; V_3 = (bool)0; } IL_0104: try {// begin try (depth: 4) RuntimeObject * L_21 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_21, (bool*)(&V_3), /*hidden argument*/NULL); // lock (FrameLock) CompletedFrames.Add(frame); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_22 = __this->get_CompletedFrames_43(); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_23 = V_1; NullCheck(L_22); List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D(L_22, L_23, /*hidden argument*/List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var); IL2CPP_LEAVE(0x20C, FINALLY_011d); }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011d; } FINALLY_011d: {// begin finally (depth: 4) { bool L_24 = V_3; if (!L_24) { goto IL_0126; } } IL_0120: { RuntimeObject * L_25 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_25, /*hidden argument*/NULL); } IL_0126: { IL2CPP_END_FINALLY(285) } }// end finally (depth: 4) IL2CPP_CLEANUP(285) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20C, IL_020c) } IL_0127: { // frame.DecodeWithExtensions(WebSocket); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_26; L_26 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); WebSocketFrameReader_DecodeWithExtensions_m2FA5A2B5BF29F674470FC4BFB8BD8CD4CEA46740((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), L_26, /*hidden argument*/NULL); // lock (FrameLock) CompletedFrames.Add(frame); RuntimeObject * L_27 = __this->get_FrameLock_46(); V_2 = L_27; V_3 = (bool)0; } IL_013d: try {// begin try (depth: 4) RuntimeObject * L_28 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_28, (bool*)(&V_3), /*hidden argument*/NULL); // lock (FrameLock) CompletedFrames.Add(frame); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_29 = __this->get_CompletedFrames_43(); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_30 = V_1; NullCheck(L_29); List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D(L_29, L_30, /*hidden argument*/List_1_Add_m8E0696341EF0307CBB81AFE89F89DE21D0B5F11D_RuntimeMethod_var); IL2CPP_LEAVE(0x20C, FINALLY_0156); }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0156; } FINALLY_0156: {// begin finally (depth: 4) { bool L_31 = V_3; if (!L_31) { goto IL_015f; } } IL_0159: { RuntimeObject * L_32 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_32, /*hidden argument*/NULL); } IL_015f: { IL2CPP_END_FINALLY(342) } }// end finally (depth: 4) IL2CPP_CLEANUP(342) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20C, IL_020c) } IL_0160: { // if (!closeSent && !closed) bool L_33 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (L_33) { goto IL_020c; } } IL_016d: { bool L_34 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (L_34) { goto IL_020c; } } IL_017a: { // Send(new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.Pong, frame.Data)); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_35; L_35 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36; L_36 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), /*hidden argument*/NULL); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_37 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770(L_37, L_35, ((int32_t)10), L_36, /*hidden argument*/NULL); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_37, /*hidden argument*/NULL); // break; goto IL_020c; } IL_0196: { } IL_0197: try {// begin try (depth: 4) // long ticksSent = BitConverter.ToInt64(frame.Data, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int64_t L_39; L_39 = BitConverter_ToInt64_m6B5A5B4C68D036256417E9348FA25A257015B37E(L_38, 0, /*hidden argument*/NULL); V_5 = L_39; // TimeSpan diff = TimeSpan.FromTicks(lastMessage.Ticks - ticksSent); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_40 = __this->get_address_of_lastMessage_54(); int64_t L_41; L_41 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_40, /*hidden argument*/NULL); int64_t L_42 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_43; L_43 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((int64_t)il2cpp_codegen_subtract((int64_t)L_41, (int64_t)L_42)), /*hidden argument*/NULL); V_6 = L_43; // this.rtts.Add((int)diff.TotalMilliseconds); CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_44 = __this->get_rtts_55(); double L_45; L_45 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_6), /*hidden argument*/NULL); NullCheck(L_44); CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1(L_44, ((int32_t)((int32_t)L_45)), /*hidden argument*/CircularBuffer_1_Add_m4E713BFC92361F416066428FD1C782CB9854D4F1_RuntimeMethod_var); // this.Latency = CalculateLatency(); int32_t L_46; L_46 = WebSocketResponse_CalculateLatency_mFF818362DEBC1E25E19A40D7339FE3CB0350AA66(__this, /*hidden argument*/NULL); WebSocketResponse_set_Latency_m05B6D6E5B788751AFCCAA84C35FBBA93AD83E2AA_inline(__this, L_46, /*hidden argument*/NULL); // } goto IL_020c; }// 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_01dc; } throw e; } CATCH_01dc: {// begin catch(System.Object) // catch // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_020c; }// end catch (depth: 4) IL_01df: { // CloseFrame = frame; WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_47 = V_1; __this->set_CloseFrame_45(L_47); // if (!closeSent) bool L_48 = __this->get_closeSent_51(); il2cpp_codegen_memory_barrier(); if (L_48) { goto IL_0203; } } IL_01f0: { // Send(new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.ConnectionClose, null)); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_49; L_49 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_50 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770(L_50, L_49, 8, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); WebSocketResponse_Send_mD2D442CD081F11D5FE54D2119DB686152FD3376C(__this, L_50, /*hidden argument*/NULL); } IL_0203: { // closed = true; il2cpp_codegen_memory_barrier(); __this->set_closed_52(1); } IL_020c: { // } goto IL_0288; } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_020e; } 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_023f; } throw e; } CATCH_020e: {// begin catch(System.Threading.ThreadAbortException) // catch (ThreadAbortException) // IncompleteFrames.Clear(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_51 = __this->get_IncompleteFrames_42(); NullCheck(L_51); List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7(L_51, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var))); // this.baseRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_52 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_52); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_52, 5, /*hidden argument*/NULL); // closed = true; il2cpp_codegen_memory_barrier(); __this->set_closed_52(1); // newFrameSignal.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_53 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_53); bool L_54; L_54 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_53, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0288; }// end catch (depth: 3) CATCH_023f: {// begin catch(System.Exception) { // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // if (HTTPUpdateDelegator.IsCreated) IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))); bool L_55; L_55 = HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline(/*hidden argument*/NULL); if (!L_55) { goto IL_0263; } } IL_0248: { // this.baseRequest.Exception = e; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_56 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); Exception_t * L_57 = V_7; NullCheck(L_56); HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline(L_56, L_57, /*hidden argument*/NULL); // this.baseRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_58 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_58); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_58, 4, /*hidden argument*/NULL); // } goto IL_026f; } IL_0263: { // this.baseRequest.State = HTTPRequestStates.Aborted; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_59 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_59); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_59, 5, /*hidden argument*/NULL); } IL_026f: { // closed = true; il2cpp_codegen_memory_barrier(); __this->set_closed_52(1); // newFrameSignal.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_60 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_60); bool L_61; L_61 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_60, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0288; } }// end catch (depth: 3) IL_0288: { // while (!closed) bool L_62 = __this->get_closed_52(); il2cpp_codegen_memory_barrier(); if (!L_62) { goto IL_0011; } } IL_0295: { // } IL2CPP_LEAVE(0x2E1, FINALLY_0297); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0297; } FINALLY_0297: {// begin finally (depth: 2) { ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * L_63 = V_0; if (!L_63) { goto IL_02a0; } } IL_029a: { ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 * L_64 = V_0; NullCheck(L_64); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_64); } IL_02a0: { IL2CPP_END_FINALLY(663) } }// end finally (depth: 2) IL2CPP_CLEANUP(663) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x2E1, FINALLY_02a1); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02a1; } FINALLY_02a1: {// begin finally (depth: 1) // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_65; L_65 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_65); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_65, __this, /*hidden argument*/NULL); // HTTPUpdateDelegator.OnApplicationForegroundStateChanged -= OnApplicationForegroundStateChanged; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_66 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnApplicationForegroundStateChanged_10(); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_67 = (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)il2cpp_codegen_object_new(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var); Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38(L_67, __this, (intptr_t)((intptr_t)WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var); Delegate_t * L_68; L_68 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_66, L_67, /*hidden argument*/NULL); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_OnApplicationForegroundStateChanged_10(((Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)CastclassSealed((RuntimeObject*)L_68, Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var))); // HTTPManager.Logger.Information("WebSocketResponse", "ReceiveThread - Closed!"); RuntimeObject* L_69; L_69 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_69); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_69, _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B, _stringLiteralB67DC4D594AA255408A0975776EF6E748EB8A239); // } IL2CPP_END_FINALLY(673) }// end finally (depth: 1) IL2CPP_CLEANUP(673) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2E1, IL_02e1) } IL_02e1: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::BestHTTP.IProtocol.HandleEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_BestHTTP_IProtocol_HandleEvents_mFBB4CF0C1D73B28C62B8CA3E940698345021B879 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_m1F0AE62311AAD592D13852DC2940A83578E6FA82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_m67BD53E94AE730102B01CAA7CEBE955EA63A32C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mB4A845C35995F46A2969EE27B9D67ACF732B11A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_Invoke_m0D920C7FACCD45801C20B9D8C7DE7D62D57FB2AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB V_3; memset((&V_3), 0, sizeof(V_3)); uint8_t V_4 = 0; Exception_t * V_5 = NULL; uint16_t V_6 = 0; String_t* V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // frameCache.Clear(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_0 = __this->get_frameCache_44(); NullCheck(L_0); List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7(L_0, /*hidden argument*/List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); // lock (FrameLock) RuntimeObject * L_1 = __this->get_FrameLock_46(); V_0 = L_1; V_1 = (bool)0; } IL_0014: try {// begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); // frameCache.AddRange(CompletedFrames); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_3 = __this->get_frameCache_44(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_4 = __this->get_CompletedFrames_43(); NullCheck(L_3); List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37(L_3, L_4, /*hidden argument*/List_1_AddRange_m8CA1B924B09CABC23A6E2B683CA9C766A3831C37_RuntimeMethod_var); // CompletedFrames.Clear(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_5 = __this->get_CompletedFrames_43(); NullCheck(L_5); List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7(L_5, /*hidden argument*/List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); // } 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_6 = V_1; if (!L_6) { goto IL_0043; } } IL_003d: { RuntimeObject * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*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: { // for (int i = 0; i < frameCache.Count; ++i) V_2 = 0; goto IL_00f7; } IL_004b: { // WebSocketFrameReader frame = frameCache[i]; List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_8 = __this->get_frameCache_44(); int32_t L_9 = V_2; NullCheck(L_8); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_10; L_10 = List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_RuntimeMethod_var); V_3 = L_10; } IL_0058: try {// begin try (depth: 1) { // switch (frame.Type) uint8_t L_11; L_11 = WebSocketFrameReader_get_Type_mCD2092099132726EE3B618AE69DC7F68F5AD23DC_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_3), /*hidden argument*/NULL); V_4 = L_11; uint8_t L_12 = V_4; switch (L_12) { case 0: { goto IL_0076; } case 1: { goto IL_008d; } case 2: { goto IL_00b3; } } } IL_0074: { goto IL_00d7; } IL_0076: { // if (OnIncompleteFrame != null) Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * L_13 = __this->get_OnIncompleteFrame_36(); if (!L_13) { goto IL_00d7; } } IL_007e: { // OnIncompleteFrame(this, frame); Action_2_t502726B4D7373B9926DF64C2ADAAA5BD8A314062 * L_14 = __this->get_OnIncompleteFrame_36(); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_15 = V_3; NullCheck(L_14); Action_2_Invoke_mB4A845C35995F46A2969EE27B9D67ACF732B11A1(L_14, __this, L_15, /*hidden argument*/Action_2_Invoke_mB4A845C35995F46A2969EE27B9D67ACF732B11A1_RuntimeMethod_var); // break; goto IL_00d7; } IL_008d: { // if (!frame.IsFinal) bool L_16; L_16 = WebSocketFrameReader_get_IsFinal_m1AF009C25A56BDABF96F2413A50122A1F09CD2BF_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_3), /*hidden argument*/NULL); if (!L_16) { goto IL_0076; } } IL_0096: { // if (OnText != null) Action_2_tB1E900EE56707598576A70203857030B4D9C936C * L_17 = __this->get_OnText_34(); if (!L_17) { goto IL_00d7; } } IL_009e: { // OnText(this, frame.DataAsText); Action_2_tB1E900EE56707598576A70203857030B4D9C936C * L_18 = __this->get_OnText_34(); String_t* L_19; L_19 = WebSocketFrameReader_get_DataAsText_m17FC860FCB6449854BDE81F86E3C9CF23821D257_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_3), /*hidden argument*/NULL); NullCheck(L_18); Action_2_Invoke_m1F0AE62311AAD592D13852DC2940A83578E6FA82(L_18, __this, L_19, /*hidden argument*/Action_2_Invoke_m1F0AE62311AAD592D13852DC2940A83578E6FA82_RuntimeMethod_var); // break; goto IL_00d7; } IL_00b3: { // if (!frame.IsFinal) bool L_20; L_20 = WebSocketFrameReader_get_IsFinal_m1AF009C25A56BDABF96F2413A50122A1F09CD2BF_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_3), /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } IL_00bc: { // if (OnBinary != null) Action_2_t110B526D14830B3074682426066849C15C290882 * L_21 = __this->get_OnBinary_35(); if (!L_21) { goto IL_00d7; } } IL_00c4: { // OnBinary(this, frame.Data); Action_2_t110B526D14830B3074682426066849C15C290882 * L_22 = __this->get_OnBinary_35(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)(&V_3), /*hidden argument*/NULL); NullCheck(L_22); Action_2_Invoke_m67BD53E94AE730102B01CAA7CEBE955EA63A32C5(L_22, __this, L_23, /*hidden argument*/Action_2_Invoke_m67BD53E94AE730102B01CAA7CEBE955EA63A32C5_RuntimeMethod_var); } IL_00d7: { // } goto IL_00f3; } }// 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_00d9; } throw e; } CATCH_00d9: {// begin catch(System.Exception) // catch (Exception ex) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketResponse", "HandleEvents", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_24; L_24 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_25 = V_5; NullCheck(L_24); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E6F78B1EF40EB9181C778F4FFBA2070BCB2ACC7)), L_25); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f3; }// end catch (depth: 1) IL_00f3: { // for (int i = 0; i < frameCache.Count; ++i) int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00f7: { // for (int i = 0; i < frameCache.Count; ++i) int32_t L_27 = V_2; List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_28 = __this->get_frameCache_44(); NullCheck(L_28); int32_t L_29; L_29 = List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_inline(L_28, /*hidden argument*/List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_RuntimeMethod_var); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_004b; } } { // frameCache.Clear(); List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * L_30 = __this->get_frameCache_44(); NullCheck(L_30); List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7(L_30, /*hidden argument*/List_1_Clear_m299A4F8F1B6AFD7D490ADE5880ED1DDFF5C898C7_RuntimeMethod_var); // if (IsClosed && OnClosed != null && baseRequest.State == HTTPRequestStates.Processing) bool L_31; L_31 = WebSocketResponse_get_IsClosed_mAC8211666FFA639E22989DF3AEF9DF73698BCB0D(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_0203; } } { Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * L_32 = __this->get_OnClosed_37(); if (!L_32) { goto IL_0203; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_33 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_33); int32_t L_34; L_34 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)2)))) { goto IL_0203; } } IL_013a: try {// begin try (depth: 1) { // UInt16 statusCode = 0; V_6 = (uint16_t)0; // string msg = string.Empty; String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_7 = L_35; // if (/*CloseFrame != null && */CloseFrame.Data != null && CloseFrame.Data.Length >= 2) WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_36 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37; L_37 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_01d7; } } IL_0154: { WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_38 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39; L_39 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_38, /*hidden argument*/NULL); NullCheck(L_39); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))) < ((int32_t)2))) { goto IL_01d7; } } IL_0164: { // if (BitConverter.IsLittleEndian) IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_40 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_40) { goto IL_017d; } } IL_016b: { // Array.Reverse(CloseFrame.Data, 0, 2); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_41 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42; L_42 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_41, /*hidden argument*/NULL); Array_Reverse_mAF5D6C7D086AB3F47AA789BEA312816AFA8E0736((RuntimeArray *)(RuntimeArray *)L_42, 0, 2, /*hidden argument*/NULL); } IL_017d: { // statusCode = BitConverter.ToUInt16(CloseFrame.Data, 0); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_43 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44; L_44 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); uint16_t L_45; L_45 = BitConverter_ToUInt16_mC0BC841737707601466D79AD3E1EDEEA8F107525(L_44, 0, /*hidden argument*/NULL); V_6 = L_45; // if (CloseFrame.Data.Length > 2) WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_46 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47; L_47 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_46, /*hidden argument*/NULL); NullCheck(L_47); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))) <= ((int32_t)2))) { goto IL_01c7; } } IL_01a0: { // msg = Encoding.UTF8.GetString(CloseFrame.Data, 2, CloseFrame.Data.Length - 2); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_48; L_48 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_49 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_49, /*hidden argument*/NULL); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_51 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52; L_52 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_51, /*hidden argument*/NULL); NullCheck(L_52); NullCheck(L_48); String_t* L_53; L_53 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_48, L_50, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))), (int32_t)2))); V_7 = L_53; } IL_01c7: { // VariableSizedBufferPool.Release(CloseFrame.Data); WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * L_54 = __this->get_address_of_CloseFrame_45(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55; L_55 = WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline((WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB *)L_54, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_55, /*hidden argument*/NULL); } IL_01d7: { // OnClosed(this, statusCode, msg); Action_3_t2B590811781714B7E9AEF6A3F3962EEC9ED5FF32 * L_56 = __this->get_OnClosed_37(); uint16_t L_57 = V_6; String_t* L_58 = V_7; NullCheck(L_56); Action_3_Invoke_m0D920C7FACCD45801C20B9D8C7DE7D62D57FB2AA(L_56, __this, L_57, L_58, /*hidden argument*/Action_3_Invoke_m0D920C7FACCD45801C20B9D8C7DE7D62D57FB2AA_RuntimeMethod_var); // } goto IL_0203; } }// 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_01e9; } throw e; } CATCH_01e9: {// begin catch(System.Exception) // catch (Exception ex) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketResponse", "HandleEvents - OnClosed", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_59; L_59 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_60 = V_8; NullCheck(L_59); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_59, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral861BBC20413BBC72299C133266D4EF240C17ACE4)), L_60); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0203; }// end catch (depth: 1) IL_0203: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::BestHTTP.Extensions.IHeartbeat.OnHeartbeatUpdate(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m4D89C88868CFCA4FF1266BEEAFE17FF88A8C90A0 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dif0, 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*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5440DF277D2BDEF9CD147A5F733595295788BEEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA225FCEEC4CE1D7C393B8921077D9F3DFFC1F242); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { // DateTime now = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_0 = L_0; // if (now - lastPing >= PingFrequnecy) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = __this->get_lastPing_53(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_1, L_2, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_5; L_5 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { // SendPing(); WebSocketResponse_SendPing_m90F5B8B5FBF5BC9E664AF34ED01A3DE1A4137EEE(__this, /*hidden argument*/NULL); } IL_0025: { // if (now - (lastMessage + this.PingFrequnecy) > this.WebSocket.CloseAfterNoMesssage) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = __this->get_lastMessage_54(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_7, L_8, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10; L_10 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_6, L_9, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_11; L_11 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; L_12 = WebSocket_get_CloseAfterNoMesssage_m38D2592869C4503113F46E127765EE424036FFE6_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_13; L_13 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00b0; } } { // HTTPManager.Logger.Warning("WebSocketResponse", // string.Format("No message received in the given time! Closing WebSocket. LastMessage: {0}, PingFrequency: {1}, Close After: {2}, Now: {3}", // this.lastMessage, this.PingFrequnecy, this.WebSocket.CloseAfterNoMesssage, now)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_15; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17 = __this->get_lastMessage_54(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18 = L_17; RuntimeObject * L_19 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_16; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_21; L_21 = WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B_inline(__this, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_22 = L_21; RuntimeObject * L_23 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_23); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_20; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25; L_25 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); NullCheck(L_25); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_26; L_26 = WebSocket_get_CloseAfterNoMesssage_m38D2592869C4503113F46E127765EE424036FFE6_inline(L_25, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27 = L_26; RuntimeObject * L_28 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(2), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_24; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = L_30; RuntimeObject * L_32 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_32); (L_29)->SetAt(static_cast(3), (RuntimeObject *)L_32); String_t* L_33; L_33 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(_stringLiteralA225FCEEC4CE1D7C393B8921077D9F3DFFC1F242, L_29, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_14, _stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B, L_33); // CloseWithError("No message received in the given time!"); WebSocketResponse_CloseWithError_mD70C02775FB6F043A69E5E863A298C8B92968580(__this, _stringLiteral5440DF277D2BDEF9CD147A5F733595295788BEEA, /*hidden argument*/NULL); } IL_00b0: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::OnApplicationForegroundStateChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, bool ___isPaused0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!isPaused) bool L_0 = ___isPaused0; if (L_0) { goto IL_000e; } } { // lastMessage = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastMessage_54(L_1); } IL_000e: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::SendPing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_SendPing_m90F5B8B5FBF5BC9E664AF34ED01A3DE1A4137EEE (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * V_1 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lastPing = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastPing_53(L_0); } IL_000b: try {// begin try (depth: 1) // long ticks = DateTime.UtcNow.Ticks; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_2 = L_1; int64_t L_2; L_2 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); // var ticksBytes = BitConverter.GetBytes(ticks); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = BitConverter_GetBytes_m4BCB9C5EF4286885A640995E44AB52E5F629E3C7(L_2, /*hidden argument*/NULL); V_0 = L_3; // var pingFrame = new WebSocketFrame(this.WebSocket, WebSocketFrameTypes.Ping, ticksBytes); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_4; L_4 = WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_6 = (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC *)il2cpp_codegen_object_new(WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC_il2cpp_TypeInfo_var); WebSocketFrame__ctor_mC87809853178551F5602F62A9C1771E98952D770(L_6, L_4, ((int32_t)9), L_5, /*hidden argument*/NULL); V_1 = L_6; // Insert(pingFrame); WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * L_7 = V_1; WebSocketResponse_Insert_mE208554114FDCF8AE7BC2B4E41091DC7BF7E3D42(__this, L_7, /*hidden argument*/NULL); // } goto IL_0058; }// end try (depth: 1) 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_0036; } throw e; } CATCH_0036: {// begin catch(System.Object) // catch // HTTPManager.Logger.Information("WebSocketResponse", "Error while sending PING message! Closing WebSocket."); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_8; L_8 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8DDED389BA872D58F2A946C9B005D9D6BD0170B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07E556E40EB7F322345FD53B72CD15F0327196A4))); // CloseWithError("Error while sending PING message!"); WebSocketResponse_CloseWithError_mD70C02775FB6F043A69E5E863A298C8B92968580(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11EF7BA7B79A596FBF54E0F80A6568ED81085496)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0058; }// end catch (depth: 1) IL_0058: { // } return; } } // System.Void BestHTTP.WebSocket.WebSocketResponse::CloseWithError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse_CloseWithError_mD70C02775FB6F043A69E5E863A298C8B92968580 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, String_t* ___message0, 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*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // this.baseRequest.Exception = new Exception(message); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); String_t* L_1 = ___message0; Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_2, L_1, /*hidden argument*/NULL); NullCheck(L_0); HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline(L_0, L_2, /*hidden argument*/NULL); // this.baseRequest.State = HTTPRequestStates.Error; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = ((HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD *)__this)->get_baseRequest_19(); NullCheck(L_3); HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline(L_3, 4, /*hidden argument*/NULL); // this.closed = true; il2cpp_codegen_memory_barrier(); __this->set_closed_52(1); // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_4; L_4 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_4); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_4, __this, /*hidden argument*/NULL); // HTTPUpdateDelegator.OnApplicationForegroundStateChanged -= OnApplicationForegroundStateChanged; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_5 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnApplicationForegroundStateChanged_10(); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_6 = (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)il2cpp_codegen_object_new(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var); Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38(L_6, __this, (intptr_t)((intptr_t)WebSocketResponse_OnApplicationForegroundStateChanged_m6FAEDC0765E0460AC4E49B537983B461B6FD3266_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var); Delegate_t * L_7; L_7 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_5, L_6, /*hidden argument*/NULL); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_OnApplicationForegroundStateChanged_10(((Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)CastclassSealed((RuntimeObject*)L_7, Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var))); // newFrameSignal.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_8 = __this->get_newFrameSignal_49(); il2cpp_codegen_memory_barrier(); NullCheck(L_8); bool L_9; L_9 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_8, /*hidden argument*/NULL); // CloseStream(); WebSocketResponse_CloseStream_mBDEB157C47A6AB02B6132786E862C1993335F089(__this, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.WebSocket.WebSocketResponse::CalculateLatency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketResponse_CalculateLatency_mFF818362DEBC1E25E19A40D7339FE3CB0350AA66 (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (this.rtts.Count == 0) CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_0 = __this->get_rtts_55(); NullCheck(L_0); int32_t L_1; L_1 = CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_inline(L_0, /*hidden argument*/CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_RuntimeMethod_var); if (L_1) { goto IL_000f; } } { // return 0; return 0; } IL_000f: { // int sumLatency = 0; V_0 = 0; // for (int i = 0; i < this.rtts.Count; ++i) V_1 = 0; goto IL_0028; } IL_0015: { // sumLatency += this.rtts[i]; int32_t L_2 = V_0; CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_3 = __this->get_rtts_55(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5; L_5 = CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326(L_3, L_4, /*hidden argument*/CircularBuffer_1_get_Item_mE53B1DACF249173B745ECE2632A2BFC33E16C326_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_5)); // for (int i = 0; i < this.rtts.Count; ++i) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0028: { // for (int i = 0; i < this.rtts.Count; ++i) int32_t L_7 = V_1; CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_8 = __this->get_rtts_55(); NullCheck(L_8); int32_t L_9; L_9 = CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_inline(L_8, /*hidden argument*/CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0015; } } { // return sumLatency / this.rtts.Count; int32_t L_10 = V_0; CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * L_11 = __this->get_rtts_55(); NullCheck(L_11); int32_t L_12; L_12 = CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_inline(L_11, /*hidden argument*/CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_RuntimeMethod_var); return ((int32_t)((int32_t)L_10/(int32_t)L_12)); } } // System.Void BestHTTP.WebSocket.WebSocketResponse::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketResponse__cctor_mB39C387CA6092680C71251ACEFF07062F109B994 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int RTTBufferCapacity = 5; ((WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_StaticFields*)il2cpp_codegen_static_fields_for(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF_il2cpp_TypeInfo_var))->set_RTTBufferCapacity_32(5); 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.Examples.WebSocketSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnDestroy_mC74182297514E9811F53811574AFD36EF149A741 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, const RuntimeMethod* method) { { // if (webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_7(); if (!L_0) { goto IL_0013; } } { // webSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_webSocket_7(); NullCheck(L_1); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_1, /*hidden argument*/NULL); } IL_0013: { // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnGUI_m5A797FAEDA52F634B2E1A2389C559F60481B66B5 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, 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*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketSample_U3COnGUIU3Eb__6_0_m278C72DF456837E2B748FA90F97D377E30E66486_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // scrollPos = GUILayout.BeginScrollView(scrollPos); // GUILayout.Label(Text); // GUILayout.EndScrollView(); // // GUILayout.Space(5); // // GUILayout.FlexibleSpace(); // // address = GUILayout.TextField(address); // // if (webSocket == null && GUILayout.Button("Open Web Socket")) // { // // Create the WebSocket instance // webSocket = new WebSocket.WebSocket(new Uri(address)); // // #if !UNITY_WEBGL // webSocket.StartPingThread = true; // // #if !BESTHTTP_DISABLE_PROXY // if (HTTPManager.Proxy != null) // webSocket.InternalRequest.Proxy = new HTTPProxy(HTTPManager.Proxy.Address, HTTPManager.Proxy.Credentials, false); // #endif // #endif // // // Subscribe to the WS events // webSocket.OnOpen += OnOpen; // webSocket.OnMessage += OnMessageReceived; // webSocket.OnClosed += OnClosed; // webSocket.OnError += OnError; // // // Start connecting to the server // webSocket.Open(); // // Text += "Opening Web Socket...\n"; // } // // if (webSocket != null && webSocket.IsOpen) // { // GUILayout.Space(10); // // GUILayout.BeginHorizontal(); // msgToSend = GUILayout.TextField(msgToSend); // // GUILayout.EndHorizontal(); // // if (GUILayout.Button("Send", GUILayout.MaxWidth(70))) // { // Text += "Sending message...\n"; // // // Send message to the server // webSocket.Send(msgToSend); // } // // GUILayout.Space(10); // // if (GUILayout.Button("Close")) // { // // Close the connection // webSocket.Close(1000, "Bye!"); // } // } // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)WebSocketSample_U3COnGUIU3Eb__6_0_m278C72DF456837E2B748FA90F97D377E30E66486_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::OnOpen(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnOpen_m8BAF60EDC00B7117542995144A7CDDD2FBE7EABE (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, 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*)&_stringLiteralE160288E02AD3D398C0B37EA6E551F30402C3435); s_Il2CppMethodInitialized = true; } { // Text += string.Format("-WebSocket Open!\n"); String_t* L_0 = __this->get_Text_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); String_t* L_2; L_2 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(_stringLiteralE160288E02AD3D398C0B37EA6E551F30402C3435, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_Text_6(L_3); // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::OnMessageReceived(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnMessageReceived_mFCF90CE66C632C9A5275E27EE0DC11D79705BF79 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C94EA18335A39EA374B2B995950E69D6EDA3E59); s_Il2CppMethodInitialized = true; } { // Text += string.Format("-Message received: {0}\n", message); String_t* L_0 = __this->get_Text_6(); String_t* L_1 = ___message1; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral3C94EA18335A39EA374B2B995950E69D6EDA3E59, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_Text_6(L_3); // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::OnClosed(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnClosed_mB81C769A61CC8E7D645BB6A5109C93B7CCDCFF53 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF576026D717E27FF8B3E299191AF9DAB5E6D963); s_Il2CppMethodInitialized = true; } { // Text += string.Format("-WebSocket closed! Code: {0} Message: {1}\n", code, message); String_t* L_0 = __this->get_Text_6(); uint16_t L_1 = ___code1; uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = ___message2; String_t* L_5; L_5 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralCF576026D717E27FF8B3E299191AF9DAB5E6D963, L_3, L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_5, /*hidden argument*/NULL); __this->set_Text_6(L_6); // webSocket = null; __this->set_webSocket_7((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::OnError(BestHTTP.WebSocket.WebSocket,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_OnError_m4E09D9DA02E782FFDE281495F7F89A44ED42A068 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, Exception_t * ___ex1, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A2CD6DE6B7B04D22D225805F1A3AFD9F4D0675); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * G_B4_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * G_B3_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * G_B5_3 = NULL; { // string errorMsg = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // if (ws.InternalRequest.Response != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = ___ws0; NullCheck(L_1); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2; L_2 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_3; L_3 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0043; } } { // errorMsg = string.Format("Status Code from Server: {0} and Message: {1}", ws.InternalRequest.Response.StatusCode, ws.InternalRequest.Response.Message); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_4 = ___ws0; NullCheck(L_4); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5; L_5 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_6; L_6 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = ___ws0; NullCheck(L_10); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_11; L_11 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_12; L_12 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_12, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral67D4050B2685208D62660AB589D35BE44E18FA88, L_9, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0043: { // Text += string.Format("-An error occured: {0}\n", (ex != null ? ex.Message : "Unknown Error " + errorMsg)); String_t* L_15 = __this->get_Text_6(); Exception_t * L_16 = ___ex1; G_B3_0 = _stringLiteral18A2CD6DE6B7B04D22D225805F1A3AFD9F4D0675; G_B3_1 = L_15; G_B3_2 = __this; if (L_16) { G_B4_0 = _stringLiteral18A2CD6DE6B7B04D22D225805F1A3AFD9F4D0675; G_B4_1 = L_15; G_B4_2 = __this; goto IL_005f; } } { String_t* L_17 = V_0; String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1EA8F4BA1A5D713C08007137347E059D8868BFF4, L_17, /*hidden argument*/NULL); G_B5_0 = L_18; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0065; } IL_005f: { Exception_t * L_19 = ___ex1; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_19); G_B5_0 = L_20; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0065: { String_t* L_21; L_21 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(G_B5_1, G_B5_0, /*hidden argument*/NULL); String_t* L_22; L_22 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B5_2, L_21, /*hidden argument*/NULL); NullCheck(G_B5_3); G_B5_3->set_Text_6(L_22); // webSocket = null; __this->set_webSocket_7((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); // } return; } } // System.Void BestHTTP.Examples.WebSocketSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample__ctor_m9B8F6AB3BC4D316284DE801B8D6F6A69E04D7D3F (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral493A81CF72EC64D336BBCBDF0854026AEF9F763F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral895E88D62CAC295E3EDB8771F25950CE701CB2E1); s_Il2CppMethodInitialized = true; } { // string address = "wss://echo.websocket.org"; __this->set_address_4(_stringLiteral895E88D62CAC295E3EDB8771F25950CE701CB2E1); // string msgToSend = "Hello World!"; __this->set_msgToSend_5(_stringLiteral493A81CF72EC64D336BBCBDF0854026AEF9F763F); // string Text = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_Text_6(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.WebSocketSample::b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketSample_U3COnGUIU3Eb__6_0_m278C72DF456837E2B748FA90F97D377E30E66486 (WebSocketSample_tAD20FB73F241F87C835AFD45DEFC6B41EAE6E1FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketSample_OnClosed_mB81C769A61CC8E7D645BB6A5109C93B7CCDCFF53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketSample_OnError_m4E09D9DA02E782FFDE281495F7F89A44ED42A068_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketSample_OnMessageReceived_mFCF90CE66C632C9A5275E27EE0DC11D79705BF79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketSample_OnOpen_m8BAF60EDC00B7117542995144A7CDDD2FBE7EABE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04330398B234EC6C79375BBA7BB05A165F1FF78D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19062CE3DDBEA9DD503AAF1E73C71A7E3B20F0ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral539637AA31FF8F4FBDFEA6C3E30767046CC3FF04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CE02DBF10772951A436ED08602B6C21AF7A06F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F4EFEC769F36ACEA3B964FA4A23D8C67B7E04D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); s_Il2CppMethodInitialized = true; } { // scrollPos = GUILayout.BeginScrollView(scrollPos); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_scrollPos_8(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A(L_0, L_1, /*hidden argument*/NULL); __this->set_scrollPos_8(L_2); // GUILayout.Label(Text); String_t* L_3 = __this->get_Text_6(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_4; L_4 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_3, L_4, /*hidden argument*/NULL); // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*hidden argument*/NULL); // GUILayout.Space(5); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((5.0f), /*hidden argument*/NULL); // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*hidden argument*/NULL); // address = GUILayout.TextField(address); String_t* L_5 = __this->get_address_4(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6; L_6 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_7; L_7 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_5, L_6, /*hidden argument*/NULL); __this->set_address_4(L_7); // if (webSocket == null && GUILayout.Button("Open Web Socket")) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_8 = __this->get_webSocket_7(); if (L_8) { goto IL_017f; } } { GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_9; L_9 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_10; L_10 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral539637AA31FF8F4FBDFEA6C3E30767046CC3FF04, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_017f; } } { // webSocket = new WebSocket.WebSocket(new Uri(address)); String_t* L_11 = __this->get_address_4(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_12, L_11, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_13 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_13, L_12, /*hidden argument*/NULL); __this->set_webSocket_7(L_13); // webSocket.StartPingThread = true; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_14 = __this->get_webSocket_7(); NullCheck(L_14); WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline(L_14, (bool)1, /*hidden argument*/NULL); // if (HTTPManager.Proxy != null) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_15; L_15 = HTTPManager_get_Proxy_mD95EEFBF3CC7E81129B1E1FD88B09BF5D6F359C3_inline(/*hidden argument*/NULL); if (!L_15) { goto IL_00c2; } } { // webSocket.InternalRequest.Proxy = new HTTPProxy(HTTPManager.Proxy.Address, HTTPManager.Proxy.Credentials, false); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_16 = __this->get_webSocket_7(); NullCheck(L_16); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_17; L_17 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_18; L_18 = HTTPManager_get_Proxy_mD95EEFBF3CC7E81129B1E1FD88B09BF5D6F359C3_inline(/*hidden argument*/NULL); NullCheck(L_18); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19; L_19 = Proxy_get_Address_mFEAC54C53753024C5E55F5F0200AF3CEDA252DB7_inline(L_18, /*hidden argument*/NULL); Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_20; L_20 = HTTPManager_get_Proxy_mD95EEFBF3CC7E81129B1E1FD88B09BF5D6F359C3_inline(/*hidden argument*/NULL); NullCheck(L_20); Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * L_21; L_21 = Proxy_get_Credentials_mE1D30979B19EEACABD966C702E50077AC0E4E8C8_inline(L_20, /*hidden argument*/NULL); HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E * L_22 = (HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E *)il2cpp_codegen_object_new(HTTPProxy_tFC2D52414714BA2872C2308AC3BCDB4AF918C51E_il2cpp_TypeInfo_var); HTTPProxy__ctor_mBC15065465E8041E427525A9F7FB44A2293FFA11(L_22, L_19, L_21, (bool)0, /*hidden argument*/NULL); NullCheck(L_17); HTTPRequest_set_Proxy_mBA6CA5AB24EDD4700FD16C57C004A62AEE770103_inline(L_17, L_22, /*hidden argument*/NULL); } IL_00c2: { // webSocket.OnOpen += OnOpen; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_23 = __this->get_webSocket_7(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_24 = L_23; NullCheck(L_24); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_25 = L_24->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_26 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_26, __this, (intptr_t)((intptr_t)WebSocketSample_OnOpen_m8BAF60EDC00B7117542995144A7CDDD2FBE7EABE_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_27; L_27 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_25, L_26, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_27, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // webSocket.OnMessage += OnMessageReceived; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_28 = __this->get_webSocket_7(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_29 = L_28; NullCheck(L_29); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_30 = L_29->get_OnMessage_7(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_31 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_31, __this, (intptr_t)((intptr_t)WebSocketSample_OnMessageReceived_mFCF90CE66C632C9A5275E27EE0DC11D79705BF79_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_32; L_32 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_OnMessage_7(((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)CastclassSealed((RuntimeObject*)L_32, OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var))); // webSocket.OnClosed += OnClosed; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_33 = __this->get_webSocket_7(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_34 = L_33; NullCheck(L_34); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_35 = L_34->get_OnClosed_9(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_36 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_36, __this, (intptr_t)((intptr_t)WebSocketSample_OnClosed_mB81C769A61CC8E7D645BB6A5109C93B7CCDCFF53_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_37; L_37 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_OnClosed_9(((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)CastclassSealed((RuntimeObject*)L_37, OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var))); // webSocket.OnError += OnError; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_38 = __this->get_webSocket_7(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_39 = L_38; NullCheck(L_39); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_40 = L_39->get_OnError_10(); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_41 = (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)il2cpp_codegen_object_new(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865(L_41, __this, (intptr_t)((intptr_t)WebSocketSample_OnError_m4E09D9DA02E782FFDE281495F7F89A44ED42A068_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_42; L_42 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_40, L_41, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_OnError_10(((OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)CastclassSealed((RuntimeObject*)L_42, OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var))); // webSocket.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_43 = __this->get_webSocket_7(); NullCheck(L_43); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_43, /*hidden argument*/NULL); // Text += "Opening Web Socket...\n"; String_t* L_44 = __this->get_Text_6(); String_t* L_45; L_45 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_44, _stringLiteral7F4EFEC769F36ACEA3B964FA4A23D8C67B7E04D7, /*hidden argument*/NULL); __this->set_Text_6(L_45); } IL_017f: { // if (webSocket != null && webSocket.IsOpen) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_46 = __this->get_webSocket_7(); if (!L_46) { goto IL_023f; } } { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_47 = __this->get_webSocket_7(); NullCheck(L_47); bool L_48; L_48 = WebSocket_get_IsOpen_m45AEF75E447980866D90294D0281BE4661CFB932(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_023f; } } { // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_49; L_49 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_49, /*hidden argument*/NULL); // msgToSend = GUILayout.TextField(msgToSend); String_t* L_50 = __this->get_msgToSend_5(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_51; L_51 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_52; L_52 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_50, L_51, /*hidden argument*/NULL); __this->set_msgToSend_5(L_52); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // if (GUILayout.Button("Send", GUILayout.MaxWidth(70))) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_53 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_54 = L_53; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_55; L_55 = GUILayout_MaxWidth_mE6C754AB0A4366AB7E0BECE6D85A254CA7E553FB((70.0f), /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_55); (L_54)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_55); bool L_56; L_56 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, L_54, /*hidden argument*/NULL); if (!L_56) { goto IL_020f; } } { // Text += "Sending message...\n"; String_t* L_57 = __this->get_Text_6(); String_t* L_58; L_58 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_57, _stringLiteral19062CE3DDBEA9DD503AAF1E73C71A7E3B20F0ED, /*hidden argument*/NULL); __this->set_Text_6(L_58); // webSocket.Send(msgToSend); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_59 = __this->get_webSocket_7(); String_t* L_60 = __this->get_msgToSend_5(); NullCheck(L_59); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_59, L_60, /*hidden argument*/NULL); } IL_020f: { // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // if (GUILayout.Button("Close")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_61; L_61 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_62; L_62 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral6CE02DBF10772951A436ED08602B6C21AF7A06F2, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_023f; } } { // webSocket.Close(1000, "Bye!"); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_63 = __this->get_webSocket_7(); NullCheck(L_63); WebSocket_Close_mCF893728E58B7FDD901E09C60BA3275EEB825C3E(L_63, (uint16_t)((int32_t)1000), _stringLiteral04330398B234EC6C79375BBA7BB05A165F1FF78D, /*hidden argument*/NULL); } IL_023f: { // }); 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 JCEngineCore.WebSocketServer::.ctor(System.String,JCEngineCore.JCEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer__ctor_m8C34E08B413EBECE8161B68887F7CA371E405D93 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, String_t* ___url0, JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * ___entity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketServer_U3C_ctorU3Eb__3_0_m8F7C27A8FBC030F14E29A4441A48161D4DFB09FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketServer_U3C_ctorU3Eb__3_1_m31811D2F9A835DAD542EB581FC921AD8D3F37898_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketServer_U3C_ctorU3Eb__3_2_m1F90863F4B50434D4F8972CF8A6AAFC095D31AF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketServer_U3C_ctorU3Eb__3_3_mEAB27E3F838086D280DA991F66727519B02D9BF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public WebSocketServer(string url, JCEntity entity) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.webSocket = new WebSocket(new Uri(url)); String_t* L_0 = ___url0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_1, L_0, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_2 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_2, L_1, /*hidden argument*/NULL); __this->set_webSocket_0(L_2); // this.webSocket.StartPingThread = true; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = __this->get_webSocket_0(); NullCheck(L_3); WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline(L_3, (bool)1, /*hidden argument*/NULL); // this.tempEntity = entity; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_4 = ___entity1; __this->set_tempEntity_1(L_4); // this.webSocket.OnOpen += delegate(WebSocket webSocket) { // this.call("loadTempEntity"); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_5 = __this->get_webSocket_0(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_6 = L_5; NullCheck(L_6); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_7 = L_6->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_8 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_8, __this, (intptr_t)((intptr_t)WebSocketServer_U3C_ctorU3Eb__3_0_m8F7C27A8FBC030F14E29A4441A48161D4DFB09FB_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_9; L_9 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_9, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // this.webSocket.OnClosed += delegate(WebSocket webSocket, UInt16 code, string message) { // this.destroyTempEntity(); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = __this->get_webSocket_0(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_11 = L_10; NullCheck(L_11); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_12 = L_11->get_OnClosed_9(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_13 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_13, __this, (intptr_t)((intptr_t)WebSocketServer_U3C_ctorU3Eb__3_1_m31811D2F9A835DAD542EB581FC921AD8D3F37898_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_OnClosed_9(((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)CastclassSealed((RuntimeObject*)L_14, OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var))); // this.webSocket.OnError += delegate(WebSocket webSocket, Exception ex) { // this.destroyTempEntity(); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_15 = __this->get_webSocket_0(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_16 = L_15; NullCheck(L_16); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_17 = L_16->get_OnError_10(); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_18 = (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)il2cpp_codegen_object_new(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865(L_18, __this, (intptr_t)((intptr_t)WebSocketServer_U3C_ctorU3Eb__3_2_m1F90863F4B50434D4F8972CF8A6AAFC095D31AF5_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_19; L_19 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_OnError_10(((OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)CastclassSealed((RuntimeObject*)L_19, OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var))); // this.webSocket.OnMessage += delegate(WebSocket webSocket, string message) { // this.invoke(JsonConvert.DeserializeObject(message)); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_20 = __this->get_webSocket_0(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_21 = L_20; NullCheck(L_21); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_22 = L_21->get_OnMessage_7(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_23 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_23, __this, (intptr_t)((intptr_t)WebSocketServer_U3C_ctorU3Eb__3_3_mEAB27E3F838086D280DA991F66727519B02D9BF2_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_24; L_24 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_OnMessage_7(((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)CastclassSealed((RuntimeObject*)L_24, OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var))); // this.webSocket.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25 = __this->get_webSocket_0(); NullCheck(L_25); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_25, /*hidden argument*/NULL); // } return; } } // System.Void JCEngineCore.WebSocketServer::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_call_m7AEA570842D1CFBCF42C11331F48D2D960B8B166 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataType_t2783D699F80711B052E9935861F62BD5E30DDF44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Data_t151636F5DBF83C727FE33927D04808CC2BE39D63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * V_0 = NULL; { // if (args == null) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args1; if (L_0) { goto IL_000b; } } { // args = new object[]{}; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); ___args1 = L_1; } IL_000b: { // Data data = new Data(); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_2 = (Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 *)il2cpp_codegen_object_new(Data_t151636F5DBF83C727FE33927D04808CC2BE39D63_il2cpp_TypeInfo_var); Data__ctor_mA7F69B79795DB73660929057A53D587271E6614C(L_2, /*hidden argument*/NULL); V_0 = L_2; // data.uuid = ""; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_3 = V_0; NullCheck(L_3); L_3->set_uuid_0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // data.type = Convert.ToInt32(DataType.EVENT); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_4 = V_0; int32_t L_5 = 0; RuntimeObject * L_6 = Box(DataType_t2783D699F80711B052E9935861F62BD5E30DDF44_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A(L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_type_1(L_7); // data.func = func; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_8 = V_0; String_t* L_9 = ___func0; NullCheck(L_8); L_8->set_func_2(L_9); // data.args = args; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_10 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___args1; NullCheck(L_10); L_10->set_args_3(L_11); // this.webSocket.Send(JsonConvert.SerializeObject(data)); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_12 = __this->get_webSocket_0(); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_14; L_14 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0(L_13, /*hidden argument*/NULL); NullCheck(L_12); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_12, L_14, /*hidden argument*/NULL); // } return; } } // System.Void JCEngineCore.WebSocketServer::invoke(JCEngineCore.Data) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_invoke_mEA6328BE33D7D8F31A7C686326D145071E2FECE7 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackHandler_t5A138DB91E0B95621E0777B545512AF3C75ED2D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MethodInfo_t * V_1 = NULL; String_t* V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; RuntimeObject * V_6 = NULL; MethodInfo_t * V_7 = NULL; { // DataType dataType = (DataType) data.type; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); V_0 = L_1; // if (dataType == DataType.EVENT) { int32_t L_2 = V_0; if (L_2) { goto IL_003c; } } { // System.Reflection.MethodInfo method = this.GetType().GetMethod(data.func); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_4 = ___data0; NullCheck(L_4); String_t* L_5 = L_4->get_func_2(); NullCheck(L_3); MethodInfo_t * L_6; L_6 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; // Utility.FormatArgsType(data.args, method.GetParameters()); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_7 = ___data0; NullCheck(L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7->get_args_3(); MethodInfo_t * L_9 = V_1; NullCheck(L_9); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_10; L_10 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_9); Utility_FormatArgsType_m689474929246D370A0C3C4D9DCF011713AAC9BDC(L_8, L_10, /*hidden argument*/NULL); // method.Invoke(this, data.args); MethodInfo_t * L_11 = V_1; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_12 = ___data0; NullCheck(L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12->get_args_3(); NullCheck(L_11); RuntimeObject * L_14; L_14 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_11, __this, L_13, /*hidden argument*/NULL); // return; return; } IL_003c: { // if (dataType == DataType.FUNCTION) { int32_t L_15 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_00da; } } { // if (this.tempEntity.isValid) { JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_16 = __this->get_tempEntity_1(); NullCheck(L_16); bool L_17 = L_16->get_isValid_2(); if (!L_17) { goto IL_00d9; } } { // string func = data.func; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_18 = ___data0; NullCheck(L_18); String_t* L_19 = L_18->get_func_2(); V_2 = L_19; // object context = this.tempEntity;; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_20 = __this->get_tempEntity_1(); V_3 = L_20; // int pointIndex = func.LastIndexOf("."); String_t* L_21 = V_2; NullCheck(L_21); int32_t L_22; L_22 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_21, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); V_4 = L_22; // if (pointIndex > -1) { int32_t L_23 = V_4; if ((((int32_t)L_23) <= ((int32_t)(-1)))) { goto IL_00a7; } } { // context = null; V_3 = NULL; // string key = func.Substring(0, pointIndex); String_t* L_24 = V_2; int32_t L_25 = V_4; NullCheck(L_24); String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, 0, L_25, /*hidden argument*/NULL); V_5 = L_26; // this.tempEntity.components.TryGetValue(key, out matchContext); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_27 = __this->get_tempEntity_1(); NullCheck(L_27); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_28 = L_27->get_components_4(); String_t* L_29 = V_5; NullCheck(L_28); bool L_30; L_30 = Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189(L_28, L_29, (RuntimeObject **)(&V_6), /*hidden argument*/Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); // if (matchContext != null) { RuntimeObject * L_31 = V_6; if (!L_31) { goto IL_00a7; } } { // func = func.Substring(pointIndex + 1); String_t* L_32 = V_2; int32_t L_33 = V_4; NullCheck(L_32); String_t* L_34; L_34 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_34; // context = matchContext; RuntimeObject * L_35 = V_6; V_3 = L_35; } IL_00a7: { // if (context != null) { RuntimeObject * L_36 = V_3; if (!L_36) { goto IL_00d9; } } { // System.Reflection.MethodInfo method = context.GetType().GetMethod(func); RuntimeObject * L_37 = V_3; NullCheck(L_37); Type_t * L_38; L_38 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_37, /*hidden argument*/NULL); String_t* L_39 = V_2; NullCheck(L_38); MethodInfo_t * L_40; L_40 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_38, L_39, /*hidden argument*/NULL); V_7 = L_40; // Utility.FormatArgsType(data.args, method.GetParameters()); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_41 = ___data0; NullCheck(L_41); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41->get_args_3(); MethodInfo_t * L_43 = V_7; NullCheck(L_43); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_44; L_44 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_43); Utility_FormatArgsType_m689474929246D370A0C3C4D9DCF011713AAC9BDC(L_42, L_44, /*hidden argument*/NULL); // method.Invoke(context, data.args); MethodInfo_t * L_45 = V_7; RuntimeObject * L_46 = V_3; Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_47 = ___data0; NullCheck(L_47); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_48 = L_47->get_args_3(); NullCheck(L_45); RuntimeObject * L_49; L_49 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_45, L_46, L_48, /*hidden argument*/NULL); } IL_00d9: { // return; return; } IL_00da: { // if (dataType == DataType.METHOD) { int32_t L_50 = V_0; if ((!(((uint32_t)L_50) == ((uint32_t)2)))) { goto IL_00e4; } } { // CallbackHandler.handleCallback(data); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_51 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(CallbackHandler_t5A138DB91E0B95621E0777B545512AF3C75ED2D2_il2cpp_TypeInfo_var); CallbackHandler_handleCallback_mE52A8990513A716555723CB07F04DFF204D194E8(L_51, /*hidden argument*/NULL); } IL_00e4: { // } return; } } // System.Void JCEngineCore.WebSocketServer::loadTempEntity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_loadTempEntity_m728C807684AAAC9BE4879F78E26EDFF4683EC5A4 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.tempEntity.id = id; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_0 = __this->get_tempEntity_1(); int32_t L_1 = ___id0; NullCheck(L_0); L_0->set_id_0(L_1); // this.tempEntity.channel = new Channel(this.webSocket); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_2 = __this->get_tempEntity_1(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = __this->get_webSocket_0(); Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * L_4 = (Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 *)il2cpp_codegen_object_new(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1_il2cpp_TypeInfo_var); Channel__ctor_mB5BA14BCFD971B90863B1794F15785A78F900231(L_4, L_3, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_channel_1(L_4); // this.tempEntity.isValid = true; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_5 = __this->get_tempEntity_1(); NullCheck(L_5); L_5->set_isValid_2((bool)1); } IL_002e: try {// begin try (depth: 1) { // if (this.tempEntity.loaded) { JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_6 = __this->get_tempEntity_1(); NullCheck(L_6); bool L_7 = L_6->get_loaded_3(); if (!L_7) { goto IL_0048; } } IL_003b: { // this.tempEntity.onReload(); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_8 = __this->get_tempEntity_1(); NullCheck(L_8); VirtualActionInvoker0::Invoke(5 /* System.Void JCEngineCore.JCEntity::onReload() */, L_8); // } else { goto IL_0053; } IL_0048: { // this.tempEntity.onLoad(); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_9 = __this->get_tempEntity_1(); NullCheck(L_9); VirtualActionInvoker0::Invoke(4 /* System.Void JCEngineCore.JCEntity::onLoad() */, L_9); } IL_0053: { // } catch (Exception) {} goto IL_0058; } }// 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_0055; } throw e; } CATCH_0055: {// begin catch(System.Exception) // } catch (Exception) {} // } catch (Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0058; }// end catch (depth: 1) IL_0058: { // this.tempEntity.loaded = true; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_10 = __this->get_tempEntity_1(); NullCheck(L_10); L_10->set_loaded_3((bool)1); // if (heartBeatCoroutine == null) { Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_11 = __this->get_heartBeatCoroutine_2(); if (L_11) { goto IL_007d; } } { // heartBeatCoroutine = JCUnityLib.CoroutineStarter.Start(doHeartBeat()); RuntimeObject* L_12; L_12 = WebSocketServer_doHeartBeat_m2C36EBD993883326A3CF445FCEE728117BD31190(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_13; L_13 = CoroutineStarter_Start_mE4CE5D6D054BE5D28D32E50837CD9CEE247E9670(L_12, /*hidden argument*/NULL); __this->set_heartBeatCoroutine_2(L_13); } IL_007d: { // } return; } } // System.Void JCEngineCore.WebSocketServer::destroyTempEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_destroyTempEntity_m792A2D0004E955ECBA28393F66DC04B77754942F (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, const RuntimeMethod* method) { { // if (heartBeatCoroutine != null) { Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_0 = __this->get_heartBeatCoroutine_2(); if (!L_0) { goto IL_001a; } } { // JCUnityLib.CoroutineStarter.Stop(heartBeatCoroutine); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_1 = __this->get_heartBeatCoroutine_2(); CoroutineStarter_Stop_m56BE252B303442523198A3D67D765C38D0C217CD(L_1, /*hidden argument*/NULL); // heartBeatCoroutine = null; __this->set_heartBeatCoroutine_2((Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 *)NULL); } IL_001a: { // if (this.tempEntity.isValid) { JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_2 = __this->get_tempEntity_1(); NullCheck(L_2); bool L_3 = L_2->get_isValid_2(); if (!L_3) { goto IL_003f; } } { // this.tempEntity.isValid = false; JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_4 = __this->get_tempEntity_1(); NullCheck(L_4); L_4->set_isValid_2((bool)0); // this.tempEntity.onDestroy(); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_5 = __this->get_tempEntity_1(); NullCheck(L_5); VirtualActionInvoker0::Invoke(6 /* System.Void JCEngineCore.JCEntity::onDestroy() */, L_5); // } else { return; } IL_003f: { // this.tempEntity.onMiss(); JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * L_6 = __this->get_tempEntity_1(); NullCheck(L_6); VirtualActionInvoker0::Invoke(7 /* System.Void JCEngineCore.JCEntity::onMiss() */, L_6); // } return; } } // System.Collections.IEnumerator JCEngineCore.WebSocketServer::doHeartBeat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebSocketServer_doHeartBeat_m2C36EBD993883326A3CF445FCEE728117BD31190 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * L_0 = (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 *)il2cpp_codegen_object_new(U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810_il2cpp_TypeInfo_var); U3CdoHeartBeatU3Ed__8__ctor_m75A1E7E22C8348CC3DB441967B31B0EE153C37CE(L_0, 0, /*hidden argument*/NULL); U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void JCEngineCore.WebSocketServer::<.ctor>b__3_0(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_U3C_ctorU3Eb__3_0_m8F7C27A8FBC030F14E29A4441A48161D4DFB09FB (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD70CAAB4C3FE3D5CEB1F59E9BE2BC01F57E5465E); s_Il2CppMethodInitialized = true; } { // this.call("loadTempEntity"); WebSocketServer_call_m7AEA570842D1CFBCF42C11331F48D2D960B8B166(__this, _stringLiteralD70CAAB4C3FE3D5CEB1F59E9BE2BC01F57E5465E, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); // }; return; } } // System.Void JCEngineCore.WebSocketServer::<.ctor>b__3_1(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_U3C_ctorU3Eb__3_1_m31811D2F9A835DAD542EB581FC921AD8D3F37898 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { { // this.destroyTempEntity(); WebSocketServer_destroyTempEntity_m792A2D0004E955ECBA28393F66DC04B77754942F(__this, /*hidden argument*/NULL); // }; return; } } // System.Void JCEngineCore.WebSocketServer::<.ctor>b__3_2(BestHTTP.WebSocket.WebSocket,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_U3C_ctorU3Eb__3_2_m1F90863F4B50434D4F8972CF8A6AAFC095D31AF5 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, Exception_t * ___ex1, const RuntimeMethod* method) { { // this.destroyTempEntity(); WebSocketServer_destroyTempEntity_m792A2D0004E955ECBA28393F66DC04B77754942F(__this, /*hidden argument*/NULL); // }; return; } } // System.Void JCEngineCore.WebSocketServer::<.ctor>b__3_3(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketServer_U3C_ctorU3Eb__3_3_mEAB27E3F838086D280DA991F66727519B02D9BF2 (WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisData_t151636F5DBF83C727FE33927D04808CC2BE39D63_mD869288DA298AA169C2E08D37629ED3D6C1D46CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.invoke(JsonConvert.DeserializeObject(message)); String_t* L_0 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Data_t151636F5DBF83C727FE33927D04808CC2BE39D63 * L_1; L_1 = JsonConvert_DeserializeObject_TisData_t151636F5DBF83C727FE33927D04808CC2BE39D63_mD869288DA298AA169C2E08D37629ED3D6C1D46CE(L_0, /*hidden argument*/JsonConvert_DeserializeObject_TisData_t151636F5DBF83C727FE33927D04808CC2BE39D63_mD869288DA298AA169C2E08D37629ED3D6C1D46CE_RuntimeMethod_var); WebSocketServer_invoke_mEA6328BE33D7D8F31A7C686326D145071E2FECE7(__this, 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 #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.Boolean BestHTTP.SignalR.Transports.WebSocketTransport::get_SupportsKeepAlive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocketTransport_get_SupportsKeepAlive_m216945ACCE487FE4AEE7CCFF44286020B591D191 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { { // public override bool SupportsKeepAlive { get { return true; } } return (bool)1; } } // BestHTTP.SignalR.TransportTypes BestHTTP.SignalR.Transports.WebSocketTransport::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_Type_m0DC624F3D8A320B80E046076B37ACD251BD89550 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { { // public override TransportTypes Type { get { return TransportTypes.WebSocket; } } return (int32_t)(0); } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_mF66A5EA4BE62EE807556D37E2FDA6BD931A81AD8 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A); s_Il2CppMethodInitialized = true; } { // : base("webSockets", connection) Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = ___connection0; TransportBase__ctor_m3314F39C389019B5C29ADB491EF5419E62D5DF13(__this, _stringLiteral9A71FE076CAD4253916D4F519B842BD257367B3A, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Connect_m3BFB6F9B8DF439F0FD7B279DAF9A7FB91AAD1FB3 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnClosed_mF0D6C73A1A61804E7BF91F68A4CEF36C4AE87ED8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnError_m3248EA61166F2FB5264BDB367AC2F53A8D3933E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnMessage_m22086BB8DCB0EE3F597DFA34F9FA1AC0EFCA7106_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_WSocket_OnOpen_m50F4FAD16008EA3115949F11274F34F133DD6A70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; int32_t G_B7_0 = 0; { // if (wSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_wSocket_5(); if (!L_0) { goto IL_001d; } } { // HTTPManager.Logger.Warning("WebSocketTransport", "Start - WebSocket already created!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_1, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral62FC0CD2E5280B18B4D1A4C72EE8E019E6352516); // return; return; } IL_001d: { // if (this.State != TransportStates.Reconnecting) int32_t L_2; L_2 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002d; } } { // this.State = TransportStates.Connecting; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 1, /*hidden argument*/NULL); } IL_002d: { // RequestTypes requestType = this.State == TransportStates.Reconnecting ? RequestTypes.Reconnect : RequestTypes.Connect; int32_t L_3; L_3 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } { G_B7_0 = 1; goto IL_003a; } IL_0039: { G_B7_0 = 5; } IL_003a: { V_0 = G_B7_0; // Uri uri = Connection.BuildUri(requestType, this); RuntimeObject* L_4; L_4 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6; L_6 = InterfaceFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, int32_t, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * >::Invoke(10 /* System.Uri BestHTTP.SignalR.IConnection::BuildUri(BestHTTP.SignalR.RequestTypes,BestHTTP.SignalR.Transports.TransportBase) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_4, L_5, __this); V_1 = L_6; // wSocket = new WebSocket.WebSocket(uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = V_1; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_8 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_8, L_7, /*hidden argument*/NULL); __this->set_wSocket_5(L_8); // wSocket.OnOpen += WSocket_OnOpen; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_9 = __this->get_wSocket_5(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = L_9; NullCheck(L_10); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_11 = L_10->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_12 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_12, __this, (intptr_t)((intptr_t)WebSocketTransport_WSocket_OnOpen_m50F4FAD16008EA3115949F11274F34F133DD6A70_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_13; L_13 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_12, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_13, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // wSocket.OnMessage += WSocket_OnMessage; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_14 = __this->get_wSocket_5(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_15 = L_14; NullCheck(L_15); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_16 = L_15->get_OnMessage_7(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_17 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_17, __this, (intptr_t)((intptr_t)WebSocketTransport_WSocket_OnMessage_m22086BB8DCB0EE3F597DFA34F9FA1AC0EFCA7106_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_18; L_18 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_16, L_17, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_OnMessage_7(((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)CastclassSealed((RuntimeObject*)L_18, OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var))); // wSocket.OnClosed += WSocket_OnClosed; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_19 = __this->get_wSocket_5(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_20 = L_19; NullCheck(L_20); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_21 = L_20->get_OnClosed_9(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_22 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_22, __this, (intptr_t)((intptr_t)WebSocketTransport_WSocket_OnClosed_mF0D6C73A1A61804E7BF91F68A4CEF36C4AE87ED8_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_23; L_23 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_OnClosed_9(((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)CastclassSealed((RuntimeObject*)L_23, OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var))); // wSocket.OnErrorDesc += WSocket_OnError; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_24 = __this->get_wSocket_5(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25 = L_24; NullCheck(L_25); OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * L_26 = L_25->get_OnErrorDesc_11(); OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * L_27 = (OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 *)il2cpp_codegen_object_new(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var); OnWebSocketErrorDescriptionDelegate__ctor_m556ACF641159E0DE8A936392A9230595D6838BAD(L_27, __this, (intptr_t)((intptr_t)WebSocketTransport_WSocket_OnError_m3248EA61166F2FB5264BDB367AC2F53A8D3933E8_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_28; L_28 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_26, L_27, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_OnErrorDesc_11(((OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 *)CastclassSealed((RuntimeObject*)L_28, OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var))); // Connection.PrepareRequest(wSocket.InternalRequest, requestType); RuntimeObject* L_29; L_29 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_30 = __this->get_wSocket_5(); NullCheck(L_30); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_31; L_31 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_30, /*hidden argument*/NULL); int32_t L_32 = V_0; NullCheck(L_29); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_33; L_33 = InterfaceFuncInvoker2< HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *, int32_t >::Invoke(11 /* BestHTTP.HTTPRequest BestHTTP.SignalR.IConnection::PrepareRequest(BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_29, L_31, L_32); // wSocket.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_34 = __this->get_wSocket_5(); NullCheck(L_34); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_34, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::SendImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_SendImpl_m2F370D80073331733135CC07EA8D54990AA88E5E (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, String_t* ___json0, const RuntimeMethod* method) { { // if (wSocket != null && wSocket.IsOpen) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_wSocket_5(); if (!L_0) { goto IL_0021; } } { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); NullCheck(L_1); bool L_2; L_2 = WebSocket_get_IsOpen_m45AEF75E447980866D90294D0281BE4661CFB932(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { // wSocket.Send(json); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = __this->get_wSocket_5(); String_t* L_4 = ___json0; NullCheck(L_3); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_3, L_4, /*hidden argument*/NULL); } IL_0021: { // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Stop_m209CF88CC7845773B40DE4E7A2884612ABFAB9C6 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { { // if (wSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_wSocket_5(); if (!L_0) { goto IL_004a; } } { // wSocket.OnOpen = null; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); NullCheck(L_1); L_1->set_OnOpen_6((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)NULL); // wSocket.OnMessage = null; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_2 = __this->get_wSocket_5(); NullCheck(L_2); L_2->set_OnMessage_7((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)NULL); // wSocket.OnClosed = null; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = __this->get_wSocket_5(); NullCheck(L_3); L_3->set_OnClosed_9((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)NULL); // wSocket.OnErrorDesc = null; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_4 = __this->get_wSocket_5(); NullCheck(L_4); L_4->set_OnErrorDesc_11((OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 *)NULL); // wSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_5 = __this->get_wSocket_5(); NullCheck(L_5); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_5, /*hidden argument*/NULL); // wSocket = null; __this->set_wSocket_5((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); } IL_004a: { // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::Started() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Started_m6514033C0F921D8FB29FD37A9E15475EE8480D76 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::Aborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Aborted_mB4083C959919BD0CC241ED3DFD9EB3A8CB0C751C (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, const RuntimeMethod* method) { { // if (wSocket != null && wSocket.IsOpen) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_wSocket_5(); if (!L_0) { goto IL_0027; } } { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); NullCheck(L_1); bool L_2; L_2 = WebSocket_get_IsOpen_m45AEF75E447980866D90294D0281BE4661CFB932(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { // wSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = __this->get_wSocket_5(); NullCheck(L_3); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_3, /*hidden argument*/NULL); // wSocket = null; __this->set_wSocket_5((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); } IL_0027: { // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::WSocket_OnOpen(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnOpen_m50F4FAD16008EA3115949F11274F34F133DD6A70 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // if (webSocket != wSocket) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___webSocket0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // HTTPManager.Logger.Information("WebSocketTransport", "WSocket_OnOpen"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral90F82CF9C96F90B223584FEFD111337DEF9471E9); // OnConnected(); TransportBase_OnConnected_m72DEDBCF310A1B2353B9DE304EF6FB1613D9BFB4(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::WSocket_OnMessage(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnMessage_m22086BB8DCB0EE3F597DFA34F9FA1AC0EFCA7106 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // if (webSocket != wSocket) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___webSocket0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // IServerMessage msg = TransportBase.Parse(Connection.JsonEncoder, message); RuntimeObject* L_2; L_2 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.IConnection::get_JsonEncoder() */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_2); String_t* L_4 = ___message1; RuntimeObject* L_5; L_5 = TransportBase_Parse_m1072BEBDA6B05BF0AE6B0865EB3569EB480AA3FA(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; // if (msg != null) RuntimeObject* L_6 = V_0; if (!L_6) { goto IL_002b; } } { // Connection.OnMessage(msg); RuntimeObject* L_7; L_7 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); RuntimeObject* L_8 = V_0; NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4 /* System.Void BestHTTP.SignalR.IConnection::OnMessage(BestHTTP.SignalR.Messages.IServerMessage) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_7, L_8); } IL_002b: { // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::WSocket_OnClosed(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnClosed_mF0D6C73A1A61804E7BF91F68A4CEF36C4AE87ED8 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0767326DBE1DD31063256737FD019DC6682353E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (webSocket != wSocket) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___webSocket0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // string reason = code.ToString() + " : " + message; String_t* L_2; L_2 = UInt16_ToString_mCD21CDBE273387A21683B6C00EF5EBEEFF7A8F6D((uint16_t*)(&___code1), /*hidden argument*/NULL); String_t* L_3 = ___message2; String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2, L_3, /*hidden argument*/NULL); V_0 = L_4; // HTTPManager.Logger.Information("WebSocketTransport", "WSocket_OnClosed " + reason); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral5EBA0370EA9430793588A9009EF345CB936D8214, L_6, /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_5, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_7); // if (this.State == TransportStates.Closing) int32_t L_8; L_8 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)5)))) { goto IL_0048; } } { // this.State = TransportStates.Closed; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 6, /*hidden argument*/NULL); return; } IL_0048: { // Connection.Error(reason); RuntimeObject* L_9; L_9 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); String_t* L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_9, L_10); // } return; } } // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::WSocket_OnError(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_WSocket_OnError_m3248EA61166F2FB5264BDB367AC2F53A8D3933E8 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___reason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D24E86656637133654DB39033983C83A4F7B076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // if (webSocket != wSocket) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___webSocket0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_wSocket_5(); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (this.State == TransportStates.Closing || // this.State == TransportStates.Closed) int32_t L_2; L_2 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001c; } } { int32_t L_3; L_3 = TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)6)))) { goto IL_0023; } } IL_001c: { // base.AbortFinished(); TransportBase_AbortFinished_m07C67B7C089CFFBF6EEAAF38906B525BA13CF9DB(__this, /*hidden argument*/NULL); // } return; } IL_0023: { // HTTPManager.Logger.Error("WebSocketTransport", "WSocket_OnError " + reason); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_5 = ___reason1; String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9D24E86656637133654DB39033983C83A4F7B076, L_5, /*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_6); // this.State = TransportStates.Closed; TransportBase_set_State_mF9BA19CAF8D60E8782A7001112137C9F39DD4121(__this, 6, /*hidden argument*/NULL); // Connection.Error(reason); RuntimeObject* L_7; L_7 = TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline(__this, /*hidden argument*/NULL); String_t* L_8 = ___reason1; NullCheck(L_7); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, L_7, L_8); // } 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 // BestHTTP.SignalRCore.TransportTypes BestHTTP.SignalRCore.Transports.WebSocketTransport::get_TransportType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_TransportType_m4B975D5CD336CED95967E35F3CACCCDF5A8B3FAC (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // public TransportTypes TransportType { get { return TransportTypes.WebSocket; } } return (int32_t)(0); } } // BestHTTP.SignalRCore.TransferModes BestHTTP.SignalRCore.Transports.WebSocketTransport::get_TransferMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_TransferMode_mF1128FE5FED54D41BF3A6563277D97BD3E300F1C (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // public TransferModes TransferMode { get { return TransferModes.Binary; } } return (int32_t)(0); } } // BestHTTP.SignalRCore.TransportStates BestHTTP.SignalRCore.Transports.WebSocketTransport::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_mB4CED93A2C6F70D87CD6BB9A5AB408CF2928A889 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // get { return this._state; } int32_t L_0 = __this->get__state_0(); return L_0; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::set_State(BestHTTP.SignalRCore.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mF823306853EB22664548EBB7066EB7265D69C1DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (this._state != value) int32_t L_0 = __this->get__state_0(); int32_t L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0031; } } { // TransportStates oldState = this._state; int32_t L_2 = __this->get__state_0(); V_0 = L_2; // this._state = value; int32_t L_3 = ___value0; __this->set__state_0(L_3); // if (this.OnStateChanged != null) Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_4 = __this->get_OnStateChanged_2(); if (!L_4) { goto IL_0031; } } { // this.OnStateChanged(oldState, this._state); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_5 = __this->get_OnStateChanged_2(); int32_t L_6 = V_0; int32_t L_7 = __this->get__state_0(); NullCheck(L_5); Action_2_Invoke_mF823306853EB22664548EBB7066EB7265D69C1DA(L_5, L_6, L_7, /*hidden argument*/Action_2_Invoke_mF823306853EB22664548EBB7066EB7265D69C1DA_RuntimeMethod_var); } IL_0031: { // } return; } } // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::get_ErrorReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebSocketTransport_get_ErrorReason_mB72691D48D4AB0D754F71E9E5A3880EF5F29137C (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // public string ErrorReason { get; private set; } String_t* L_0 = __this->get_U3CErrorReasonU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::set_ErrorReason(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_ErrorReason_m51477C012AD7BFBE91B163A251CE2EE9842B3775 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ErrorReason { get; private set; } String_t* L_0 = ___value0; __this->set_U3CErrorReasonU3Ek__BackingField_1(L_0); return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::add_OnStateChanged(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_add_OnStateChanged_m1FB9DF0763C153566A9190DBF0246C6766020B43 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_0 = NULL; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_1 = NULL; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_2 = NULL; { Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_0 = __this->get_OnStateChanged_2(); V_0 = L_0; } IL_0007: { Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_1 = V_0; V_1 = L_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_2 = V_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)CastclassSealed((RuntimeObject*)L_4, Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var)); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 ** L_5 = __this->get_address_of_OnStateChanged_2(); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_6 = V_2; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_7 = V_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 **)L_5, L_6, L_7); V_0 = L_8; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_9 = V_0; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)L_9) == ((RuntimeObject*)(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::remove_OnStateChanged(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_remove_OnStateChanged_mE0CB03AB663C54F7B92C44F74B2B09BA8F457F0A (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_0 = NULL; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_1 = NULL; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * V_2 = NULL; { Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_0 = __this->get_OnStateChanged_2(); V_0 = L_0; } IL_0007: { Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_1 = V_0; V_1 = L_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_2 = V_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)CastclassSealed((RuntimeObject*)L_4, Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var)); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 ** L_5 = __this->get_address_of_OnStateChanged_2(); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_6 = V_2; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_7 = V_1; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 **)L_5, L_6, L_7); V_0 = L_8; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_9 = V_0; Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)L_9) == ((RuntimeObject*)(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::.ctor(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_m8B2628E6CE10DAB086D8F5ADF1CE02E23DDF83FA (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___con0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List messages = new List(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_0 = (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B *)il2cpp_codegen_object_new(List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_il2cpp_TypeInfo_var); List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D(L_0, /*hidden argument*/List_1__ctor_mE7A4F6924F5540B64EF90CEE389BC214C552462D_RuntimeMethod_var); __this->set_messages_5(L_0); // public WebSocketTransport(HubConnection con) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.connection = con; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_1 = ___con0; __this->set_connection_4(L_1); // this.State = TransportStates.Initial; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::BestHTTP.SignalRCore.ITransport.StartConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_BestHTTP_SignalRCore_ITransport_StartConnect_m50C3155176119C17D24EE59E490C26114A2E45E5 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnBinary_m98304DC856AD5FB11524C4E3539B026B279B7E16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnClosed_m237CCFF0848444EDE840BD039AC343FFE9F5DEC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnError_m8433902AEB9DD0293A5CD1CDE4997F88C11C9BB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnMessage_mE4D4C713ADC48D609713657EC3E1E403185FAAFE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnOpen_m12FB88D4401A1BC21B2C2E326F7E42DDE57537DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7483B45CE2A20385E52CC4BF7DE5E2E50612E83B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B4_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * G_B3_0 = NULL; { // HTTPManager.Logger.Verbose("WebSocketTransport", "StartConnect"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B); // if (this.webSocket == null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_webSocket_3(); if (L_1) { goto IL_007d; } } { // Uri uri = BuildUri(this.connection.Uri); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_2 = __this->get_connection_4(); NullCheck(L_2); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3; L_3 = HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline(L_2, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = WebSocketTransport_BuildUri_mE7803705702A536433899F88B33CFC6F7053FC18(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; // if (this.connection.AuthenticationProvider != null) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_5 = __this->get_connection_4(); NullCheck(L_5); RuntimeObject* L_6; L_6 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0052; } } { // uri = this.connection.AuthenticationProvider.PrepareUri(uri) ?? uri; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_7 = __this->get_connection_4(); NullCheck(L_7); RuntimeObject* L_8; L_8 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_0; NullCheck(L_8); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10; L_10 = InterfaceFuncInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(7 /* System.Uri BestHTTP.SignalRCore.IAuthenticationProvider::PrepareUri(System.Uri) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_8, L_9); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = L_10; G_B3_0 = L_11; if (L_11) { G_B4_0 = L_11; goto IL_0051; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = V_0; G_B4_0 = L_12; } IL_0051: { V_0 = G_B4_0; } IL_0052: { // HTTPManager.Logger.Verbose("WebSocketTransport", "StartConnect connecting to Uri: " + uri.ToString()); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7483B45CE2A20385E52CC4BF7DE5E2E50612E83B, L_15, /*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_16); // this.webSocket = new WebSocket.WebSocket(uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = V_0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_18 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_18, L_17, /*hidden argument*/NULL); __this->set_webSocket_3(L_18); } IL_007d: { // if (this.connection.AuthenticationProvider != null) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_19 = __this->get_connection_4(); NullCheck(L_19); RuntimeObject* L_20; L_20 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00a5; } } { // this.connection.AuthenticationProvider.PrepareRequest(webSocket.InternalRequest); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_21 = __this->get_connection_4(); NullCheck(L_21); RuntimeObject* L_22; L_22 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_21, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_23 = __this->get_webSocket_3(); NullCheck(L_23); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_24; L_24 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); InterfaceActionInvoker1< HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * >::Invoke(6 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::PrepareRequest(BestHTTP.HTTPRequest) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_22, L_24); } IL_00a5: { // this.webSocket.OnOpen += OnOpen; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25 = __this->get_webSocket_3(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_26 = L_25; NullCheck(L_26); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_27 = L_26->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_28 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_28, __this, (intptr_t)((intptr_t)WebSocketTransport_OnOpen_m12FB88D4401A1BC21B2C2E326F7E42DDE57537DB_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_29; L_29 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_29, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // this.webSocket.OnMessage += OnMessage; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_30 = __this->get_webSocket_3(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_31 = L_30; NullCheck(L_31); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_32 = L_31->get_OnMessage_7(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_33 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_33, __this, (intptr_t)((intptr_t)WebSocketTransport_OnMessage_mE4D4C713ADC48D609713657EC3E1E403185FAAFE_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_34; L_34 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_OnMessage_7(((OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)CastclassSealed((RuntimeObject*)L_34, OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var))); // this.webSocket.OnBinary += OnBinary; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_35 = __this->get_webSocket_3(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_36 = L_35; NullCheck(L_36); OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * L_37 = L_36->get_OnBinary_8(); OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * L_38 = (OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB *)il2cpp_codegen_object_new(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); OnWebSocketBinaryDelegate__ctor_mF04FD9D0FD1DC78A235A75CBE17C9ACB9C1E99B7(L_38, __this, (intptr_t)((intptr_t)WebSocketTransport_OnBinary_m98304DC856AD5FB11524C4E3539B026B279B7E16_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_39; L_39 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_37, L_38, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_OnBinary_8(((OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB *)CastclassSealed((RuntimeObject*)L_39, OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var))); // this.webSocket.OnErrorDesc += OnError; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_40 = __this->get_webSocket_3(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_41 = L_40; NullCheck(L_41); OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * L_42 = L_41->get_OnErrorDesc_11(); OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * L_43 = (OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 *)il2cpp_codegen_object_new(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var); OnWebSocketErrorDescriptionDelegate__ctor_m556ACF641159E0DE8A936392A9230595D6838BAD(L_43, __this, (intptr_t)((intptr_t)WebSocketTransport_OnError_m8433902AEB9DD0293A5CD1CDE4997F88C11C9BB7_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_44; L_44 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_OnErrorDesc_11(((OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 *)CastclassSealed((RuntimeObject*)L_44, OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0_il2cpp_TypeInfo_var))); // this.webSocket.OnClosed += OnClosed; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_45 = __this->get_webSocket_3(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_46 = L_45; NullCheck(L_46); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_47 = L_46->get_OnClosed_9(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_48 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_48, __this, (intptr_t)((intptr_t)WebSocketTransport_OnClosed_m237CCFF0848444EDE840BD039AC343FFE9F5DEC5_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_49; L_49 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_47, L_48, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_OnClosed_9(((OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)CastclassSealed((RuntimeObject*)L_49, OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var))); // this.webSocket.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_50 = __this->get_webSocket_3(); NullCheck(L_50); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_50, /*hidden argument*/NULL); // this.State = TransportStates.Connecting; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::BestHTTP.SignalRCore.ITransport.Send(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_BestHTTP_SignalRCore_ITransport_Send_m3E93BD42AB2E53805CC67632EB5BE1BB78D9AA69 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg0, const RuntimeMethod* method) { { // this.webSocket.Send(msg); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_webSocket_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___msg0; NullCheck(L_0); WebSocket_Send_m3DE4C658F2C61B4805C1707742445CB3E1942C4D(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::OnOpen(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnOpen_m12FB88D4401A1BC21B2C2E326F7E42DDE57537DB (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC10C520E05547BC1107634FA0D4DC52FC28AF853); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // HTTPManager.Logger.Verbose("WebSocketTransport", "OnOpen"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5); // string json = string.Format("{{'protocol':'{0}', 'version': 1}}", this.connection.Protocol.Encoder.Name); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_1 = __this->get_connection_4(); NullCheck(L_1); RuntimeObject* L_2; L_2 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* BestHTTP.SignalRCore.IEncoder BestHTTP.SignalRCore.IProtocol::get_Encoder() */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SignalRCore.IEncoder::get_Name() */, IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4_il2cpp_TypeInfo_var, L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralC10C520E05547BC1107634FA0D4DC52FC28AF853, L_4, /*hidden argument*/NULL); // byte[] buffer = JsonProtocol.WithSeparator(json); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = JsonProtocol_WithSeparator_m94FF5F80136E71EFF9668F7ADD9DEA367F4EAB4A(L_5, /*hidden argument*/NULL); V_0 = L_6; // (this as ITransport).Send(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Void BestHTTP.SignalRCore.ITransport::Send(System.Byte[]) */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, __this, L_7); // } return; } } // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::ParseHandshakeResponse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebSocketTransport_ParseHandshakeResponse_mDB706DE8D20C8A2EAACA033B9B3DA0EBAFC87618 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF2D5C9E580BC8CCF398898F422A6F6C7EED7C3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2); s_Il2CppMethodInitialized = true; } Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_0 = NULL; RuntimeObject * V_1 = NULL; { // Dictionary response = BestHTTP.JSON.Json.Decode(data) as Dictionary; String_t* L_0 = ___data0; RuntimeObject * L_1; L_1 = Json_Decode_m6CE2A8701ED1825AF409587E053DE5058945B9EF(L_0, /*hidden argument*/NULL); V_0 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_1, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // if (response == null) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2 = V_0; if (L_2) { goto IL_001b; } } { // return "Couldn't parse json data: " + data; String_t* L_3 = ___data0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralBF2D5C9E580BC8CCF398898F422A6F6C7EED7C3C, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { // if (response.TryGetValue("error", out error)) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189(L_5, _stringLiteralFCA74A9060DDEE6A3ECAE73E6AB96086770BE7E2, (RuntimeObject **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); if (!L_6) { goto IL_0031; } } { // return error.ToString(); RuntimeObject * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); return L_8; } IL_0031: { // return null; return (String_t*)NULL; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::HandleHandshakeResponse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_HandleHandshakeResponse_mAE2CEF36CB6D262F8E1BDAAE0F2BCF008C3369E6 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___data0, const RuntimeMethod* method) { WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * G_B2_0 = NULL; WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * G_B1_0 = NULL; int32_t G_B3_0 = 0; WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * G_B3_1 = NULL; { // this.ErrorReason = ParseHandshakeResponse(data); String_t* L_0 = ___data0; String_t* L_1; L_1 = WebSocketTransport_ParseHandshakeResponse_mDB706DE8D20C8A2EAACA033B9B3DA0EBAFC87618(__this, L_0, /*hidden argument*/NULL); WebSocketTransport_set_ErrorReason_m51477C012AD7BFBE91B163A251CE2EE9842B3775_inline(__this, L_1, /*hidden argument*/NULL); // this.State = string.IsNullOrEmpty(this.ErrorReason) ? TransportStates.Connected : TransportStates.Failed; String_t* L_2; L_2 = WebSocketTransport_get_ErrorReason_mB72691D48D4AB0D754F71E9E5A3880EF5F29137C_inline(__this, /*hidden argument*/NULL); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_001e; } } { G_B3_0 = 4; G_B3_1 = G_B1_0; goto IL_001f; } IL_001e: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_001f: { NullCheck(G_B3_1); WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::OnMessage(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnMessage_mE4D4C713ADC48D609713657EC3E1E403185FAAFE (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State == TransportStates.Connecting) int32_t L_0; L_0 = WebSocketTransport_get_State_mB4CED93A2C6F70D87CD6BB9A5AB408CF2928A889_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { // HandleHandshakeResponse(data); String_t* L_1 = ___data1; WebSocketTransport_HandleHandshakeResponse_mAE2CEF36CB6D262F8E1BDAAE0F2BCF008C3369E6(__this, L_1, /*hidden argument*/NULL); // return; return; } IL_0011: { // this.messages.Clear(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_2 = __this->get_messages_5(); NullCheck(L_2); List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05(L_2, /*hidden argument*/List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); } IL_001c: try {// begin try (depth: 1) try {// begin try (depth: 2) // this.connection.Protocol.ParseMessages(data, ref this.messages); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_3 = __this->get_connection_4(); NullCheck(L_3); RuntimeObject* L_4; L_4 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = ___data1; List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** L_6 = __this->get_address_of_messages_5(); NullCheck(L_4); InterfaceActionInvoker2< String_t*, List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** >::Invoke(4 /* System.Void BestHTTP.SignalRCore.IProtocol::ParseMessages(System.String,System.Collections.Generic.List`1&) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_4, L_5, (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B **)L_6); // this.connection.OnMessages(this.messages); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_7 = __this->get_connection_4(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_8 = __this->get_messages_5(); NullCheck(L_7); HubConnection_OnMessages_m039E50D5C59A500077D491A11F339B0C6AAE32BD(L_7, L_8, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x6A, FINALLY_005e); }// end try (depth: 2) 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_0046; } throw e; } CATCH_0046: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketTransport", "OnMessage(string)", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE42741476ABA1DCA5AAB8BD58C92B6EA65C4686C)), L_10); // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x6A, FINALLY_005e); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: {// begin finally (depth: 1) // this.messages.Clear(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_11 = __this->get_messages_5(); NullCheck(L_11); List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05(L_11, /*hidden argument*/List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); // } IL2CPP_END_FINALLY(94) }// end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::OnBinary(BestHTTP.WebSocket.WebSocket,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnBinary_m98304DC856AD5FB11524C4E3539B026B279B7E16 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State == TransportStates.Connecting) int32_t L_0; L_0 = WebSocketTransport_get_State_mB4CED93A2C6F70D87CD6BB9A5AB408CF2928A889_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001f; } } { // HandleHandshakeResponse(System.Text.Encoding.UTF8.GetString(data, 0, data.Length)); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data1; NullCheck(L_3); NullCheck(L_1); String_t* L_4; L_4 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); WebSocketTransport_HandleHandshakeResponse_mAE2CEF36CB6D262F8E1BDAAE0F2BCF008C3369E6(__this, L_4, /*hidden argument*/NULL); // return; return; } IL_001f: { // this.messages.Clear(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_5 = __this->get_messages_5(); NullCheck(L_5); List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05(L_5, /*hidden argument*/List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); } IL_002a: try {// begin try (depth: 1) try {// begin try (depth: 2) // this.connection.Protocol.ParseMessages(data, ref this.messages); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_6 = __this->get_connection_4(); NullCheck(L_6); RuntimeObject* L_7; L_7 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(L_6, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data1; List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** L_9 = __this->get_address_of_messages_5(); NullCheck(L_7); InterfaceActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** >::Invoke(5 /* System.Void BestHTTP.SignalRCore.IProtocol::ParseMessages(System.Byte[],System.Collections.Generic.List`1&) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_7, L_8, (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B **)L_9); // this.connection.OnMessages(this.messages); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_10 = __this->get_connection_4(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_11 = __this->get_messages_5(); NullCheck(L_10); HubConnection_OnMessages_m039E50D5C59A500077D491A11F339B0C6AAE32BD(L_10, L_11, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x78, FINALLY_006c); }// end try (depth: 2) 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_0054; } throw e; } CATCH_0054: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketTransport", "OnMessage(byte[])", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_13 = V_0; NullCheck(L_12); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7966DFB69DE96E19AAA29CD66C7D0FEA35C73A7)), L_13); // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x78, FINALLY_006c); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: {// begin finally (depth: 1) // this.messages.Clear(); List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_14 = __this->get_messages_5(); NullCheck(L_14); List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05(L_14, /*hidden argument*/List_1_Clear_m979B51F33D058109B1CBBE2D84F2C82168142E05_RuntimeMethod_var); // } IL2CPP_END_FINALLY(108) }// end finally (depth: 1) IL2CPP_CLEANUP(108) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::OnError(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnError_m8433902AEB9DD0293A5CD1CDE4997F88C11C9BB7 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___reason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral567E83B52D5348AEE8799FDB6B4405E06E1CA378); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("WebSocketTransport", "OnError: " + reason); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1 = ___reason1; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral567E83B52D5348AEE8799FDB6B4405E06E1CA378, L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_2); // this.ErrorReason = reason; String_t* L_3 = ___reason1; WebSocketTransport_set_ErrorReason_m51477C012AD7BFBE91B163A251CE2EE9842B3775_inline(__this, L_3, /*hidden argument*/NULL); // this.State = TransportStates.Failed; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::OnClosed(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnClosed_m237CCFF0848444EDE840BD039AC343FFE9F5DEC5 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1D701B9943865560500D0DB09282073B2EE4356); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("WebSocketTransport", "OnClosed: " + code + " " + message); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1; L_1 = UInt16_ToString_mCD21CDBE273387A21683B6C00EF5EBEEFF7A8F6D((uint16_t*)(&___code1), /*hidden argument*/NULL); String_t* L_2 = ___message2; String_t* L_3; L_3 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteralD1D701B9943865560500D0DB09282073B2EE4356, L_1, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_2, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_3); // this.webSocket = null; __this->set_webSocket_3((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); // this.State = TransportStates.Closed; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::BestHTTP.SignalRCore.ITransport.StartClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_BestHTTP_SignalRCore_ITransport_StartClose_m453594F9EAEA00A0216E5999C61499971B884E8B (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7276F9936A2FD995165591188D1AA881567D2A77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("WebSocketTransport", "StartClose"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral7276F9936A2FD995165591188D1AA881567D2A77); // if (this.webSocket != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get_webSocket_3(); if (!L_1) { goto IL_002f; } } { // this.State = TransportStates.Closing; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 3, /*hidden argument*/NULL); // this.webSocket.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_2 = __this->get_webSocket_3(); NullCheck(L_2); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_2, /*hidden argument*/NULL); // } return; } IL_002f: { // this.State = TransportStates.Closed; WebSocketTransport_set_State_m35030628F06EC473E2123201952E46FE12862754(__this, 5, /*hidden argument*/NULL); // } return; } } // System.Uri BestHTTP.SignalRCore.Transports.WebSocketTransport::BuildUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * WebSocketTransport_BuildUri_mE7803705702A536433899F88B33CFC6F7053FC18 (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral113CF1D47C57007670BA0DF5AEBC40673ECEA761); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B4_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B3_0 = NULL; { // if (this.connection.NegotiationResult == null) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_0 = __this->get_connection_4(); NullCheck(L_0); NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_1; L_1 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { // return baseUri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; return L_2; } IL_000f: { // UriBuilder builder = new UriBuilder(baseUri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___baseUri0; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_4 = (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 *)il2cpp_codegen_object_new(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939(L_4, L_3, /*hidden argument*/NULL); // StringBuilder queryBuilder = new StringBuilder(); StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_5, /*hidden argument*/NULL); V_0 = L_5; // queryBuilder.Append(baseUri.Query); StringBuilder_t * L_6 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7 = ___baseUri0; NullCheck(L_7); String_t* L_8; L_8 = Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF(L_7, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, L_8, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(this.connection.NegotiationResult.ConnectionId)) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_10 = __this->get_connection_4(); NullCheck(L_10); NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_11; L_11 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = NegotiationResult_get_ConnectionId_m345851B621599FDC81B3C0084A79EBE45060A173_inline(L_11, /*hidden argument*/NULL); bool L_13; L_13 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_12, /*hidden argument*/NULL); G_B3_0 = L_4; if (L_13) { G_B4_0 = L_4; goto IL_0060; } } { // queryBuilder.Append("&id=").Append(this.connection.NegotiationResult.ConnectionId); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral113CF1D47C57007670BA0DF5AEBC40673ECEA761, /*hidden argument*/NULL); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_16 = __this->get_connection_4(); NullCheck(L_16); NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_17; L_17 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = NegotiationResult_get_ConnectionId_m345851B621599FDC81B3C0084A79EBE45060A173_inline(L_17, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, L_18, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_0060: { // builder.Query = queryBuilder.ToString(); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_20 = G_B4_0; StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); NullCheck(L_20); UriBuilder_set_Query_m829C027D6F62B0F22041263BD6AF205AA2473189(L_20, L_22, /*hidden argument*/NULL); // return builder.Uri; NullCheck(L_20); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23; L_23 = UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328(L_20, /*hidden argument*/NULL); return L_23; } } #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 // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.Transports.WebSocketTransport::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_Type_m8C5926E908AE2F6917E6170FFF498BAF151893CB (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public TransportTypes Type { get { return TransportTypes.WebSocket; } } return (int32_t)(1); } } // BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.WebSocketTransport::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public TransportStates State { get; private set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_State(BestHTTP.SocketIO.Transports.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public TransportStates State { get; private set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_0(L_0); return; } } // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Transports.WebSocketTransport::get_Manager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = __this->get_U3CManagerU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_Manager(BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_Manager_m88ADB4D3B0E4DD98BE6022E7762FC02103CFF8A7 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = ___value0; __this->set_U3CManagerU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.SocketIO.Transports.WebSocketTransport::get_IsRequestInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocketTransport_get_IsRequestInProgress_mC0DD7810FAA8367E9BACD323ECABE235D5557E42 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public bool IsRequestInProgress { get { return false; } } return (bool)0; } } // System.Boolean BestHTTP.SocketIO.Transports.WebSocketTransport::get_IsPollingInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebSocketTransport_get_IsPollingInProgress_m9531437F3C4BA4C82C01AF6FF47F781DE0964915 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public bool IsPollingInProgress { get { return false; } } return (bool)0; } } // BestHTTP.WebSocket.WebSocket BestHTTP.SocketIO.Transports.WebSocketTransport::get_Implementation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public WebSocket Implementation { get; private set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_U3CImplementationU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::set_Implementation(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_set_Implementation_m4BBDDDA076973F6F5CB3176A2A94D7731915B44A (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___value0, const RuntimeMethod* method) { { // public WebSocket Implementation { get; private set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___value0; __this->set_U3CImplementationU3Ek__BackingField_2(L_0); return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::.ctor(BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_mF5AF3B94485841A40828D8EBE78D8CC4739E3A8A (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___manager0, const RuntimeMethod* method) { { // public WebSocketTransport(SocketManager manager) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // State = TransportStates.Closed; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 3, /*hidden argument*/NULL); // Manager = manager; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = ___manager0; WebSocketTransport_set_Manager_m88ADB4D3B0E4DD98BE6022E7762FC02103CFF8A7_inline(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Open_m200BAD6F91A94AB556FAFF9B07D8A1233907CCE5 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_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*)&OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnBinary_mDEEA38A55E949692CDD436654E0ADF0A827562DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnClosed_m4966B64491177D8B24371ACB396737D5A0D3F278_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnError_m39219D8D47ED37C8B5D1245CB99D0574B57D1704_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnMessage_mB500A9B32431803CB49E77290FBB8C592D8FA808_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_OnOpen_mEF2CC43D1DAC0572712043DD3ADB4B1835EEC071_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B40A10BD02AEF7A471730F68A324AA6A19533B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98DEBB37B2CA92BF7EFF82E9975000494A2D58E8); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; String_t* G_B5_0 = NULL; int32_t G_B12_0 = 0; int32_t G_B14_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_2 = NULL; String_t* G_B14_3 = NULL; int32_t G_B13_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_2 = NULL; String_t* G_B13_3 = NULL; String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_3 = NULL; String_t* G_B15_4 = NULL; int32_t G_B17_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B17_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B17_2 = NULL; String_t* G_B17_3 = NULL; int32_t G_B16_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B16_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B16_2 = NULL; String_t* G_B16_3 = NULL; String_t* G_B18_0 = NULL; int32_t G_B18_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B18_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B18_3 = NULL; String_t* G_B18_4 = NULL; { // if (State != TransportStates.Closed) int32_t L_0; L_0 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000a; } } { // return; return; } IL_000a: { // Uri uri = null; V_0 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; // string baseUrl = new UriBuilder(HTTPProtocolFactory.IsSecureProtocol(Manager.Uri) ? "wss" : "ws", // Manager.Uri.Host, // Manager.Uri.Port, // Manager.Uri.GetRequestPathAndQueryURL()).Uri.ToString(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_1; L_1 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2; L_2 = SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline(L_1, /*hidden argument*/NULL); bool L_3; L_3 = HTTPProtocolFactory_IsSecureProtocol_mEBD60F3BC1AED65EFA64D19AD491CC186FA0FC0F(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { G_B5_0 = _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; goto IL_002a; } IL_0025: { G_B5_0 = _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; } IL_002a: { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_4; L_4 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_5, /*hidden argument*/NULL); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_7; L_7 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8; L_8 = SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_8, /*hidden argument*/NULL); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_10; L_10 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_12; L_12 = Extensions_GetRequestPathAndQueryURL_m619A1B3BF9E17F16BA55B9B5AD36A47D5F7445E6(L_11, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_13 = (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 *)il2cpp_codegen_object_new(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); UriBuilder__ctor_m77266A99C72EE7D34263F79C98DA6C303FD06D8D(L_13, G_B5_0, L_6, L_9, L_12, /*hidden argument*/NULL); NullCheck(L_13); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14; L_14 = UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); V_1 = L_15; // string format = "{0}?EIO={1}&transport=websocket{3}"; V_2 = _stringLiteral98DEBB37B2CA92BF7EFF82E9975000494A2D58E8; // if (Manager.Handshake != null) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_16; L_16 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_17; L_17 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0089; } } { // format += "&sid={2}"; String_t* L_18 = V_2; String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_18, _stringLiteral0B40A10BD02AEF7A471730F68A324AA6A19533B3, /*hidden argument*/NULL); V_2 = L_19; } IL_0089: { // bool sendAdditionalQueryParams = !Manager.Options.QueryParamsOnlyForHandshake || (Manager.Options.QueryParamsOnlyForHandshake && Manager.Handshake == null); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_20; L_20 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_21; L_21 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); bool L_22; L_22 = SocketOptions_get_QueryParamsOnlyForHandshake_m30258CFC229AFAB32F7B12C57A341205B6DEAE6F_inline(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00c0; } } { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_23; L_23 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_24; L_24 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); bool L_25; L_25 = SocketOptions_get_QueryParamsOnlyForHandshake_m30258CFC229AFAB32F7B12C57A341205B6DEAE6F_inline(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00bd; } } { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_26; L_26 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_26); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_27; L_27 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_26, /*hidden argument*/NULL); G_B12_0 = ((((RuntimeObject*)(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 *)L_27) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); goto IL_00c1; } IL_00bd: { G_B12_0 = 0; goto IL_00c1; } IL_00c0: { G_B12_0 = 1; } IL_00c1: { V_3 = (bool)G_B12_0; // uri = new Uri(string.Format(format, // baseUrl, // SocketManager.MinProtocolVersion, // Manager.Handshake != null ? Manager.Handshake.Sid : string.Empty, // sendAdditionalQueryParams ? Manager.Options.BuildQueryParams() : string.Empty)); String_t* L_28 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = L_29; String_t* L_31 = V_1; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_30; int32_t L_33 = 4; RuntimeObject * L_34 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_33); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_34); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = L_32; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_36; L_36 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_36); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_37; L_37 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_36, /*hidden argument*/NULL); G_B13_0 = 2; G_B13_1 = L_35; G_B13_2 = L_35; G_B13_3 = L_28; if (L_37) { G_B14_0 = 2; G_B14_1 = L_35; G_B14_2 = L_35; G_B14_3 = L_28; goto IL_00ec; } } { String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B15_0 = L_38; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; G_B15_3 = G_B13_2; G_B15_4 = G_B13_3; goto IL_00fc; } IL_00ec: { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_39; L_39 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_39); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_40; L_40 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41; L_41 = HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline(L_40, /*hidden argument*/NULL); G_B15_0 = L_41; G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; G_B15_3 = G_B14_2; G_B15_4 = G_B14_3; } IL_00fc: { NullCheck(G_B15_2); ArrayElementTypeCheck (G_B15_2, G_B15_0); (G_B15_2)->SetAt(static_cast(G_B15_1), (RuntimeObject *)G_B15_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = G_B15_3; bool L_43 = V_3; G_B16_0 = 3; G_B16_1 = L_42; G_B16_2 = L_42; G_B16_3 = G_B15_4; if (L_43) { G_B17_0 = 3; G_B17_1 = L_42; G_B17_2 = L_42; G_B17_3 = G_B15_4; goto IL_0109; } } { String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B18_0 = L_44; G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; G_B18_3 = G_B16_2; G_B18_4 = G_B16_3; goto IL_0119; } IL_0109: { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_45; L_45 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_46; L_46 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_47; L_47 = SocketOptions_BuildQueryParams_mE7BA308ADF3676B8D6A5E15897FF2EE257B45111(L_46, /*hidden argument*/NULL); G_B18_0 = L_47; G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; G_B18_3 = G_B17_2; G_B18_4 = G_B17_3; } IL_0119: { NullCheck(G_B18_2); ArrayElementTypeCheck (G_B18_2, G_B18_0); (G_B18_2)->SetAt(static_cast(G_B18_1), (RuntimeObject *)G_B18_0); String_t* L_48; L_48 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(G_B18_4, G_B18_3, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_49 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_49, L_48, /*hidden argument*/NULL); V_0 = L_49; // Implementation = new WebSocket(uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_50 = V_0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_51 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_51, L_50, /*hidden argument*/NULL); WebSocketTransport_set_Implementation_m4BBDDDA076973F6F5CB3176A2A94D7731915B44A_inline(__this, L_51, /*hidden argument*/NULL); // Implementation.OnOpen = OnOpen; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_52; L_52 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_53 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_53, __this, (intptr_t)((intptr_t)WebSocketTransport_OnOpen_mEF2CC43D1DAC0572712043DD3ADB4B1835EEC071_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_52); L_52->set_OnOpen_6(L_53); // Implementation.OnMessage = OnMessage; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_54; L_54 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_55 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_55, __this, (intptr_t)((intptr_t)WebSocketTransport_OnMessage_mB500A9B32431803CB49E77290FBB8C592D8FA808_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_54); L_54->set_OnMessage_7(L_55); // Implementation.OnBinary = OnBinary; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_56; L_56 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * L_57 = (OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB *)il2cpp_codegen_object_new(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB_il2cpp_TypeInfo_var); OnWebSocketBinaryDelegate__ctor_mF04FD9D0FD1DC78A235A75CBE17C9ACB9C1E99B7(L_57, __this, (intptr_t)((intptr_t)WebSocketTransport_OnBinary_mDEEA38A55E949692CDD436654E0ADF0A827562DF_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_56); L_56->set_OnBinary_8(L_57); // Implementation.OnError = OnError; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_58; L_58 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_59 = (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)il2cpp_codegen_object_new(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865(L_59, __this, (intptr_t)((intptr_t)WebSocketTransport_OnError_m39219D8D47ED37C8B5D1245CB99D0574B57D1704_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_58); L_58->set_OnError_10(L_59); // Implementation.OnClosed = OnClosed; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_60; L_60 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_61 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_61, __this, (intptr_t)((intptr_t)WebSocketTransport_OnClosed_m4966B64491177D8B24371ACB396737D5A0D3F278_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_60); L_60->set_OnClosed_9(L_61); // Implementation.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_62; L_62 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_62, /*hidden argument*/NULL); // State = TransportStates.Connecting; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Close_m62A11C14B0F808269851D539D2F774CAC37FF78E (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2825BE038F273AE731788852030C1335B5F1BAD3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // if (State == TransportStates.Closed) int32_t L_0; L_0 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_000a; } } { // return; return; } IL_000a: { // State = TransportStates.Closed; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 3, /*hidden argument*/NULL); // if (Implementation != null) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0026; } } { // Implementation.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_2; L_2 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_2, /*hidden argument*/NULL); goto IL_003a; } IL_0026: { // HTTPManager.Logger.Warning("WebSocketTransport", "Close - WebSocket Implementation already null!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral2825BE038F273AE731788852030C1335B5F1BAD3); } IL_003a: { // Implementation = null; WebSocketTransport_set_Implementation_m4BBDDDA076973F6F5CB3176A2A94D7731915B44A_inline(__this, (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Poll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Poll_m8B6BA8BEFA88E503352FA35B89BEEC3C3195A806 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnOpen(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnOpen_mEF2CC43D1DAC0572712043DD3ADB4B1835EEC071 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A3A8F16E29B08914BAD480CC20AF8B66E850DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // if (ws != Implementation) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___ws0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // HTTPManager.Logger.Information("WebSocketTransport", "OnOpen"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral4CB86F2199AEF79F6A30E9EF3D5ECD9E7E45F6E5); // State = TransportStates.Opening; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 1, /*hidden argument*/NULL); // if (Manager.UpgradingTransport == this) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_3; L_3 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)__this)))) { goto IL_004c; } } { // Send(new Packet(TransportEventTypes.Ping, SocketIOEventTypes.Unknown, "/", "probe")); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_5 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_5, 2, (-1), _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, _stringLiteral4A3A8F16E29B08914BAD480CC20AF8B66E850DAB, 0, 0, /*hidden argument*/NULL); WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6(__this, L_5, /*hidden argument*/NULL); } IL_004c: { // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnMessage(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnMessage_mB500A9B32431803CB49E77290FBB8C592D8FA808 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52A83950461159E83C6C4DE52176C0656E19264F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB87843FD8371B9881958A2CA5CFEBA98B9EDF0F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (ws != Implementation) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___ws0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (HTTPManager.Logger.Level <= BestHTTP.Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); uint8_t L_3; L_3 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0031; } } { // HTTPManager.Logger.Verbose("WebSocketTransport", "OnMessage: " + message); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_5 = ___message1; String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB87843FD8371B9881958A2CA5CFEBA98B9EDF0F7, L_5, /*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_6); } IL_0031: { // Packet packet = null; V_0 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)NULL; } IL_0033: try {// begin try (depth: 1) // packet = new Packet(message); String_t* L_7 = ___message1; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_8 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mBD623FEB3C0E72971BE7C0B7415417D1A45E426F(L_8, L_7, /*hidden argument*/NULL); V_0 = L_8; // } goto IL_0054; }// 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_003c; } throw e; } CATCH_003c: {// begin catch(System.Exception) // catch (Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketTransport", "OnMessage Packet parsing", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_10 = V_1; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2ED03CA47F1813679C031E703FD17994EE2DD26)), L_10); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0054; }// end catch (depth: 1) IL_0054: { // if (packet == null) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_11 = V_0; if (L_11) { goto IL_0072; } } { // HTTPManager.Logger.Error("WebSocketTransport", "Message parsing failed. Message: " + message); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_13 = ___message1; String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral52A83950461159E83C6C4DE52176C0656E19264F, L_13, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_12, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_14); // return; return; } IL_0072: { } IL_0073: try {// begin try (depth: 1) { // if (packet.AttachmentCount == 0) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_15 = V_0; NullCheck(L_15); int32_t L_16; L_16 = Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0084; } } IL_007b: { // OnPacket(packet); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_17 = V_0; WebSocketTransport_OnPacket_mB3145194704C785C522411A94997B9A6DDE62158(__this, L_17, /*hidden argument*/NULL); goto IL_008b; } IL_0084: { // PacketWithAttachment = packet; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_18 = V_0; __this->set_PacketWithAttachment_3(L_18); } IL_008b: { // } goto IL_00a5; } }// 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_008d; } throw e; } CATCH_008d: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketTransport", "OnMessage OnPacket", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_19; L_19 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_20 = V_2; NullCheck(L_19); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B8DF764640E6C09AF4FFB3E1F9C423C5CF4EEF0)), L_20); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a5; }// end catch (depth: 1) IL_00a5: { // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnBinary(BestHTTP.WebSocket.WebSocket,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnBinary_mDEEA38A55E949692CDD436654E0ADF0A827562DF (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral389DDF1AAEAFF2BACE014D0A43C4C42060CEE7EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (ws != Implementation) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___ws0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (HTTPManager.Logger.Level <= BestHTTP.Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); uint8_t L_3; L_3 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_002b; } } { // HTTPManager.Logger.Verbose("WebSocketTransport", "OnBinary"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral389DDF1AAEAFF2BACE014D0A43C4C42060CEE7EC); } IL_002b: { // if (PacketWithAttachment != null) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_5 = __this->get_PacketWithAttachment_3(); if (!L_5) { goto IL_007b; } } { // PacketWithAttachment.AddAttachmentFromServer(data, false); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_6 = __this->get_PacketWithAttachment_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___data1; NullCheck(L_6); Packet_AddAttachmentFromServer_m6AF6B109C4B1D8FAFAFD450F6DC5A5E70BC59B6E(L_6, L_7, (bool)0, /*hidden argument*/NULL); // if (PacketWithAttachment.HasAllAttachment) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_8 = __this->get_PacketWithAttachment_3(); NullCheck(L_8); bool L_9; L_9 = Packet_get_HasAllAttachment_m256A5A274EFFCADABC1AB28FB8F98D4E5499C02E(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_007b; } } IL_004d: try {// begin try (depth: 1) try {// begin try (depth: 2) // OnPacket(PacketWithAttachment); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_10 = __this->get_PacketWithAttachment_3(); WebSocketTransport_OnPacket_mB3145194704C785C522411A94997B9A6DDE62158(__this, L_10, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x7B, FINALLY_0073); }// end try (depth: 2) 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_005b; } throw e; } CATCH_005b: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("WebSocketTransport", "OnBinary", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_12 = V_0; NullCheck(L_11); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral389DDF1AAEAFF2BACE014D0A43C4C42060CEE7EC)), L_12); // } IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x7B, FINALLY_0073); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) // PacketWithAttachment = null; __this->set_PacketWithAttachment_3((Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)NULL); // } IL2CPP_END_FINALLY(115) }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7B, IL_007b) } IL_007b: { // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnError(BestHTTP.WebSocket.WebSocket,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnError_m39219D8D47ED37C8B5D1245CB99D0574B57D1704 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, Exception_t * ___ex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02B3B77E3C6153753301A96ECC6A1B2E91398885); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BDD53C4E71D34A144232E1FC1DC5BDDFD9B87AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Exception_t * G_B12_0 = NULL; String_t* G_B12_1 = NULL; Exception_t * G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; String_t* G_B16_0 = NULL; { // if (ws != Implementation) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___ws0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // string errorStr = string.Empty; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_2; // if (ex != null) Exception_t * L_3 = ___ex1; if (!L_3) { goto IL_002f; } } { // errorStr = (ex.Message + " " + ex.StackTrace); Exception_t * L_4 = ___ex1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); Exception_t * L_6 = ___ex1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_5, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0169; } IL_002f: { // switch (ws.InternalRequest.State) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_9 = ___ws0; NullCheck(L_9); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_10; L_10 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_10, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)3))) { case 0: { goto IL_005c; } case 1: { goto IL_00fc; } case 2: { goto IL_0153; } case 3: { goto IL_015b; } case 4: { goto IL_0163; } } } { goto IL_0169; } IL_005c: { // if (ws.InternalRequest.Response.IsSuccess || ws.InternalRequest.Response.StatusCode == 101) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_13 = ___ws0; NullCheck(L_13); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_14; L_14 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_15; L_15 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); bool L_16; L_16 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0082; } } { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_17 = ___ws0; NullCheck(L_17); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_18; L_18 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_19; L_19 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20; L_20 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)101))))) { goto IL_00ba; } } IL_0082: { // errorStr = string.Format("Request finished. Status Code: {0} Message: {1}", ws.InternalRequest.Response.StatusCode.ToString(), ws.InternalRequest.Response.Message); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_21 = ___ws0; NullCheck(L_21); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_22; L_22 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_23; L_23 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_23, /*hidden argument*/NULL); V_2 = L_24; String_t* L_25; L_25 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_26 = ___ws0; NullCheck(L_26); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_27; L_27 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_26, /*hidden argument*/NULL); NullCheck(L_27); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_28; L_28 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29; L_29 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_28, /*hidden argument*/NULL); String_t* L_30; L_30 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral7BDD53C4E71D34A144232E1FC1DC5BDDFD9B87AF, L_25, L_29, /*hidden argument*/NULL); V_0 = L_30; goto IL_0169; } IL_00ba: { // errorStr = string.Format("Request Finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // ws.InternalRequest.Response.StatusCode, // ws.InternalRequest.Response.Message, // ws.InternalRequest.Response.DataAsText); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_31 = ___ws0; NullCheck(L_31); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_32; L_32 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_33; L_33 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_32, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34; L_34 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_33, /*hidden argument*/NULL); int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_35); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_37 = ___ws0; NullCheck(L_37); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_38; L_38 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_39; L_39 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_40; L_40 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_39, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_41 = ___ws0; NullCheck(L_41); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_42; L_42 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_43; L_43 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_42, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44; L_44 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_43, /*hidden argument*/NULL); String_t* L_45; L_45 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral8CACC21D6A973B921FB01C3B24E056EC2EF233D6, L_36, L_40, L_44, /*hidden argument*/NULL); V_0 = L_45; // break; goto IL_0169; } IL_00fc: { // errorStr = "Request Finished with Error! : " + ws.InternalRequest.Exception != null ? (ws.InternalRequest.Exception.Message + " " + ws.InternalRequest.Exception.StackTrace) : string.Empty; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_46 = ___ws0; NullCheck(L_46); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_47; L_47 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_46, /*hidden argument*/NULL); NullCheck(L_47); Exception_t * L_48; L_48 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_47, /*hidden argument*/NULL); Exception_t * L_49 = L_48; G_B11_0 = L_49; G_B11_1 = _stringLiteral02B3B77E3C6153753301A96ECC6A1B2E91398885; if (L_49) { G_B12_0 = L_49; G_B12_1 = _stringLiteral02B3B77E3C6153753301A96ECC6A1B2E91398885; goto IL_0113; } } { G_B13_0 = ((String_t*)(NULL)); G_B13_1 = G_B11_1; goto IL_0118; } IL_0113: { NullCheck(G_B12_0); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B12_0); G_B13_0 = L_50; G_B13_1 = G_B12_1; } IL_0118: { String_t* L_51; L_51 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B13_1, G_B13_0, /*hidden argument*/NULL); if (L_51) { goto IL_0126; } } { String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B16_0 = L_52; goto IL_0150; } IL_0126: { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_53 = ___ws0; NullCheck(L_53); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_54; L_54 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_53, /*hidden argument*/NULL); NullCheck(L_54); Exception_t * L_55; L_55 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_54, /*hidden argument*/NULL); NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_55); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_57 = ___ws0; NullCheck(L_57); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_58; L_58 = WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline(L_57, /*hidden argument*/NULL); NullCheck(L_58); Exception_t * L_59; L_59 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_58, /*hidden argument*/NULL); NullCheck(L_59); String_t* L_60; L_60 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_59); String_t* L_61; L_61 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_56, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_60, /*hidden argument*/NULL); G_B16_0 = L_61; } IL_0150: { V_0 = G_B16_0; // break; goto IL_0169; } IL_0153: { // errorStr = "Request Aborted!"; V_0 = _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; // break; goto IL_0169; } IL_015b: { // errorStr = "Connection Timed Out!"; V_0 = _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; // break; goto IL_0169; } IL_0163: { // errorStr = "Processing the request Timed Out!"; V_0 = _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; } IL_0169: { // if (Manager.UpgradingTransport != this) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_62; L_62 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); RuntimeObject* L_63; L_63 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(L_62, /*hidden argument*/NULL); if ((((RuntimeObject*)(RuntimeObject*)L_63) == ((RuntimeObject*)(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)__this))) { goto IL_0185; } } { // (Manager as IManager).OnTransportError(this, errorStr); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_64; L_64 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); String_t* L_65 = V_0; NullCheck(L_64); InterfaceActionInvoker2< RuntimeObject*, String_t* >::Invoke(4 /* System.Void BestHTTP.SocketIO.IManager::OnTransportError(BestHTTP.SocketIO.Transports.ITransport,System.String) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_64, __this, L_65); return; } IL_0185: { // Manager.UpgradingTransport = null; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_66; L_66 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_66); SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline(L_66, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnClosed(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnClosed_m4966B64491177D8B24371ACB396737D5A0D3F278 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___ws0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } { // if (ws != Implementation) WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___ws0; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1; L_1 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); if ((((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_0) == ((RuntimeObject*)(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // HTTPManager.Logger.Information("WebSocketTransport", "OnClosed"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, _stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61); // Close(); WebSocketTransport_Close_m62A11C14B0F808269851D539D2F774CAC37FF78E(__this, /*hidden argument*/NULL); // if (Manager.UpgradingTransport != this) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_3; L_3 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)__this))) { goto IL_003e; } } { // (Manager as IManager).TryToReconnect(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_5; L_5 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SocketIO.IManager::TryToReconnect() */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_5); return; } IL_003e: { // Manager.UpgradingTransport = null; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_6; L_6 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline(L_6, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Send(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EA66D38FA281C184638A01885383D2FD0E526E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // if (State == TransportStates.Closed || // State == TransportStates.Paused) int32_t L_0; L_0 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0012; } } { int32_t L_1; L_1 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0013; } } IL_0012: { // return; return; } IL_0013: { // string encoded = packet.Encode(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_2 = ___packet0; NullCheck(L_2); String_t* L_3; L_3 = Packet_Encode_mF38194A33BE4D2650FC23C875F1A66BFF2CD017C(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (HTTPManager.Logger.Level <= BestHTTP.Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_4); uint8_t L_5; L_5 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0041; } } { // HTTPManager.Logger.Verbose("WebSocketTransport", "Send: " + encoded); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_7 = V_0; String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral0EA66D38FA281C184638A01885383D2FD0E526E9, L_7, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_6, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_8); } IL_0041: { // if (packet.AttachmentCount != 0 || (packet.Attachments != null && packet.Attachments.Count != 0)) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_9 = ___packet0; NullCheck(L_9); int32_t L_10; L_10 = Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_11 = ___packet0; NullCheck(L_11); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_12; L_12 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_008f; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_13 = ___packet0; NullCheck(L_13); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_14; L_14 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_14, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); if (!L_15) { goto IL_008f; } } IL_005e: { // if (packet.Attachments == null) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_16 = ___packet0; NullCheck(L_16); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_17; L_17 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0071; } } { // throw new ArgumentException("packet.Attachments are null!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0436B7264156E9E487284A53AC335B4CB27B4154)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6_RuntimeMethod_var))); } IL_0071: { // if (packet.AttachmentCount != packet.Attachments.Count) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_19 = ___packet0; NullCheck(L_19); int32_t L_20; L_20 = Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline(L_19, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_21 = ___packet0; NullCheck(L_21); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_22; L_22 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_22, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); if ((((int32_t)L_20) == ((int32_t)L_23))) { goto IL_008f; } } { // throw new ArgumentException("packet.AttachmentCount != packet.Attachments.Count. Use the packet.AddAttachment function to add data to a packet!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC261A8C96098CB4747044CD3140ED79226AF4DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6_RuntimeMethod_var))); } IL_008f: { // Implementation.Send(encoded); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_25; L_25 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); String_t* L_26 = V_0; NullCheck(L_25); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_25, L_26, /*hidden argument*/NULL); // if (packet.AttachmentCount != 0) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_27 = ___packet0; NullCheck(L_27); int32_t L_28; L_28 = Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0176; } } { // int maxLength = packet.Attachments[0].Length + 1; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_29 = ___packet0; NullCheck(L_29); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_30; L_30 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_30, 0, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); NullCheck(L_31); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))), (int32_t)1)); // for (int cv = 1; cv < packet.Attachments.Count; ++cv) V_2 = 1; goto IL_00e3; } IL_00bb: { // if ((packet.Attachments[cv].Length + 1) > maxLength) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_32 = ___packet0; NullCheck(L_32); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_33; L_33 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_32, /*hidden argument*/NULL); int32_t L_34 = V_2; NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_33, L_34, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); NullCheck(L_35); int32_t L_36 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)1))) <= ((int32_t)L_36))) { goto IL_00df; } } { // maxLength = packet.Attachments[cv].Length + 1; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_37 = ___packet0; NullCheck(L_37); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_38; L_38 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_37, /*hidden argument*/NULL); int32_t L_39 = V_2; NullCheck(L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40; L_40 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_38, L_39, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); NullCheck(L_40); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))), (int32_t)1)); } IL_00df: { // for (int cv = 1; cv < packet.Attachments.Count; ++cv) int32_t L_41 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00e3: { // for (int cv = 1; cv < packet.Attachments.Count; ++cv) int32_t L_42 = V_2; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_43 = ___packet0; NullCheck(L_43); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_44; L_44 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_43, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45; L_45 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_44, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); if ((((int32_t)L_42) < ((int32_t)L_45))) { goto IL_00bb; } } { // if (Buffer == null || Buffer.Length < maxLength) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = __this->get_Buffer_4(); if (!L_46) { goto IL_0104; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get_Buffer_4(); NullCheck(L_47); int32_t L_48 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))) >= ((int32_t)L_48))) { goto IL_0110; } } IL_0104: { // Array.Resize(ref Buffer, maxLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_49 = __this->get_address_of_Buffer_4(); int32_t L_50 = V_1; Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_49, L_50, /*hidden argument*/Array_Resize_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mEF40A4C91D84E98C4EC043AD2EE0CEA883FDC023_RuntimeMethod_var); } IL_0110: { // for (int i = 0; i < packet.AttachmentCount; i++) V_3 = 0; goto IL_016d; } IL_0114: { // Buffer[0] = (byte)TransportEventTypes.Message; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get_Buffer_4(); NullCheck(L_51); (L_51)->SetAt(static_cast(0), (uint8_t)4); // Array.Copy(packet.Attachments[i], 0, Buffer, 1, packet.Attachments[i].Length); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_52 = ___packet0; NullCheck(L_52); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_53; L_53 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_52, /*hidden argument*/NULL); int32_t L_54 = V_3; NullCheck(L_53); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55; L_55 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_53, L_54, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = __this->get_Buffer_4(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_57 = ___packet0; NullCheck(L_57); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_58; L_58 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_57, /*hidden argument*/NULL); int32_t L_59 = V_3; NullCheck(L_58); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60; L_60 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_58, L_59, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); NullCheck(L_60); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_55, 0, (RuntimeArray *)(RuntimeArray *)L_56, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length))), /*hidden argument*/NULL); // Implementation.Send(Buffer, 0, (ulong)packet.Attachments[i].Length + 1UL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_61; L_61 = WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = __this->get_Buffer_4(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_63 = ___packet0; NullCheck(L_63); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_64; L_64 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_63, /*hidden argument*/NULL); int32_t L_65 = V_3; NullCheck(L_64); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66; L_66 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_64, L_65, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); NullCheck(L_66); NullCheck(L_61); WebSocket_Send_m9E94AAFEFB36CD657A488BF8FA2A885B52D9F793(L_61, L_62, ((int64_t)((int64_t)0)), ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))))), (int64_t)((int64_t)((int64_t)1)))), /*hidden argument*/NULL); // for (int i = 0; i < packet.AttachmentCount; i++) int32_t L_67 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_016d: { // for (int i = 0; i < packet.AttachmentCount; i++) int32_t L_68 = V_3; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_69 = ___packet0; NullCheck(L_69); int32_t L_70; L_70 = Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline(L_69, /*hidden argument*/NULL); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0114; } } IL_0176: { // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::Send(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_Send_m20255610AF7B51A479320FDD0DF398263A5F1DC0 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * ___packets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF69F7DDED9DE51B1D8D65BA9DD684FBF42858A88_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < packets.Count; ++i) V_0 = 0; goto IL_0015; } IL_0004: { // Send(packets[i]); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_0 = ___packets0; int32_t L_1 = V_0; NullCheck(L_0); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_2; L_2 = List_1_get_Item_mF69F7DDED9DE51B1D8D65BA9DD684FBF42858A88_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mF69F7DDED9DE51B1D8D65BA9DD684FBF42858A88_RuntimeMethod_var); WebSocketTransport_Send_mC2FA33BD806F801D5D6CCCFC5183CB1B242AE5D6(__this, L_2, /*hidden argument*/NULL); // for (int i = 0; i < packets.Count; ++i) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0015: { // for (int i = 0; i < packets.Count; ++i) int32_t L_4 = V_0; List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_5 = ___packets0; NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_inline(L_5, /*hidden argument*/List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0004; } } { // packets.Clear(); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_7 = ___packets0; NullCheck(L_7); List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8(L_7, /*hidden argument*/List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::OnPacket(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport_OnPacket_mB3145194704C785C522411A94997B9A6DDE62158 (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1262E01CB9FB4F7B2BCE87888EDFEDDC72165C22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A3A8F16E29B08914BAD480CC20AF8B66E850DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // switch (packet.TransportEvent) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_0 = ___packet0; NullCheck(L_0); int32_t L_1; L_1 = Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0056; } } { goto IL_007b; } IL_0010: { // if (this.State != TransportStates.Opening) int32_t L_4; L_4 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_004d; } } { // HTTPManager.Logger.Warning("WebSocketTransport", "Received 'Open' packet while state is '" + State.ToString() + "'"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); int32_t L_6; L_6 = WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline(__this, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject * L_7 = Box(TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3_il2cpp_TypeInfo_var, (&V_1)); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_1 = *(int32_t*)UnBox(L_7); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral1262E01CB9FB4F7B2BCE87888EDFEDDC72165C22, L_8, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_5, _stringLiteralBCEF6BBA61558F590D2BE87C1933CA07637E8875, L_9); goto IL_007b; } IL_004d: { // State = TransportStates.Open; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 2, /*hidden argument*/NULL); // goto default; goto IL_007b; } IL_0056: { // if (packet.Payload == "probe") Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_10 = ___packet0; NullCheck(L_10); String_t* L_11; L_11 = Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteral4A3A8F16E29B08914BAD480CC20AF8B66E850DAB, /*hidden argument*/NULL); if (!L_12) { goto IL_007b; } } { // State = TransportStates.Open; WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline(__this, 2, /*hidden argument*/NULL); // (Manager as IManager).OnTransportProbed(this); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_13; L_13 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker1< RuntimeObject* >::Invoke(5 /* System.Void BestHTTP.SocketIO.IManager::OnTransportProbed(BestHTTP.SocketIO.Transports.ITransport) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_13, __this); } IL_007b: { // if (Manager.UpgradingTransport != this) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_14; L_14 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15; L_15 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(L_14, /*hidden argument*/NULL); if ((((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)__this))) { goto IL_0095; } } { // (Manager as IManager).OnPacket(packet); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_16; L_16 = WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_17 = ___packet0; NullCheck(L_16); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(7 /* System.Void BestHTTP.SocketIO.IManager::OnPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_16, L_17); } IL_0095: { // } 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 UnityStandardAssets.Vehicles.Car.WheelEffects::get_skidding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WheelEffects_get_skidding_m1EBCDCFEDB16686E9B2D4B73FEE0482B9337EE97 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // public bool skidding { get; private set; } bool L_0 = __this->get_U3CskiddingU3Ek__BackingField_7(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::set_skidding(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_set_skidding_mBA4FE70870D08789EDF7C7EF7060E53BBA7C8C49 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool skidding { get; private set; } bool L_0 = ___value0; __this->set_U3CskiddingU3Ek__BackingField_7(L_0); return; } } // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects::get_PlayingAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WheelEffects_get_PlayingAudio_mA04B2C917A3F14A87066DC812D7FBA268F02AF36 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // public bool PlayingAudio { get; private set; } bool L_0 = __this->get_U3CPlayingAudioU3Ek__BackingField_8(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::set_PlayingAudio(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PlayingAudio { get; private set; } bool L_0 = ___value0; __this->set_U3CPlayingAudioU3Ek__BackingField_8(L_0); return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_Start_mF995D30D628E703C7CC835FBBFBDEDBFBDE5DA92 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_mC12D8D090A2D5C67FF3CDCC6F59C4736928B80C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_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*)&WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral057D4C7537C37A9D07ADF21A58604117AEB5889B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCC1589A1329401433478F630274E1BC706D6503); s_Il2CppMethodInitialized = true; } { // skidParticles = transform.root.GetComponentInChildren(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_get_root_mDEB1F3B4DB26B32CEED6DFFF734F85C79C4DDA91(L_0, /*hidden argument*/NULL); NullCheck(L_1); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_2; L_2 = Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D(L_1, /*hidden argument*/Component_GetComponentInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_m2B7528201E06A2164418A442797CD0B60FCB4C8D_RuntimeMethod_var); __this->set_skidParticles_6(L_2); // if (skidParticles == null) ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_3 = __this->get_skidParticles_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { // Debug.LogWarning(" no particle system found on car to generate smoke particles", gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(_stringLiteral057D4C7537C37A9D07ADF21A58604117AEB5889B, L_5, /*hidden argument*/NULL); // } goto IL_0041; } IL_0036: { // skidParticles.Stop(); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_6 = __this->get_skidParticles_6(); NullCheck(L_6); ParticleSystem_Stop_m8CBF9268DE7B5A40952B4977462B857B5F5AFB9D(L_6, /*hidden argument*/NULL); } IL_0041: { // m_WheelCollider = GetComponent(); WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_7; L_7 = Component_GetComponent_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_mC12D8D090A2D5C67FF3CDCC6F59C4736928B80C0(__this, /*hidden argument*/Component_GetComponent_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_mC12D8D090A2D5C67FF3CDCC6F59C4736928B80C0_RuntimeMethod_var); __this->set_m_WheelCollider_11(L_7); // m_AudioSource = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_8; L_8 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); __this->set_m_AudioSource_9(L_8); // PlayingAudio = false; WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC_inline(__this, (bool)0, /*hidden argument*/NULL); // if (skidTrailsDetachedParent == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = ((WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields*)il2cpp_codegen_static_fields_for(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var))->get_skidTrailsDetachedParent_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_9, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0081; } } { // skidTrailsDetachedParent = new GameObject("Skid Trails - Detached").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_11, _stringLiteralFCC1589A1329401433478F630274E1BC706D6503, /*hidden argument*/NULL); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_11, /*hidden argument*/NULL); ((WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields*)il2cpp_codegen_static_fields_for(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var))->set_skidTrailsDetachedParent_5(L_12); } IL_0081: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::EmitTyreSmoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_EmitTyreSmoke_m58A2563671E5A909B9544E4754101B8F2EC91CDF (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // skidParticles.transform.position = transform.position - transform.up*m_WheelCollider.radius; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_0 = __this->get_skidParticles_6(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_4, /*hidden argument*/NULL); WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_6 = __this->get_m_WheelCollider_11(); NullCheck(L_6); float L_7; L_7 = WheelCollider_get_radius_mDB04C14DAB0BB1D5D7A2D160C5EE3F159CE3FA26(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_3, L_8, /*hidden argument*/NULL); NullCheck(L_1); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_1, L_9, /*hidden argument*/NULL); // skidParticles.Emit(1); ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_10 = __this->get_skidParticles_6(); NullCheck(L_10); ParticleSystem_Emit_m07EF0D2DA84EB04814DA7EE6B8618B008DE75F28(L_10, 1, /*hidden argument*/NULL); // if (!skidding) bool L_11; L_11 = WheelEffects_get_skidding_m1EBCDCFEDB16686E9B2D4B73FEE0482B9337EE97_inline(__this, /*hidden argument*/NULL); if (L_11) { goto IL_005c; } } { // StartCoroutine(StartSkidTrail()); RuntimeObject* L_12; L_12 = WheelEffects_StartSkidTrail_mAA0A3A8AE8E3C79A9C80898154942444FEC10323(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_13; L_13 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_12, /*hidden argument*/NULL); } IL_005c: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::PlayAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_PlayAudio_mD4BDB2BFA5BB4FB8BE4024FCF2382CEC30CCA071 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // m_AudioSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_m_AudioSource_9(); NullCheck(L_0); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_0, /*hidden argument*/NULL); // PlayingAudio = true; WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::StopAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_StopAudio_mF919DD64488467022850E3323492E07CE88497DD (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // m_AudioSource.Stop(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_m_AudioSource_9(); NullCheck(L_0); AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F(L_0, /*hidden argument*/NULL); // PlayingAudio = false; WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC_inline(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator UnityStandardAssets.Vehicles.Car.WheelEffects::StartSkidTrail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WheelEffects_StartSkidTrail_mAA0A3A8AE8E3C79A9C80898154942444FEC10323 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * L_0 = (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 *)il2cpp_codegen_object_new(U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16_il2cpp_TypeInfo_var); U3CStartSkidTrailU3Ed__18__ctor_mC72F95742347617153FEBDD8C8675023C457A0E4(L_0, 0, /*hidden argument*/NULL); U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::EndSkidTrail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects_EndSkidTrail_mDABC126E04064635FA218790E33C19E171030975 (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __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*)&WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!skidding) bool L_0; L_0 = WheelEffects_get_skidding_m1EBCDCFEDB16686E9B2D4B73FEE0482B9337EE97_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // skidding = false; WheelEffects_set_skidding_mBA4FE70870D08789EDF7C7EF7060E53BBA7C8C49_inline(__this, (bool)0, /*hidden argument*/NULL); // m_SkidTrail.parent = skidTrailsDetachedParent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_SkidTrail_10(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = ((WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_StaticFields*)il2cpp_codegen_static_fields_for(WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24_il2cpp_TypeInfo_var))->get_skidTrailsDetachedParent_5(); NullCheck(L_1); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_1, L_2, /*hidden argument*/NULL); // Destroy(m_SkidTrail.gameObject, 10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_SkidTrail_10(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mAAAA103F4911E9FA18634BF9605C28559F5E2AC7(L_4, (10.0f), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEffects__ctor_m39F4618C7E58523783B781C74CDB25D115E4E4BE (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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.Digests.WhirlpoolDigest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest__cctor_m2890E0E0BAC64B421E2E1AA78505CE5EC755CB59 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_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*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // private static readonly int[] SBOX = // { // 0x18, 0x23, 0xc6, 0xe8, 0x87, 0xb8, 0x01, 0x4f, 0x36, 0xa6, 0xd2, 0xf5, 0x79, 0x6f, 0x91, 0x52, // 0x60, 0xbc, 0x9b, 0x8e, 0xa3, 0x0c, 0x7b, 0x35, 0x1d, 0xe0, 0xd7, 0xc2, 0x2e, 0x4b, 0xfe, 0x57, // 0x15, 0x77, 0x37, 0xe5, 0x9f, 0xf0, 0x4a, 0xda, 0x58, 0xc9, 0x29, 0x0a, 0xb1, 0xa0, 0x6b, 0x85, // 0xbd, 0x5d, 0x10, 0xf4, 0xcb, 0x3e, 0x05, 0x67, 0xe4, 0x27, 0x41, 0x8b, 0xa7, 0x7d, 0x95, 0xd8, // 0xfb, 0xee, 0x7c, 0x66, 0xdd, 0x17, 0x47, 0x9e, 0xca, 0x2d, 0xbf, 0x07, 0xad, 0x5a, 0x83, 0x33, // 0x63, 0x02, 0xaa, 0x71, 0xc8, 0x19, 0x49, 0xd9, 0xf2, 0xe3, 0x5b, 0x88, 0x9a, 0x26, 0x32, 0xb0, // 0xe9, 0x0f, 0xd5, 0x80, 0xbe, 0xcd, 0x34, 0x48, 0xff, 0x7a, 0x90, 0x5f, 0x20, 0x68, 0x1a, 0xae, // 0xb4, 0x54, 0x93, 0x22, 0x64, 0xf1, 0x73, 0x12, 0x40, 0x08, 0xc3, 0xec, 0xdb, 0xa1, 0x8d, 0x3d, // 0x97, 0x00, 0xcf, 0x2b, 0x76, 0x82, 0xd6, 0x1b, 0xb5, 0xaf, 0x6a, 0x50, 0x45, 0xf3, 0x30, 0xef, // 0x3f, 0x55, 0xa2, 0xea, 0x65, 0xba, 0x2f, 0xc0, 0xde, 0x1c, 0xfd, 0x4d, 0x92, 0x75, 0x06, 0x8a, // 0xb2, 0xe6, 0x0e, 0x1f, 0x62, 0xd4, 0xa8, 0x96, 0xf9, 0xc5, 0x25, 0x59, 0x84, 0x72, 0x39, 0x4c, // 0x5e, 0x78, 0x38, 0x8c, 0xd1, 0xa5, 0xe2, 0x61, 0xb3, 0x21, 0x9c, 0x1e, 0x43, 0xc7, 0xfc, 0x04, // 0x51, 0x99, 0x6d, 0x0d, 0xfa, 0xdf, 0x7e, 0x24, 0x3b, 0xab, 0xce, 0x11, 0x8f, 0x4e, 0xb7, 0xeb, // 0x3c, 0x81, 0x94, 0xf7, 0xb9, 0x13, 0x2c, 0xd3, 0xe7, 0x6e, 0xc4, 0x03, 0x56, 0x44, 0x7f, 0xa9, // 0x2a, 0xbb, 0xc1, 0x53, 0xdc, 0x0b, 0x9d, 0x6c, 0x31, 0x74, 0xf6, 0x46, 0xac, 0x89, 0x14, 0xe1, // 0x16, 0x3a, 0x69, 0x09, 0x70, 0xb6, 0xd0, 0xed, 0xcc, 0x42, 0x98, 0xa4, 0x28, 0x5c, 0xf8, 0x86 // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_SBOX_4(L_1); // private static readonly long[] C0 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C0_5(L_3); // private static readonly long[] C1 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C1_6(L_4); // private static readonly long[] C2 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C2_7(L_5); // private static readonly long[] C3 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C3_8(L_6); // private static readonly long[] C4 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C4_9(L_7); // private static readonly long[] C5 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C5_10(L_8); // private static readonly long[] C6 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_9 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C6_11(L_9); // private static readonly long[] C7 = new long[256]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_C7_12(L_10); // private static readonly short[] EIGHT = new short[BITCOUNT_ARRAY_SIZE]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_11 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->set_EIGHT_14(L_11); // EIGHT[BITCOUNT_ARRAY_SIZE - 1] = 8; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_EIGHT_14(); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)31)), (int16_t)8); // for (int i = 0; i < 256; i++) V_0 = 0; goto IL_0199; } IL_00ae: { // int v1 = SBOX[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_SBOX_4(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_1 = L_16; // int v2 = maskWithReductionPolynomial(v1 << 1); int32_t L_17 = V_1; int32_t L_18; L_18 = WhirlpoolDigest_maskWithReductionPolynomial_m8429F761F7EF4CEA2ACD777C547EAF8F93928576(((int32_t)((int32_t)L_17<<(int32_t)1)), /*hidden argument*/NULL); V_2 = L_18; // int v4 = maskWithReductionPolynomial(v2 << 1); int32_t L_19 = V_2; int32_t L_20; L_20 = WhirlpoolDigest_maskWithReductionPolynomial_m8429F761F7EF4CEA2ACD777C547EAF8F93928576(((int32_t)((int32_t)L_19<<(int32_t)1)), /*hidden argument*/NULL); V_3 = L_20; // int v5 = v4 ^ v1; int32_t L_21 = V_3; int32_t L_22 = V_1; V_4 = ((int32_t)((int32_t)L_21^(int32_t)L_22)); // int v8 = maskWithReductionPolynomial(v4 << 1); int32_t L_23 = V_3; int32_t L_24; L_24 = WhirlpoolDigest_maskWithReductionPolynomial_m8429F761F7EF4CEA2ACD777C547EAF8F93928576(((int32_t)((int32_t)L_23<<(int32_t)1)), /*hidden argument*/NULL); V_5 = L_24; // int v9 = v8 ^ v1; int32_t L_25 = V_5; int32_t L_26 = V_1; V_6 = ((int32_t)((int32_t)L_25^(int32_t)L_26)); // C0[i] = packIntoLong(v1, v1, v4, v1, v8, v5, v2, v9); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_27 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C0_5(); int32_t L_28 = V_0; int32_t L_29 = V_1; int32_t L_30 = V_1; int32_t L_31 = V_3; int32_t L_32 = V_1; int32_t L_33 = V_5; int32_t L_34 = V_4; int32_t L_35 = V_2; int32_t L_36 = V_6; int64_t L_37; L_37 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_29, L_30, L_31, L_32, L_33, L_34, L_35, L_36, /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int64_t)L_37); // C1[i] = packIntoLong(v9, v1, v1, v4, v1, v8, v5, v2); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_38 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C1_6(); int32_t L_39 = V_0; int32_t L_40 = V_6; int32_t L_41 = V_1; int32_t L_42 = V_1; int32_t L_43 = V_3; int32_t L_44 = V_1; int32_t L_45 = V_5; int32_t L_46 = V_4; int32_t L_47 = V_2; int64_t L_48; L_48 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_40, L_41, L_42, L_43, L_44, L_45, L_46, L_47, /*hidden argument*/NULL); NullCheck(L_38); (L_38)->SetAt(static_cast(L_39), (int64_t)L_48); // C2[i] = packIntoLong(v2, v9, v1, v1, v4, v1, v8, v5); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_49 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C2_7(); int32_t L_50 = V_0; int32_t L_51 = V_2; int32_t L_52 = V_6; int32_t L_53 = V_1; int32_t L_54 = V_1; int32_t L_55 = V_3; int32_t L_56 = V_1; int32_t L_57 = V_5; int32_t L_58 = V_4; int64_t L_59; L_59 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_51, L_52, L_53, L_54, L_55, L_56, L_57, L_58, /*hidden argument*/NULL); NullCheck(L_49); (L_49)->SetAt(static_cast(L_50), (int64_t)L_59); // C3[i] = packIntoLong(v5, v2, v9, v1, v1, v4, v1, v8); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_60 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C3_8(); int32_t L_61 = V_0; int32_t L_62 = V_4; int32_t L_63 = V_2; int32_t L_64 = V_6; int32_t L_65 = V_1; int32_t L_66 = V_1; int32_t L_67 = V_3; int32_t L_68 = V_1; int32_t L_69 = V_5; int64_t L_70; L_70 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_62, L_63, L_64, L_65, L_66, L_67, L_68, L_69, /*hidden argument*/NULL); NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (int64_t)L_70); // C4[i] = packIntoLong(v8, v5, v2, v9, v1, v1, v4, v1); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_71 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C4_9(); int32_t L_72 = V_0; int32_t L_73 = V_5; int32_t L_74 = V_4; int32_t L_75 = V_2; int32_t L_76 = V_6; int32_t L_77 = V_1; int32_t L_78 = V_1; int32_t L_79 = V_3; int32_t L_80 = V_1; int64_t L_81; L_81 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_73, L_74, L_75, L_76, L_77, L_78, L_79, L_80, /*hidden argument*/NULL); NullCheck(L_71); (L_71)->SetAt(static_cast(L_72), (int64_t)L_81); // C5[i] = packIntoLong(v1, v8, v5, v2, v9, v1, v1, v4); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_82 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C5_10(); int32_t L_83 = V_0; int32_t L_84 = V_1; int32_t L_85 = V_5; int32_t L_86 = V_4; int32_t L_87 = V_2; int32_t L_88 = V_6; int32_t L_89 = V_1; int32_t L_90 = V_1; int32_t L_91 = V_3; int64_t L_92; L_92 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_84, L_85, L_86, L_87, L_88, L_89, L_90, L_91, /*hidden argument*/NULL); NullCheck(L_82); (L_82)->SetAt(static_cast(L_83), (int64_t)L_92); // C6[i] = packIntoLong(v4, v1, v8, v5, v2, v9, v1, v1); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_93 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C6_11(); int32_t L_94 = V_0; int32_t L_95 = V_3; int32_t L_96 = V_1; int32_t L_97 = V_5; int32_t L_98 = V_4; int32_t L_99 = V_2; int32_t L_100 = V_6; int32_t L_101 = V_1; int32_t L_102 = V_1; int64_t L_103; L_103 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_95, L_96, L_97, L_98, L_99, L_100, L_101, L_102, /*hidden argument*/NULL); NullCheck(L_93); (L_93)->SetAt(static_cast(L_94), (int64_t)L_103); // C7[i] = packIntoLong(v1, v4, v1, v8, v5, v2, v9, v1); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_104 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C7_12(); int32_t L_105 = V_0; int32_t L_106 = V_1; int32_t L_107 = V_3; int32_t L_108 = V_1; int32_t L_109 = V_5; int32_t L_110 = V_4; int32_t L_111 = V_2; int32_t L_112 = V_6; int32_t L_113 = V_1; int64_t L_114; L_114 = WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D(L_106, L_107, L_108, L_109, L_110, L_111, L_112, L_113, /*hidden argument*/NULL); NullCheck(L_104); (L_104)->SetAt(static_cast(L_105), (int64_t)L_114); // for (int i = 0; i < 256; i++) int32_t L_115 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); } IL_0199: { // for (int i = 0; i < 256; i++) int32_t L_116 = V_0; if ((((int32_t)L_116) < ((int32_t)((int32_t)256)))) { goto IL_00ae; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest__ctor_m3F2F6BD14D7E2BC2ACB7560D68F77C6C5A861D24 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __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*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // private readonly long[] _rc = new long[ROUNDS + 1]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); __this->set__rc_13(L_0); // private byte[] _buffer = new byte[64]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__buffer_16(L_1); // private short[] _bitCount = new short[BITCOUNT_ARRAY_SIZE]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__bitCount_18(L_2); // private long[] _hash = new long[8]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__hash_19(L_3); // private long[] _K = new long[8]; // the round key Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__K_20(L_4); // private long[] _L = new long[8]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__L_21(L_5); // private long[] _block = new long[8]; // mu (buffer) Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__block_22(L_6); // private long[] _state = new long[8]; // the current "cipher" state Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__state_23(L_7); // public WhirlpoolDigest() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _rc[0] = 0L; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = __this->get__rc_13(); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (int64_t)((int64_t)((int64_t)0))); // for (int r = 1; r <= ROUNDS; r++) V_0 = 1; goto IL_011d; } IL_007a: { // int i = 8 * (r - 1); int32_t L_9 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))); // _rc[r] = (long)((ulong)C0[i] & 0xff00000000000000L) ^ // (C1[i + 1] & (long) 0x00ff000000000000L) ^ // (C2[i + 2] & (long) 0x0000ff0000000000L) ^ // (C3[i + 3] & (long) 0x000000ff00000000L) ^ // (C4[i + 4] & (long) 0x00000000ff000000L) ^ // (C5[i + 5] & (long) 0x0000000000ff0000L) ^ // (C6[i + 6] & (long) 0x000000000000ff00L) ^ // (C7[i + 7] & (long) 0x00000000000000ffL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = __this->get__rc_13(); int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_12 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C0_5(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; int64_t L_15 = (L_12)->GetAt(static_cast(L_14)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_16 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C1_6(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_20 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C2_7(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)); int64_t L_23 = (L_20)->GetAt(static_cast(L_22)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_24 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C3_8(); int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3)); int64_t L_27 = (L_24)->GetAt(static_cast(L_26)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_28 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C4_9(); int32_t L_29 = V_1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)4)); int64_t L_31 = (L_28)->GetAt(static_cast(L_30)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_32 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C5_10(); int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)5)); int64_t L_35 = (L_32)->GetAt(static_cast(L_34)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_36 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C6_11(); int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)6)); int64_t L_39 = (L_36)->GetAt(static_cast(L_38)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_40 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C7_12(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7)); int64_t L_43 = (L_40)->GetAt(static_cast(L_42)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_15&(int64_t)((int64_t)-72057594037927936LL)))^(int64_t)((int64_t)((int64_t)L_19&(int64_t)((int64_t)71776119061217280LL)))))^(int64_t)((int64_t)((int64_t)L_23&(int64_t)((int64_t)280375465082880LL)))))^(int64_t)((int64_t)((int64_t)L_27&(int64_t)((int64_t)1095216660480LL)))))^(int64_t)((int64_t)((int64_t)L_31&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-16777216)))))))))^(int64_t)((int64_t)((int64_t)L_35&(int64_t)((int64_t)((int64_t)((int32_t)16711680)))))))^(int64_t)((int64_t)((int64_t)L_39&(int64_t)((int64_t)((int64_t)((int32_t)65280)))))))^(int64_t)((int64_t)((int64_t)L_43&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); // for (int r = 1; r <= ROUNDS; r++) int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_011d: { // for (int r = 1; r <= ROUNDS; r++) int32_t L_45 = V_0; if ((((int32_t)L_45) <= ((int32_t)((int32_t)10)))) { goto IL_007a; } } { // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::packIntoLong(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WhirlpoolDigest_packIntoLong_mE6F8369D739BE39F58C590BB05E1BB7811D7909D (int32_t ___b70, int32_t ___b61, int32_t ___b52, int32_t ___b43, int32_t ___b34, int32_t ___b25, int32_t ___b16, int32_t ___b07, const RuntimeMethod* method) { { // return // ((long)b7 << 56) ^ // ((long)b6 << 48) ^ // ((long)b5 << 40) ^ // ((long)b4 << 32) ^ // ((long)b3 << 24) ^ // ((long)b2 << 16) ^ // ((long)b1 << 8) ^ // b0; int32_t L_0 = ___b70; int32_t L_1 = ___b61; int32_t L_2 = ___b52; int32_t L_3 = ___b43; int32_t L_4 = ___b34; int32_t L_5 = ___b25; int32_t L_6 = ___b16; int32_t L_7 = ___b07; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0))<<(int32_t)((int32_t)56)))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_1))<<(int32_t)((int32_t)48)))))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2))<<(int32_t)((int32_t)40)))))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_3))<<(int32_t)((int32_t)32)))))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_4))<<(int32_t)((int32_t)24)))))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_5))<<(int32_t)((int32_t)16)))))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_6))<<(int32_t)8))))^(int64_t)((int64_t)((int64_t)L_7)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::maskWithReductionPolynomial(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_maskWithReductionPolynomial_m8429F761F7EF4CEA2ACD777C547EAF8F93928576 (int32_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int rv = input; int32_t L_0 = ___input0; V_0 = L_0; // if (rv >= 0x100L) // high bit set int32_t L_1 = V_0; if ((((int64_t)((int64_t)((int64_t)L_1))) < ((int64_t)((int64_t)((int64_t)((int32_t)256)))))) { goto IL_0014; } } { // rv ^= REDUCTION_POLYNOMIAL; // reduced by the polynomial int32_t L_2 = V_0; V_0 = ((int32_t)((int32_t)L_2^(int32_t)((int32_t)285))); } IL_0014: { // return rv; int32_t L_3 = V_0; return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest__ctor_m86A9745832E0141DA363FD98223FA69E2AF03DB7 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * ___originalDigest0, 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*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly long[] _rc = new long[ROUNDS + 1]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); __this->set__rc_13(L_0); // private byte[] _buffer = new byte[64]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set__buffer_16(L_1); // private short[] _bitCount = new short[BITCOUNT_ARRAY_SIZE]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__bitCount_18(L_2); // private long[] _hash = new long[8]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__hash_19(L_3); // private long[] _K = new long[8]; // the round key Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__K_20(L_4); // private long[] _L = new long[8]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__L_21(L_5); // private long[] _block = new long[8]; // mu (buffer) Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__block_22(L_6); // private long[] _state = new long[8]; // the current "cipher" state Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__state_23(L_7); // public WhirlpoolDigest(WhirlpoolDigest originalDigest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Reset(originalDigest); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_8 = ___originalDigest0; WhirlpoolDigest_Reset_m362B4F22E6FF7DA1A9F733230BF54A14762BCFE9(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WhirlpoolDigest_get_AlgorithmName_m968B4BD1E79585175AE07ACDCFD6AD78EA7DBB2C (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5303A3F7E3002BBEFD5BC16E68ECFEF0BD7AB7F6); s_Il2CppMethodInitialized = true; } { // get { return "Whirlpool"; } return _stringLiteral5303A3F7E3002BBEFD5BC16E68ECFEF0BD7AB7F6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_GetDigestSize_mA925BE232E125C860D79A512D3513528AB92CCD3 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { { // return DIGEST_LENGTH_BYTES; return ((int32_t)64); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_DoFinal_mD04729C224253A2D1B757D7A71DB613D20104715 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // finish(); WhirlpoolDigest_finish_m0C402B7C4D2E675D6EB9BBD40A826B7EF1F27987(__this, /*hidden argument*/NULL); // for (int i = 0; i < 8; i++) V_0 = 0; goto IL_0021; } IL_000a: { // convertLongToByteArray(_hash[i], output, outOff + (i * 8)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get__hash_19(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); WhirlpoolDigest_convertLongToByteArray_mA14D280701BD294D3AE4CC4D927803F20AFBE51D(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)8)))), /*hidden argument*/NULL); // for (int i = 0; i < 8; i++) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0021: { // for (int i = 0; i < 8; i++) int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)8))) { goto IL_000a; } } { // Reset(); WhirlpoolDigest_Reset_m14AB2DBA9C156A625AB77A2B67BB4A7A58E766CC(__this, /*hidden argument*/NULL); // return GetDigestSize(); int32_t L_9; L_9 = WhirlpoolDigest_GetDigestSize_mA925BE232E125C860D79A512D3513528AB92CCD3(__this, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Reset_m14AB2DBA9C156A625AB77A2B67BB4A7A58E766CC (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { { // _bufferPos = 0; __this->set__bufferPos_17(0); // Array.Clear(_bitCount, 0, _bitCount.Length); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = __this->get__bitCount_18(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = __this->get__bitCount_18(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // Array.Clear(_buffer, 0, _buffer.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__buffer_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__buffer_16(); NullCheck(L_3); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // Array.Clear(_hash, 0, _hash.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = __this->get__hash_19(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = __this->get__hash_19(); NullCheck(L_5); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); // Array.Clear(_K, 0, _K.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = __this->get__K_20(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = __this->get__K_20(); NullCheck(L_7); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // Array.Clear(_L, 0, _L.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = __this->get__L_21(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_9 = __this->get__L_21(); NullCheck(L_9); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), /*hidden argument*/NULL); // Array.Clear(_block, 0, _block.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = __this->get__block_22(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_11 = __this->get__block_22(); NullCheck(L_11); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), /*hidden argument*/NULL); // Array.Clear(_state, 0, _state.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_12 = __this->get__state_23(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_13 = __this->get__state_23(); NullCheck(L_13); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::processFilledBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_processFilledBuffer_m8774CDB73FCB64D3AD5AFDA743DCB00BE133764B (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < _state.Length; i++) V_0 = 0; goto IL_001e; } IL_0004: { // _block[i] = bytesToLongFromBuffer(_buffer, i * 8); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get__block_22(); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__buffer_16(); int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); int64_t L_4; L_4 = WhirlpoolDigest_bytesToLongFromBuffer_m2FF5D41860FA6F08F2C1532C07864355E56B0D5B(L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)8)), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int64_t)L_4); // for (int i = 0; i < _state.Length; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { // for (int i = 0; i < _state.Length; i++) int32_t L_6 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = __this->get__state_23(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0004; } } { // processBlock(); WhirlpoolDigest_processBlock_mCEABEB74ACB987B6055FFE91FBF3200DE6E40AC6(__this, /*hidden argument*/NULL); // _bufferPos = 0; __this->set__bufferPos_17(0); // Array.Clear(_buffer, 0, _buffer.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__buffer_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__buffer_16(); NullCheck(L_9); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::bytesToLongFromBuffer(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WhirlpoolDigest_bytesToLongFromBuffer_m2FF5D41860FA6F08F2C1532C07864355E56B0D5B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___startPos1, const RuntimeMethod* method) { { // long rv = (((buffer[startPos + 0] & 0xffL) << 56) | // ((buffer[startPos + 1] & 0xffL) << 48) | // ((buffer[startPos + 2] & 0xffL) << 40) | // ((buffer[startPos + 3] & 0xffL) << 32) | // ((buffer[startPos + 4] & 0xffL) << 24) | // ((buffer[startPos + 5] & 0xffL) << 16) | // ((buffer[startPos + 6] & 0xffL) << 8) | // ((buffer[startPos + 7]) & 0xffL)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___startPos1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; int32_t L_5 = ___startPos1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___startPos1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t L_13 = ___startPos1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___buffer0; int32_t L_17 = ___startPos1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___buffer0; int32_t L_21 = ___startPos1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)5)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___buffer0; int32_t L_25 = ___startPos1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)6)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___buffer0; int32_t L_29 = ___startPos1; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)7)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); // return rv; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_3))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_7))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_11))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_15))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_19))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_23))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_27))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))<<(int32_t)8))))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_31))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::convertLongToByteArray(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_convertLongToByteArray_mA14D280701BD294D3AE4CC4D927803F20AFBE51D (int64_t ___inputLong0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputArray1, int32_t ___offSet2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < 8; i++) V_0 = 0; goto IL_0020; } IL_0004: { // outputArray[offSet + i] = (byte)((inputLong >> (56 - (i * 8))) & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outputArray1; int32_t L_1 = ___offSet2; int32_t L_2 = V_0; int64_t L_3 = ___inputLong0; int32_t L_4 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_3>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8))))&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255)))))))); // for (int i = 0; i < 8; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0020: { // for (int i = 0; i < 8; i++) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)8))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::processBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_processBlock_mCEABEB74ACB987B6055FFE91FBF3200DE6E40AC6 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // for (int i = 0; i < 8; i++) V_0 = 0; goto IL_002c; } IL_0004: { // _state[i] = _block[i] ^ (_K[i] = _hash[i]); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = __this->get__state_23(); int32_t L_1 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_2 = __this->get__block_22(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int64_t L_5 = (L_2)->GetAt(static_cast(L_4)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_6 = __this->get__K_20(); int32_t L_7 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = __this->get__hash_19(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; int64_t L_11 = (L_8)->GetAt(static_cast(L_10)); int64_t L_12 = L_11; V_1 = L_12; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int64_t)L_12); int64_t L_13 = V_1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int64_t)((int64_t)((int64_t)L_5^(int64_t)L_13))); // for (int i = 0; i < 8; i++) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_002c: { // for (int i = 0; i < 8; i++) int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)8))) { goto IL_0004; } } { // for (int round = 1; round <= ROUNDS; round++) V_2 = 1; goto IL_0391; } IL_0037: { // for (int i = 0; i < 8; i++) V_3 = 0; goto IL_01a6; } IL_003e: { // _L[i] = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_16 = __this->get__L_21(); int32_t L_17 = V_3; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (int64_t)((int64_t)((int64_t)0))); // _L[i] ^= C0[(int)(_K[(i - 0) & 7] >> 56) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_18 = __this->get__L_21(); int32_t L_19 = V_3; NullCheck(L_18); int64_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); int64_t L_21 = *((int64_t*)L_20); IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_22 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C0_5(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_23 = __this->get__K_20(); int32_t L_24 = V_3; NullCheck(L_23); int32_t L_25 = ((int32_t)((int32_t)L_24&(int32_t)7)); int64_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_22); int32_t L_27 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_26>>(int32_t)((int32_t)56)))))&(int32_t)((int32_t)255))); int64_t L_28 = (L_22)->GetAt(static_cast(L_27)); *((int64_t*)L_20) = (int64_t)((int64_t)((int64_t)L_21^(int64_t)L_28)); // _L[i] ^= C1[(int)(_K[(i - 1) & 7] >> 48) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_29 = __this->get__L_21(); int32_t L_30 = V_3; NullCheck(L_29); int64_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30))); int64_t L_32 = *((int64_t*)L_31); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_33 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C1_6(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_34 = __this->get__K_20(); int32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))&(int32_t)7)); int64_t L_37 = (L_34)->GetAt(static_cast(L_36)); NullCheck(L_33); int32_t L_38 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_37>>(int32_t)((int32_t)48)))))&(int32_t)((int32_t)255))); int64_t L_39 = (L_33)->GetAt(static_cast(L_38)); *((int64_t*)L_31) = (int64_t)((int64_t)((int64_t)L_32^(int64_t)L_39)); // _L[i] ^= C2[(int)(_K[(i - 2) & 7] >> 40) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_40 = __this->get__L_21(); int32_t L_41 = V_3; NullCheck(L_40); int64_t* L_42 = ((L_40)->GetAddressAt(static_cast(L_41))); int64_t L_43 = *((int64_t*)L_42); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_44 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C2_7(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_45 = __this->get__K_20(); int32_t L_46 = V_3; NullCheck(L_45); int32_t L_47 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)2))&(int32_t)7)); int64_t L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_44); int32_t L_49 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_48>>(int32_t)((int32_t)40)))))&(int32_t)((int32_t)255))); int64_t L_50 = (L_44)->GetAt(static_cast(L_49)); *((int64_t*)L_42) = (int64_t)((int64_t)((int64_t)L_43^(int64_t)L_50)); // _L[i] ^= C3[(int)(_K[(i - 3) & 7] >> 32) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_51 = __this->get__L_21(); int32_t L_52 = V_3; NullCheck(L_51); int64_t* L_53 = ((L_51)->GetAddressAt(static_cast(L_52))); int64_t L_54 = *((int64_t*)L_53); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_55 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C3_8(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_56 = __this->get__K_20(); int32_t L_57 = V_3; NullCheck(L_56); int32_t L_58 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)3))&(int32_t)7)); int64_t L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_55); int32_t L_60 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_59>>(int32_t)((int32_t)32)))))&(int32_t)((int32_t)255))); int64_t L_61 = (L_55)->GetAt(static_cast(L_60)); *((int64_t*)L_53) = (int64_t)((int64_t)((int64_t)L_54^(int64_t)L_61)); // _L[i] ^= C4[(int)(_K[(i - 4) & 7] >> 24) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_62 = __this->get__L_21(); int32_t L_63 = V_3; NullCheck(L_62); int64_t* L_64 = ((L_62)->GetAddressAt(static_cast(L_63))); int64_t L_65 = *((int64_t*)L_64); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_66 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C4_9(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_67 = __this->get__K_20(); int32_t L_68 = V_3; NullCheck(L_67); int32_t L_69 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)4))&(int32_t)7)); int64_t L_70 = (L_67)->GetAt(static_cast(L_69)); NullCheck(L_66); int32_t L_71 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_70>>(int32_t)((int32_t)24)))))&(int32_t)((int32_t)255))); int64_t L_72 = (L_66)->GetAt(static_cast(L_71)); *((int64_t*)L_64) = (int64_t)((int64_t)((int64_t)L_65^(int64_t)L_72)); // _L[i] ^= C5[(int)(_K[(i - 5) & 7] >> 16) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_73 = __this->get__L_21(); int32_t L_74 = V_3; NullCheck(L_73); int64_t* L_75 = ((L_73)->GetAddressAt(static_cast(L_74))); int64_t L_76 = *((int64_t*)L_75); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_77 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C5_10(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_78 = __this->get__K_20(); int32_t L_79 = V_3; NullCheck(L_78); int32_t L_80 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)5))&(int32_t)7)); int64_t L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_77); int32_t L_82 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_81>>(int32_t)((int32_t)16)))))&(int32_t)((int32_t)255))); int64_t L_83 = (L_77)->GetAt(static_cast(L_82)); *((int64_t*)L_75) = (int64_t)((int64_t)((int64_t)L_76^(int64_t)L_83)); // _L[i] ^= C6[(int)(_K[(i - 6) & 7] >> 8) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_84 = __this->get__L_21(); int32_t L_85 = V_3; NullCheck(L_84); int64_t* L_86 = ((L_84)->GetAddressAt(static_cast(L_85))); int64_t L_87 = *((int64_t*)L_86); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_88 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C6_11(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_89 = __this->get__K_20(); int32_t L_90 = V_3; NullCheck(L_89); int32_t L_91 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)6))&(int32_t)7)); int64_t L_92 = (L_89)->GetAt(static_cast(L_91)); NullCheck(L_88); int32_t L_93 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_92>>(int32_t)8))))&(int32_t)((int32_t)255))); int64_t L_94 = (L_88)->GetAt(static_cast(L_93)); *((int64_t*)L_86) = (int64_t)((int64_t)((int64_t)L_87^(int64_t)L_94)); // _L[i] ^= C7[(int)(_K[(i - 7) & 7]) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_95 = __this->get__L_21(); int32_t L_96 = V_3; NullCheck(L_95); int64_t* L_97 = ((L_95)->GetAddressAt(static_cast(L_96))); int64_t L_98 = *((int64_t*)L_97); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_99 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C7_12(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_100 = __this->get__K_20(); int32_t L_101 = V_3; NullCheck(L_100); int32_t L_102 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)7))&(int32_t)7)); int64_t L_103 = (L_100)->GetAt(static_cast(L_102)); NullCheck(L_99); int32_t L_104 = ((int32_t)((int32_t)((int32_t)((int32_t)L_103))&(int32_t)((int32_t)255))); int64_t L_105 = (L_99)->GetAt(static_cast(L_104)); *((int64_t*)L_97) = (int64_t)((int64_t)((int64_t)L_98^(int64_t)L_105)); // for (int i = 0; i < 8; i++) int32_t L_106 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_01a6: { // for (int i = 0; i < 8; i++) int32_t L_107 = V_3; if ((((int32_t)L_107) < ((int32_t)8))) { goto IL_003e; } } { // Array.Copy(_L, 0, _K, 0, _K.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_108 = __this->get__L_21(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_109 = __this->get__K_20(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_110 = __this->get__K_20(); NullCheck(L_110); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_108, 0, (RuntimeArray *)(RuntimeArray *)L_109, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_110)->max_length))), /*hidden argument*/NULL); // _K[0] ^= _rc[round]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_111 = __this->get__K_20(); NullCheck(L_111); int64_t* L_112 = ((L_111)->GetAddressAt(static_cast(0))); int64_t L_113 = *((int64_t*)L_112); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_114 = __this->get__rc_13(); int32_t L_115 = V_2; NullCheck(L_114); int32_t L_116 = L_115; int64_t L_117 = (L_114)->GetAt(static_cast(L_116)); *((int64_t*)L_112) = (int64_t)((int64_t)((int64_t)L_113^(int64_t)L_117)); // for (int i = 0; i < 8; i++) V_4 = 0; goto IL_036a; } IL_01e8: { // _L[i] = _K[i]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_118 = __this->get__L_21(); int32_t L_119 = V_4; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_120 = __this->get__K_20(); int32_t L_121 = V_4; NullCheck(L_120); int32_t L_122 = L_121; int64_t L_123 = (L_120)->GetAt(static_cast(L_122)); NullCheck(L_118); (L_118)->SetAt(static_cast(L_119), (int64_t)L_123); // _L[i] ^= C0[(int)(_state[(i - 0) & 7] >> 56) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_124 = __this->get__L_21(); int32_t L_125 = V_4; NullCheck(L_124); int64_t* L_126 = ((L_124)->GetAddressAt(static_cast(L_125))); int64_t L_127 = *((int64_t*)L_126); IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_128 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C0_5(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_129 = __this->get__state_23(); int32_t L_130 = V_4; NullCheck(L_129); int32_t L_131 = ((int32_t)((int32_t)L_130&(int32_t)7)); int64_t L_132 = (L_129)->GetAt(static_cast(L_131)); NullCheck(L_128); int32_t L_133 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_132>>(int32_t)((int32_t)56)))))&(int32_t)((int32_t)255))); int64_t L_134 = (L_128)->GetAt(static_cast(L_133)); *((int64_t*)L_126) = (int64_t)((int64_t)((int64_t)L_127^(int64_t)L_134)); // _L[i] ^= C1[(int)(_state[(i - 1) & 7] >> 48) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_135 = __this->get__L_21(); int32_t L_136 = V_4; NullCheck(L_135); int64_t* L_137 = ((L_135)->GetAddressAt(static_cast(L_136))); int64_t L_138 = *((int64_t*)L_137); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_139 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C1_6(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_140 = __this->get__state_23(); int32_t L_141 = V_4; NullCheck(L_140); int32_t L_142 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)1))&(int32_t)7)); int64_t L_143 = (L_140)->GetAt(static_cast(L_142)); NullCheck(L_139); int32_t L_144 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_143>>(int32_t)((int32_t)48)))))&(int32_t)((int32_t)255))); int64_t L_145 = (L_139)->GetAt(static_cast(L_144)); *((int64_t*)L_137) = (int64_t)((int64_t)((int64_t)L_138^(int64_t)L_145)); // _L[i] ^= C2[(int)(_state[(i - 2) & 7] >> 40) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_146 = __this->get__L_21(); int32_t L_147 = V_4; NullCheck(L_146); int64_t* L_148 = ((L_146)->GetAddressAt(static_cast(L_147))); int64_t L_149 = *((int64_t*)L_148); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_150 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C2_7(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_151 = __this->get__state_23(); int32_t L_152 = V_4; NullCheck(L_151); int32_t L_153 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_152, (int32_t)2))&(int32_t)7)); int64_t L_154 = (L_151)->GetAt(static_cast(L_153)); NullCheck(L_150); int32_t L_155 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_154>>(int32_t)((int32_t)40)))))&(int32_t)((int32_t)255))); int64_t L_156 = (L_150)->GetAt(static_cast(L_155)); *((int64_t*)L_148) = (int64_t)((int64_t)((int64_t)L_149^(int64_t)L_156)); // _L[i] ^= C3[(int)(_state[(i - 3) & 7] >> 32) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_157 = __this->get__L_21(); int32_t L_158 = V_4; NullCheck(L_157); int64_t* L_159 = ((L_157)->GetAddressAt(static_cast(L_158))); int64_t L_160 = *((int64_t*)L_159); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_161 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C3_8(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_162 = __this->get__state_23(); int32_t L_163 = V_4; NullCheck(L_162); int32_t L_164 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_163, (int32_t)3))&(int32_t)7)); int64_t L_165 = (L_162)->GetAt(static_cast(L_164)); NullCheck(L_161); int32_t L_166 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_165>>(int32_t)((int32_t)32)))))&(int32_t)((int32_t)255))); int64_t L_167 = (L_161)->GetAt(static_cast(L_166)); *((int64_t*)L_159) = (int64_t)((int64_t)((int64_t)L_160^(int64_t)L_167)); // _L[i] ^= C4[(int)(_state[(i - 4) & 7] >> 24) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_168 = __this->get__L_21(); int32_t L_169 = V_4; NullCheck(L_168); int64_t* L_170 = ((L_168)->GetAddressAt(static_cast(L_169))); int64_t L_171 = *((int64_t*)L_170); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_172 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C4_9(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_173 = __this->get__state_23(); int32_t L_174 = V_4; NullCheck(L_173); int32_t L_175 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)4))&(int32_t)7)); int64_t L_176 = (L_173)->GetAt(static_cast(L_175)); NullCheck(L_172); int32_t L_177 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_176>>(int32_t)((int32_t)24)))))&(int32_t)((int32_t)255))); int64_t L_178 = (L_172)->GetAt(static_cast(L_177)); *((int64_t*)L_170) = (int64_t)((int64_t)((int64_t)L_171^(int64_t)L_178)); // _L[i] ^= C5[(int)(_state[(i - 5) & 7] >> 16) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_179 = __this->get__L_21(); int32_t L_180 = V_4; NullCheck(L_179); int64_t* L_181 = ((L_179)->GetAddressAt(static_cast(L_180))); int64_t L_182 = *((int64_t*)L_181); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_183 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C5_10(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_184 = __this->get__state_23(); int32_t L_185 = V_4; NullCheck(L_184); int32_t L_186 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_185, (int32_t)5))&(int32_t)7)); int64_t L_187 = (L_184)->GetAt(static_cast(L_186)); NullCheck(L_183); int32_t L_188 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_187>>(int32_t)((int32_t)16)))))&(int32_t)((int32_t)255))); int64_t L_189 = (L_183)->GetAt(static_cast(L_188)); *((int64_t*)L_181) = (int64_t)((int64_t)((int64_t)L_182^(int64_t)L_189)); // _L[i] ^= C6[(int)(_state[(i - 6) & 7] >> 8) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_190 = __this->get__L_21(); int32_t L_191 = V_4; NullCheck(L_190); int64_t* L_192 = ((L_190)->GetAddressAt(static_cast(L_191))); int64_t L_193 = *((int64_t*)L_192); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_194 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C6_11(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_195 = __this->get__state_23(); int32_t L_196 = V_4; NullCheck(L_195); int32_t L_197 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_196, (int32_t)6))&(int32_t)7)); int64_t L_198 = (L_195)->GetAt(static_cast(L_197)); NullCheck(L_194); int32_t L_199 = ((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_198>>(int32_t)8))))&(int32_t)((int32_t)255))); int64_t L_200 = (L_194)->GetAt(static_cast(L_199)); *((int64_t*)L_192) = (int64_t)((int64_t)((int64_t)L_193^(int64_t)L_200)); // _L[i] ^= C7[(int)(_state[(i - 7) & 7]) & 0xff]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_201 = __this->get__L_21(); int32_t L_202 = V_4; NullCheck(L_201); int64_t* L_203 = ((L_201)->GetAddressAt(static_cast(L_202))); int64_t L_204 = *((int64_t*)L_203); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_205 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_C7_12(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_206 = __this->get__state_23(); int32_t L_207 = V_4; NullCheck(L_206); int32_t L_208 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_207, (int32_t)7))&(int32_t)7)); int64_t L_209 = (L_206)->GetAt(static_cast(L_208)); NullCheck(L_205); int32_t L_210 = ((int32_t)((int32_t)((int32_t)((int32_t)L_209))&(int32_t)((int32_t)255))); int64_t L_211 = (L_205)->GetAt(static_cast(L_210)); *((int64_t*)L_203) = (int64_t)((int64_t)((int64_t)L_204^(int64_t)L_211)); // for (int i = 0; i < 8; i++) int32_t L_212 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)); } IL_036a: { // for (int i = 0; i < 8; i++) int32_t L_213 = V_4; if ((((int32_t)L_213) < ((int32_t)8))) { goto IL_01e8; } } { // Array.Copy(_L, 0, _state, 0, _state.Length); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_214 = __this->get__L_21(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_215 = __this->get__state_23(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_216 = __this->get__state_23(); NullCheck(L_216); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_214, 0, (RuntimeArray *)(RuntimeArray *)L_215, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_216)->max_length))), /*hidden argument*/NULL); // for (int round = 1; round <= ROUNDS; round++) int32_t L_217 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)1)); } IL_0391: { // for (int round = 1; round <= ROUNDS; round++) int32_t L_218 = V_2; if ((((int32_t)L_218) <= ((int32_t)((int32_t)10)))) { goto IL_0037; } } { // for (int i = 0; i < 8; i++) V_5 = 0; goto IL_03c8; } IL_039e: { // _hash[i] ^= _state[i] ^ _block[i]; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_219 = __this->get__hash_19(); int32_t L_220 = V_5; NullCheck(L_219); int64_t* L_221 = ((L_219)->GetAddressAt(static_cast(L_220))); int64_t L_222 = *((int64_t*)L_221); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_223 = __this->get__state_23(); int32_t L_224 = V_5; NullCheck(L_223); int32_t L_225 = L_224; int64_t L_226 = (L_223)->GetAt(static_cast(L_225)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_227 = __this->get__block_22(); int32_t L_228 = V_5; NullCheck(L_227); int32_t L_229 = L_228; int64_t L_230 = (L_227)->GetAt(static_cast(L_229)); *((int64_t*)L_221) = (int64_t)((int64_t)((int64_t)L_222^(int64_t)((int64_t)((int64_t)L_226^(int64_t)L_230)))); // for (int i = 0; i < 8; i++) int32_t L_231 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_231, (int32_t)1)); } IL_03c8: { // for (int i = 0; i < 8; i++) int32_t L_232 = V_5; if ((((int32_t)L_232) < ((int32_t)8))) { goto IL_039e; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Update_m2E0206FF2A71274C9AA2DCCE80C6F49BE539B3A7 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, uint8_t ___input0, const RuntimeMethod* method) { { // _buffer[_bufferPos] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buffer_16(); int32_t L_1 = __this->get__bufferPos_17(); uint8_t L_2 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_2); // ++_bufferPos; int32_t L_3 = __this->get__bufferPos_17(); __this->set__bufferPos_17(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); // if (_bufferPos == _buffer.Length) int32_t L_4 = __this->get__bufferPos_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get__buffer_16(); NullCheck(L_5); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))) { goto IL_0032; } } { // processFilledBuffer(); WhirlpoolDigest_processFilledBuffer_m8774CDB73FCB64D3AD5AFDA743DCB00BE133764B(__this, /*hidden argument*/NULL); } IL_0032: { // increment(); WhirlpoolDigest_increment_mDDD38FC6B7AB90AD0EB5A40FCCB8A88C3863A681(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::increment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_increment_mDDD38FC6B7AB90AD0EB5A40FCCB8A88C3863A681 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int carry = 0; V_0 = 0; // for (int i = _bitCount.Length - 1; i >= 0; i--) Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = __this->get__bitCount_18(); NullCheck(L_0); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1)); goto IL_0040; } IL_000f: { // int sum = (_bitCount[i] & 0xff) + EIGHT[i] + carry; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = __this->get__bitCount_18(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_5 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_StaticFields*)il2cpp_codegen_static_fields_for(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var))->get_EIGHT_14(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))), (int32_t)L_8)), (int32_t)L_9)); // carry = sum >> 8; int32_t L_10 = V_2; V_0 = ((int32_t)((int32_t)L_10>>(int32_t)8)); // _bitCount[i] = (short)(sum & 0xff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_11 = __this->get__bitCount_18(); int32_t L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (int16_t)((int16_t)((int16_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)255)))))); // for (int i = _bitCount.Length - 1; i >= 0; i--) int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0040: { // for (int i = _bitCount.Length - 1; i >= 0; i--) int32_t L_15 = V_1; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_000f; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_BlockUpdate_m593095083DB2330C2EC719D2017744BA12447CD7 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { { goto IL_0015; } IL_0002: { // Update(input[inOff]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); WhirlpoolDigest_Update_m2E0206FF2A71274C9AA2DCCE80C6F49BE539B3A7(__this, L_3, /*hidden argument*/NULL); // ++inOff; int32_t L_4 = ___inOff1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); // --length; int32_t L_5 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0015: { // while (length > 0) int32_t L_6 = ___length2; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0002; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_finish_m0C402B7C4D2E675D6EB9BBD40A826B7EF1F27987 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] bitLength = copyBitLength(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = WhirlpoolDigest_copyBitLength_mE4D7A974419A42DF8250FC879047616A3FA8489B(__this, /*hidden argument*/NULL); V_0 = L_0; // _buffer[_bufferPos++] |= 0x80; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buffer_16(); int32_t L_2 = __this->get__bufferPos_17(); V_1 = L_2; int32_t L_3 = V_1; __this->set__bufferPos_17(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_1; NullCheck(L_1); uint8_t* L_5 = ((L_1)->GetAddressAt(static_cast(L_4))); int32_t L_6 = *((uint8_t*)L_5); *((int8_t*)L_5) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)128))))); // if (_bufferPos == _buffer.Length) int32_t L_7 = __this->get__bufferPos_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__buffer_16(); NullCheck(L_8); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))))) { goto IL_0043; } } { // processFilledBuffer(); WhirlpoolDigest_processFilledBuffer_m8774CDB73FCB64D3AD5AFDA743DCB00BE133764B(__this, /*hidden argument*/NULL); } IL_0043: { // if (_bufferPos > 32) int32_t L_9 = __this->get__bufferPos_17(); if ((((int32_t)L_9) <= ((int32_t)((int32_t)32)))) { goto IL_0067; } } { goto IL_0056; } IL_004f: { // Update((byte)0); WhirlpoolDigest_Update_m2E0206FF2A71274C9AA2DCCE80C6F49BE539B3A7(__this, (uint8_t)0, /*hidden argument*/NULL); } IL_0056: { // while (_bufferPos != 0) int32_t L_10 = __this->get__bufferPos_17(); if (L_10) { goto IL_004f; } } { goto IL_0067; } IL_0060: { // Update((byte)0); WhirlpoolDigest_Update_m2E0206FF2A71274C9AA2DCCE80C6F49BE539B3A7(__this, (uint8_t)0, /*hidden argument*/NULL); } IL_0067: { // while (_bufferPos <= 32) int32_t L_11 = __this->get__bufferPos_17(); if ((((int32_t)L_11) <= ((int32_t)((int32_t)32)))) { goto IL_0060; } } { // Array.Copy(bitLength, 0, _buffer, 32, bitLength.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__buffer_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, ((int32_t)32), ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); // processFilledBuffer(); WhirlpoolDigest_processFilledBuffer_m8774CDB73FCB64D3AD5AFDA743DCB00BE133764B(__this, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::copyBitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WhirlpoolDigest_copyBitLength_mE4D7A974419A42DF8250FC879047616A3FA8489B (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __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; int32_t V_1 = 0; { // byte[] rv = new byte[BITCOUNT_ARRAY_SIZE]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_0 = L_0; // for (int i = 0; i < rv.Length; i++) V_1 = 0; goto IL_0022; } IL_000c: { // rv[i] = (byte)(_bitCount[i] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; int32_t L_2 = V_1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_3 = __this->get__bitCount_18(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int16_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)255)))))); // for (int i = 0; i < rv.Length; i++) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0022: { // for (int i = 0; i < rv.Length; i++) int32_t L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_000c; } } { // return rv; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; return L_10; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::GetByteLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WhirlpoolDigest_GetByteLength_m52FB83235F972C3788AED88A1F72BA23557B0161 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { { // return BYTE_LENGTH; return ((int32_t)64); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WhirlpoolDigest_Copy_m8CFF088EF0BCE4880C59FC7ED484619D53EF9DB4 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new WhirlpoolDigest(this); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_0 = (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 *)il2cpp_codegen_object_new(WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); WhirlpoolDigest__ctor_m86A9745832E0141DA363FD98223FA69E2AF03DB7(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhirlpoolDigest_Reset_m362B4F22E6FF7DA1A9F733230BF54A14762BCFE9 (WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * V_0 = NULL; { // WhirlpoolDigest originalDigest = (WhirlpoolDigest)other; RuntimeObject* L_0 = ___other0; V_0 = ((WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 *)CastclassSealed((RuntimeObject*)L_0, WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204_il2cpp_TypeInfo_var)); // Array.Copy(originalDigest._rc, 0, _rc, 0, _rc.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_1 = V_0; NullCheck(L_1); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_2 = L_1->get__rc_13(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = __this->get__rc_13(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = __this->get__rc_13(); NullCheck(L_4); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._buffer, 0, _buffer, 0, _buffer.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5->get__buffer_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__buffer_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__buffer_16(); NullCheck(L_8); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); // this._bufferPos = originalDigest._bufferPos; WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get__bufferPos_17(); __this->set__bufferPos_17(L_10); // Array.Copy(originalDigest._bitCount, 0, _bitCount, 0, _bitCount.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_11 = V_0; NullCheck(L_11); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = L_11->get__bitCount_18(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_13 = __this->get__bitCount_18(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_14 = __this->get__bitCount_18(); NullCheck(L_14); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._hash, 0, _hash, 0, _hash.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_15 = V_0; NullCheck(L_15); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_16 = L_15->get__hash_19(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_17 = __this->get__hash_19(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_18 = __this->get__hash_19(); NullCheck(L_18); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._K, 0, _K, 0, _K.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_19 = V_0; NullCheck(L_19); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_20 = L_19->get__K_20(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_21 = __this->get__K_20(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_22 = __this->get__K_20(); NullCheck(L_22); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_20, 0, (RuntimeArray *)(RuntimeArray *)L_21, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._L, 0, _L, 0, _L.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_23 = V_0; NullCheck(L_23); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_24 = L_23->get__L_21(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_25 = __this->get__L_21(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_26 = __this->get__L_21(); NullCheck(L_26); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_24, 0, (RuntimeArray *)(RuntimeArray *)L_25, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._block, 0, _block, 0, _block.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_27 = V_0; NullCheck(L_27); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_28 = L_27->get__block_22(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_29 = __this->get__block_22(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_30 = __this->get__block_22(); NullCheck(L_30); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))), /*hidden argument*/NULL); // Array.Copy(originalDigest._state, 0, _state, 0, _state.Length); WhirlpoolDigest_tE45D641875C1B728BC66A4B7DF71933F36342204 * L_31 = V_0; NullCheck(L_31); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_32 = L_31->get__state_23(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_33 = __this->get__state_23(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_34 = __this->get__state_23(); NullCheck(L_34); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_32, 0, (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), /*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 Wolf::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Awake_m059B451B0CF2AA6918A6E79325C382EEBC609B48 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mA48AD20B5F6E8BE4A3EF7FAB85B95E66EB7DF27E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; { // wolfSet.Add(this); IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_0 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get_wolfSet_31(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_mA48AD20B5F6E8BE4A3EF7FAB85B95E66EB7DF27E(L_0, __this, /*hidden argument*/HashSet_1_Add_mA48AD20B5F6E8BE4A3EF7FAB85B95E66EB7DF27E_RuntimeMethod_var); // state = new State(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C *)il2cpp_codegen_object_new(State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C_il2cpp_TypeInfo_var); State__ctor_m8CA061F5CA2A5591F68E1D0FBAA9C1B903B1D6F1(L_2, /*hidden argument*/NULL); __this->set_state_28(L_2); // ap = GetComponent(); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_3; L_3 = Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969(__this, /*hidden argument*/Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_RuntimeMethod_var); __this->set_ap_5(L_3); // agent = GetComponent(); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_4; L_4 = Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819(__this, /*hidden argument*/Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var); __this->set_agent_6(L_4); // this.onlineHandler.InitOnAwake(this); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_5 = __this->get_onlineHandler_32(); NullCheck(L_5); OnlineHandler_InitOnAwake_mCE35A14FE2B6BE8D21612BD37A969660E656AB49(L_5, __this, /*hidden argument*/NULL); // if (GameMgr.ins) { IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_6 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0070; } } { // GameObject stoneObstacle = GameMgr.ins.transform.Find("StoneObstacle").gameObject; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_8 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); V_0 = L_11; // if (!stoneObstacle.activeSelf) stoneObstacle.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0070; } } { // if (!stoneObstacle.activeSelf) stoneObstacle.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = V_0; NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)1, /*hidden argument*/NULL); } IL_0070: { // } return; } } // System.Void Wolf::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Start_m7208252B577B9411C8FA7851FA343434303F3F0F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // if (onlineHandler.isMirror) return; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_0 = __this->get_onlineHandler_32(); NullCheck(L_0); bool L_1 = L_0->get_isMirror_2(); if (!L_1) { goto IL_000e; } } { // if (onlineHandler.isMirror) return; return; } IL_000e: { // initAniListener(); Wolf_initAniListener_mDF6DA125A6705D02BC9727640105B3F50114EDED(__this, /*hidden argument*/NULL); // } return; } } // System.Int32 Wolf::get_avoidancePriority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Wolf_get_avoidancePriority_m2EE9DFACBA97DE1BE041EE2E14B790C62F82ABF0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_avoidancePriority < 50) { IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); int32_t L_0 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get__avoidancePriority_8(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)50)))) { goto IL_0017; } } { // _avoidancePriority++; IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); int32_t L_1 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get__avoidancePriority_8(); ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->set__avoidancePriority_8(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); // } else { goto IL_001d; } IL_0017: { // _avoidancePriority = 1; IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->set__avoidancePriority_8(1); } IL_001d: { // return _avoidancePriority; IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); int32_t L_2 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get__avoidancePriority_8(); return L_2; } } // System.Void Wolf::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Update_m593EA9B3A97D51F54444F52F15A98CC70665E185 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // this.onlineHandler.Update(); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_0 = __this->get_onlineHandler_32(); NullCheck(L_0); OnlineHandler_Update_mE4112E03890D23ACB3C6DBD9D59F56E4E933A8B0(L_0, /*hidden argument*/NULL); // if (this.onlineHandler.isMirror) { OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_1 = __this->get_onlineHandler_32(); NullCheck(L_1); bool L_2 = L_1->get_isMirror_2(); if (!L_2) { goto IL_001f; } } { // UpdateOutline(); Wolf_UpdateOutline_m8632267F4E6C998835EDA2C52D5C2988FCB0B444(__this, /*hidden argument*/NULL); // return; return; } IL_001f: { // if (HasCloseToDestination()) { bool L_3; L_3 = Wolf_HasCloseToDestination_m7CC9B1C9BB2B0BCFCD36EDB60916CF0708BDE878(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { // OnReachDestination(); Wolf_OnReachDestination_m6242B376B3ACE6ACE279451EB88833F6B9CFF870(__this, /*hidden argument*/NULL); } IL_002d: { // UpdateAutoStrategy(); Wolf_UpdateAutoStrategy_m7079726A2203BF53419839FF445A4AD6F17F17C1(__this, /*hidden argument*/NULL); // UpdateAction(); Wolf_UpdateAction_mB99B185A4DDCB3884F238F61A4770C1E88CD5248(__this, /*hidden argument*/NULL); // UpdateOutline(); Wolf_UpdateOutline_m8632267F4E6C998835EDA2C52D5C2988FCB0B444(__this, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnDestroy_mDF38AD4D7F66EDB34E91BE0B2E717B4413FE2701 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mDC7CB36BB60F5F09AB6ED9101F6127F04821D232_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // wolfSet.Remove(this); IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_0 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get_wolfSet_31(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Remove_mDC7CB36BB60F5F09AB6ED9101F6127F04821D232(L_0, __this, /*hidden argument*/HashSet_1_Remove_mDC7CB36BB60F5F09AB6ED9101F6127F04821D232_RuntimeMethod_var); // WolfActGrid.ins.areaMatrix.releaseOccupy(this); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_2 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_2); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_3 = L_2->get_areaMatrix_6(); NullCheck(L_3); AreaMatrix_releaseOccupy_m812774928F2C7D51FE7F6CEF9B5724B37B0BDB47(L_3, __this, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::ChangeColorByType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_ChangeColorByType_m5235A87CD44FC4FE6D56A9A33FDB16FB552AAF82 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // colorType = type; int32_t L_0 = ___type0; __this->set_colorType_11(L_0); // if (skinnedMeshRenderer == null) skinnedMeshRenderer = GetComponentInChildren(); SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_1 = __this->get_skinnedMeshRenderer_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { // if (skinnedMeshRenderer == null) skinnedMeshRenderer = GetComponentInChildren(); SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_3; L_3 = Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3(__this, /*hidden argument*/Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var); __this->set_skinnedMeshRenderer_14(L_3); } IL_0021: { // baseMaterial = materials[type - 1]; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_4 = __this->get_materials_9(); int32_t L_5 = ___type0; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = (L_4)->GetAt(static_cast(L_6)); __this->set_baseMaterial_12(L_7); // outlineMaterial = outlineMaterials[type - 1]; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_8 = __this->get_outlineMaterials_10(); int32_t L_9 = ___type0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = (L_8)->GetAt(static_cast(L_10)); __this->set_outlineMaterial_13(L_11); // skinnedMeshRenderer.material = baseMaterial; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_12 = __this->get_skinnedMeshRenderer_14(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13 = __this->get_baseMaterial_12(); NullCheck(L_12); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_12, L_13, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::UpdateOutline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateOutline_m8632267F4E6C998835EDA2C52D5C2988FCB0B444 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __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; } Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * V_0 = NULL; { // Camera camera = Camera.main; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); V_0 = L_0; // if (!camera) return; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = V_0; 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_000f; } } { // if (!camera) return; return; } IL_000f: { // float distance = Vector3.Distance(this.transform.position, camera.transform.position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = V_0; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); float L_8; L_8 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_4, L_7, /*hidden argument*/NULL); // if (distance > 20) { if ((!(((float)L_8) > ((float)(20.0f))))) { goto IL_0052; } } { // if (!hasOutLine) { bool L_9 = __this->get_hasOutLine_15(); if (L_9) { goto IL_0072; } } { // hasOutLine = true; __this->set_hasOutLine_15((bool)1); // skinnedMeshRenderer.material = outlineMaterial; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_10 = __this->get_skinnedMeshRenderer_14(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = __this->get_outlineMaterial_13(); NullCheck(L_10); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_10, L_11, /*hidden argument*/NULL); // } else { return; } IL_0052: { // if (hasOutLine) { bool L_12 = __this->get_hasOutLine_15(); if (!L_12) { goto IL_0072; } } { // hasOutLine = false; __this->set_hasOutLine_15((bool)0); // skinnedMeshRenderer.material = baseMaterial; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_13 = __this->get_skinnedMeshRenderer_14(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_baseMaterial_12(); NullCheck(L_13); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_13, L_14, /*hidden argument*/NULL); } IL_0072: { // } return; } } // System.Void Wolf::OnHit(Arrow,UnityEngine.Vector3,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnHit_mDE77381E39FF3E8017355F1CEB3DF21E913C9B4C (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitPoint1, String_t* ___partName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { // arrow.Head().position = hitPoint + arrow.transform.forward * 0.1f; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_0 = ___arrow0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___hitPoint1; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3 = ___arrow0; NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, (0.100000001f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_6, /*hidden argument*/NULL); NullCheck(L_1); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_1, L_7, /*hidden argument*/NULL); // arrow.Hit(); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_8 = ___arrow0; NullCheck(L_8); Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A(L_8, /*hidden argument*/NULL); // if (onlineHandler.isMirror) { OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_9 = __this->get_onlineHandler_32(); NullCheck(L_9); bool L_10 = L_9->get_isMirror_2(); if (!L_10) { goto IL_0060; } } { // onlineHandler.onHitData = onlineHandler.uid.ToString() + "," + partName; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_11 = __this->get_onlineHandler_32(); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_12 = __this->get_onlineHandler_32(); NullCheck(L_12); int32_t* L_13 = L_12->get_address_of_uid_1(); String_t* L_14; L_14 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_13, /*hidden argument*/NULL); String_t* L_15 = ___partName2; String_t* L_16; L_16 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_14, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_15, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_onHitData_9(L_16); // return; return; } IL_0060: { // OnHitLogic(arrow, partName); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_17 = ___arrow0; String_t* L_18 = ___partName2; Wolf_OnHitLogic_m47C16ED6539770ACE9ED94448266BCFBF0EC0D70(__this, L_17, L_18, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnHitLogic_m47C16ED6539770ACE9ED94448266BCFBF0EC0D70 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B114FBC82242A0E02F51FFAC28A77953C9B3D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * G_B9_0 = NULL; Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * G_B8_0 = NULL; { // int hurtValue = 0; V_0 = 0; // if (partName == "Leg" || partName == "Tail") { String_t* L_0 = ___partName1; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { String_t* L_2 = ___partName1; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteral28B114FBC82242A0E02F51FFAC28A77953C9B3D5, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } IL_001c: { // hurtValue = 2; V_0 = 2; // } goto IL_0041; } IL_0020: { // else if (partName == "Body") { String_t* L_4 = ___partName1; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA, /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { // hurtValue = 3; V_0 = 3; // } goto IL_0041; } IL_0031: { // else if (partName == "Head") { String_t* L_6 = ___partName1; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321, /*hidden argument*/NULL); if (!L_7) { goto IL_0041; } } { // hurtValue = 10; V_0 = ((int32_t)10); } IL_0041: { // hp -= hurtValue; int32_t L_8 = __this->get_hp_7(); int32_t L_9 = V_0; __this->set_hp_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))); // GameEventCenter.ins.onTargetAnimalHurt?.Invoke(this, hurtValue); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_10; L_10 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); NullCheck(L_10); Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * L_11 = L_10->get_onTargetAnimalHurt_5(); Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * L_12 = L_11; G_B8_0 = L_12; if (L_12) { G_B9_0 = L_12; goto IL_005f; } } { goto IL_0066; } IL_005f: { int32_t L_13 = V_0; NullCheck(G_B9_0); Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA(G_B9_0, __this, L_13, /*hidden argument*/Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var); } IL_0066: { // if (hp > 0) { int32_t L_14 = __this->get_hp_7(); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0076; } } { // Hurt(); Wolf_Hurt_m8DCF44FBA4A9258CC06213CD70D60DBAF6C4BFCE(__this, /*hidden argument*/NULL); // } else { return; } IL_0076: { // Die(arrow); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_15 = ___arrow0; Wolf_Die_m7A91EC133F7D4AF3E316D914868995128D147526(__this, L_15, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::Die(Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Die_m7A91EC133F7D4AF3E316D914868995128D147526 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m679056BFFDD01E477F88F2DDD33AE5D6896AB341_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); 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*)&Wolf_U3CDieU3Eb__21_0_m03A688F8C9329E50756C8C383A5043249FDA8091_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE); s_Il2CppMethodInitialized = true; } Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * G_B7_0 = NULL; Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * G_B6_0 = NULL; { // if (state.dead) return; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_dead_9(); if (!L_1) { goto IL_000e; } } { // if (state.dead) return; return; } IL_000e: { // if (arrow != null) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_2 = ___arrow0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003b; } } { // arrow.onDoNextShoot += delegate() { // Destroy(this.gameObject); // }; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_4 = ___arrow0; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_5 = L_4; NullCheck(L_5); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = L_5->get_onDoNextShoot_17(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_7, __this, (intptr_t)((intptr_t)Wolf_U3CDieU3Eb__21_0_m03A688F8C9329E50756C8C383A5043249FDA8091_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_8; L_8 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_onDoNextShoot_17(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_8, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // } else { goto IL_0047; } IL_003b: { // onlineHandler.onDoNextShootWillDestroy = true; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_9 = __this->get_onlineHandler_32(); NullCheck(L_9); L_9->set_onDoNextShootWillDestroy_10((bool)1); } IL_0047: { // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_10 = __this->get_state_28(); NullCheck(L_10); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_10, /*hidden argument*/NULL); // state.dead = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_11 = __this->get_state_28(); NullCheck(L_11); L_11->set_dead_9((bool)1); // this.agent.enabled = false; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_12 = __this->get_agent_6(); NullCheck(L_12); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_12, (bool)0, /*hidden argument*/NULL); // onDie?.Invoke(this); Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * L_13 = __this->get_onDie_29(); Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * L_14 = L_13; G_B6_0 = L_14; if (L_14) { G_B7_0 = L_14; goto IL_0076; } } { goto IL_007c; } IL_0076: { NullCheck(G_B7_0); Action_1_Invoke_m679056BFFDD01E477F88F2DDD33AE5D6896AB341(G_B7_0, __this, /*hidden argument*/Action_1_Invoke_m679056BFFDD01E477F88F2DDD33AE5D6896AB341_RuntimeMethod_var); } IL_007c: { // AudioMgr.ins.PlayAnimalEffect("wolf_die", AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_15 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16; L_16 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_17; L_17 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_16, /*hidden argument*/NULL); NullCheck(L_15); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_15, _stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE, L_17, /*hidden argument*/NULL); // this.onlineHandler.deadID++; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_18 = __this->get_onlineHandler_32(); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_19 = L_18; NullCheck(L_19); int32_t L_20 = L_19->get_deadID_12(); NullCheck(L_19); L_19->set_deadID_12(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); // } return; } } // System.Void Wolf::Hurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Hurt_m8DCF44FBA4A9258CC06213CD70D60DBAF6C4BFCE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __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*)&_stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72); s_Il2CppMethodInitialized = true; } { // if (!state.attacking) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_attacking_4(); if (L_1) { goto IL_0060; } } { // if (Random.value < 0.2f) { float L_2; L_2 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); if ((!(((float)L_2) < ((float)(0.200000003f))))) { goto IL_0040; } } { // CancelLockTarget(); Wolf_CancelLockTarget_mD39A517EE2D9511B107CA2581F233195CE12412D(__this, 0, /*hidden argument*/NULL); // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_3 = __this->get_state_28(); NullCheck(L_3); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_3, /*hidden argument*/NULL); // state.lockingTarget = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_4 = __this->get_state_28(); NullCheck(L_4); L_4->set_lockingTarget_12((bool)1); // needAmbush = false; __this->set_needAmbush_22((bool)0); // } else { goto IL_0060; } IL_0040: { // if (!state.lockingTarget) ResetZPathRecord(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_5 = __this->get_state_28(); NullCheck(L_5); bool L_6 = L_5->get_lockingTarget_12(); if (L_6) { goto IL_0053; } } { // if (!state.lockingTarget) ResetZPathRecord(); Wolf_ResetZPathRecord_m572BDFFC4D7B24E933EAE058A0DD61FDE7F404D9(__this, /*hidden argument*/NULL); } IL_0053: { // CancelLockTarget(1); Wolf_CancelLockTarget_mD39A517EE2D9511B107CA2581F233195CE12412D(__this, 1, /*hidden argument*/NULL); // RunAwayFromHunter(); Wolf_RunAwayFromHunter_m16D46CED300B98282FA0A9AAF67D83153CE3BBD9(__this, /*hidden argument*/NULL); } IL_0060: { // AudioMgr.ins.PlayAnimalEffect("wolf_injured", AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_7 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_9; L_9 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_8, /*hidden argument*/NULL); NullCheck(L_7); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_7, _stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72, L_9, /*hidden argument*/NULL); // this.onlineHandler.injuredID++; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_10 = __this->get_onlineHandler_32(); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_11 = L_10; NullCheck(L_11); int32_t L_12 = L_11->get_injuredID_11(); NullCheck(L_11); L_11->set_injuredID_11(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); // } return; } } // System.Void Wolf::SetAgentStopped(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_SetAgentStopped_m67E49128C95BDA2097F06EE156CAB8AD78F004B9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___value0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // try { this.agent.isStopped = value; } catch (System.Exception) {} NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = __this->get_agent_6(); bool L_1 = ___value0; NullCheck(L_0); NavMeshAgent_set_isStopped_m3258581121A85B9F8BC02FCC2111B15506A26896(L_0, L_1, /*hidden argument*/NULL); // try { this.agent.isStopped = value; } catch (System.Exception) {} goto IL_0011; }// 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_000e; } throw e; } CATCH_000e: {// begin catch(System.Exception) // try { this.agent.isStopped = value; } catch (System.Exception) {} // try { this.agent.isStopped = value; } catch (System.Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0011; }// end catch (depth: 1) IL_0011: { // } return; } } // System.Void Wolf::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_0, /*hidden argument*/NULL); // state.moving = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_1 = __this->get_state_28(); NullCheck(L_1); L_1->set_moving_1((bool)1); // SetAgentStopped(false); Wolf_SetAgentStopped_m67E49128C95BDA2097F06EE156CAB8AD78F004B9(__this, (bool)0, /*hidden argument*/NULL); // if (useRunbackPoint) { bool L_2 = __this->get_useRunbackPoint_24(); if (!L_2) { goto IL_003f; } } { // useRunbackPoint = false; __this->set_useRunbackPoint_24((bool)0); // WolfActGrid.ins.areaMatrix.releaseOccupy(this); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_3 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_3); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_4 = L_3->get_areaMatrix_6(); NullCheck(L_4); AreaMatrix_releaseOccupy_m812774928F2C7D51FE7F6CEF9B5724B37B0BDB47(L_4, __this, /*hidden argument*/NULL); // } else { goto IL_005f; } IL_003f: { // bool occupySuccess = WolfActGrid.ins.areaMatrix.occupyPos(pos, this); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_5 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_5); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_6 = L_5->get_areaMatrix_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___pos0; NullCheck(L_6); bool L_8; L_8 = AreaMatrix_occupyPos_m6260525CF9939070FD358DF8F6D8C54564A9FDEB(L_6, L_7, __this, /*hidden argument*/NULL); // if (!occupySuccess) { if (L_8) { goto IL_005f; } } { // pos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); ___pos0 = L_10; } IL_005f: { // this.agent.destination = pos; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_11 = __this->get_agent_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___pos0; NullCheck(L_11); NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7(L_11, L_12, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::OnReachDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_OnReachDestination_m6242B376B3ACE6ACE279451EB88833F6B9CFF870 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // if (!state.moving) return; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_moving_1(); if (L_1) { goto IL_000e; } } { // if (!state.moving) return; return; } IL_000e: { // SetAgentStopped(true); Wolf_SetAgentStopped_m67E49128C95BDA2097F06EE156CAB8AD78F004B9(__this, (bool)1, /*hidden argument*/NULL); // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); NullCheck(L_2); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_2, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::HasCloseToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_HasCloseToDestination_m7CC9B1C9BB2B0BCFCD36EDB60916CF0708BDE878 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!state.moving) return true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_moving_1(); if (L_1) { goto IL_000f; } } { // if (!state.moving) return true; return (bool)1; } IL_000f: { // if (Vector3.Distance(this.agent.nextPosition, this.agent.destination) < 0.25f) { NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_2 = __this->get_agent_6(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3(L_2, /*hidden argument*/NULL); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_4 = __this->get_agent_6(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = NavMeshAgent_get_destination_m0FDF371CBF97028F28416675134875122F13AD2F(L_4, /*hidden argument*/NULL); float L_6; L_6 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_3, L_5, /*hidden argument*/NULL); if ((!(((float)L_6) < ((float)(0.25f))))) { goto IL_0033; } } { // return true; return (bool)1; } IL_0033: { // if (state.movingTime > 0.1f && this.agent.velocity.magnitude < 0.05f) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_7 = __this->get_state_28(); NullCheck(L_7); float L_8 = L_7->get_movingTime_11(); if ((!(((float)L_8) > ((float)(0.100000001f))))) { goto IL_0061; } } { NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_9 = __this->get_agent_6(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = NavMeshAgent_get_velocity_mA6F25F6B38D5092BBE6DECD77F8FDB93D5C515C9(L_9, /*hidden argument*/NULL); V_0 = L_10; float L_11; L_11 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_11) < ((float)(0.0500000007f))))) { goto IL_0061; } } { // return true; return (bool)1; } IL_0061: { // return false; return (bool)0; } } // System.Void Wolf::CancelLockTarget(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_CancelLockTarget_mD39A517EE2D9511B107CA2581F233195CE12412D (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, int32_t ___cancelType0, const RuntimeMethod* method) { { // if (!state.lockingTarget) return; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_lockingTarget_12(); if (L_1) { goto IL_000e; } } { // if (!state.lockingTarget) return; return; } IL_000e: { // state.lockingTarget = false; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); NullCheck(L_2); L_2->set_lockingTarget_12((bool)0); // if (cancelType == 1) state.lockingTarget = true; int32_t L_3 = ___cancelType0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002a; } } { // if (cancelType == 1) state.lockingTarget = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_4 = __this->get_state_28(); NullCheck(L_4); L_4->set_lockingTarget_12((bool)1); } IL_002a: { // RandomWillStayTime(); Wolf_RandomWillStayTime_m9F6049E03BB4D89B515E4D33018A01E349E2E281(__this, /*hidden argument*/NULL); // willAttack = false; __this->set_willAttack_18((bool)0); // hasRunAround = false; __this->set_hasRunAround_19((bool)0); // if (cancelType == 1) hasRunAround = true; int32_t L_5 = ___cancelType0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0049; } } { // if (cancelType == 1) hasRunAround = true; __this->set_hasRunAround_19((bool)1); } IL_0049: { // needRunAroundCount = 0; __this->set_needRunAroundCount_20(0); // if (cancelType == 1) needRunAroundCount = 2; int32_t L_6 = ___cancelType0; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_005b; } } { // if (cancelType == 1) needRunAroundCount = 2; __this->set_needRunAroundCount_20(2); } IL_005b: { // hasRunToHunter = false; __this->set_hasRunToHunter_21((bool)0); // if (cancelType == 1) hasRunToHunter = true; int32_t L_7 = ___cancelType0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_006d; } } { // if (cancelType == 1) hasRunToHunter = true; __this->set_hasRunToHunter_21((bool)1); } IL_006d: { // } return; } } // System.Void Wolf::UpdateAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateAutoStrategy_m7079726A2203BF53419839FF445A4AD6F17F17C1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (state.dead) return; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_dead_9(); if (!L_1) { goto IL_000e; } } { // if (state.dead) return; return; } IL_000e: { // if (state.lockingTarget) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); NullCheck(L_2); bool L_3 = L_2->get_lockingTarget_12(); if (!L_3) { goto IL_00d2; } } { // if (!hasRunToHunter) { bool L_4 = __this->get_hasRunToHunter_21(); if (L_4) { goto IL_003c; } } { // hasRunToHunter = true; __this->set_hasRunToHunter_21((bool)1); // RunToAttackHunter(true); Wolf_RunToAttackHunter_m4E369559AA85D67CA4D628F2A62B6A31485BBB4F(__this, (bool)1, /*hidden argument*/NULL); // willAttack = true; __this->set_willAttack_18((bool)1); // return; return; } IL_003c: { // if (!state.moving && !state.attacking) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_5 = __this->get_state_28(); NullCheck(L_5); bool L_6 = L_5->get_moving_1(); if (L_6) { goto IL_00d1; } } { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_7 = __this->get_state_28(); NullCheck(L_7); bool L_8 = L_7->get_attacking_4(); if (L_8) { goto IL_00d1; } } { // if (willAttack) { bool L_9 = __this->get_willAttack_18(); if (!L_9) { goto IL_0076; } } { // willAttack = false; __this->set_willAttack_18((bool)0); // Attack(); Wolf_Attack_mC40289A4C0467C0C7B98AC2F70664367A679B854(__this, /*hidden argument*/NULL); // needRunAroundCount = 3; __this->set_needRunAroundCount_20(3); // return; return; } IL_0076: { // if (needRunAroundCount > 0) { int32_t L_10 = __this->get_needRunAroundCount_20(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_00b3; } } { // needRunAroundCount--; int32_t L_11 = __this->get_needRunAroundCount_20(); __this->set_needRunAroundCount_20(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); // useRunbackPoint = !hasRunAround; bool L_12 = __this->get_hasRunAround_19(); __this->set_useRunbackPoint_24((bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0)); // RunAroundHunter(!hasRunAround); bool L_13 = __this->get_hasRunAround_19(); Wolf_RunAroundHunter_mE6083ECDDE55D2436583FCB2016F395AEBB3E383(__this, (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // hasRunAround = true; __this->set_hasRunAround_19((bool)1); // return; return; } IL_00b3: { // if (hasRunAround) { bool L_14 = __this->get_hasRunAround_19(); if (!L_14) { goto IL_00c9; } } { // hasRunAround = false; __this->set_hasRunAround_19((bool)0); // RunToAttackHunter(false); Wolf_RunToAttackHunter_m4E369559AA85D67CA4D628F2A62B6A31485BBB4F(__this, (bool)0, /*hidden argument*/NULL); } IL_00c9: { // willAttack = true; __this->set_willAttack_18((bool)1); // return; return; } IL_00d1: { // return; return; } IL_00d2: { // if (state.staying) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_15 = __this->get_state_28(); NullCheck(L_15); bool L_16 = L_15->get_staying_0(); if (!L_16) { goto IL_00f9; } } { // if (state.stayingTime > willStayTime) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_17 = __this->get_state_28(); NullCheck(L_17); float L_18 = L_17->get_stayingTime_10(); float L_19 = __this->get_willStayTime_17(); if ((!(((float)L_18) > ((float)L_19)))) { goto IL_00f8; } } { // MoveSlowlyInZPath(); Wolf_MoveSlowlyInZPath_m334FED3462295CDE860D55B0B24229DCB506496F(__this, /*hidden argument*/NULL); } IL_00f8: { // return; return; } IL_00f9: { // if (state.moving) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_20 = __this->get_state_28(); NullCheck(L_20); bool L_21 = L_20->get_moving_1(); if (!L_21) { goto IL_010d; } } { // lastAutoType = 2; __this->set_lastAutoType_16(2); } IL_010d: { // if (!state.staying && !state.moving) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_22 = __this->get_state_28(); NullCheck(L_22); bool L_23 = L_22->get_staying_0(); if (L_23) { goto IL_0168; } } { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_24 = __this->get_state_28(); NullCheck(L_24); bool L_25 = L_24->get_moving_1(); if (L_25) { goto IL_0168; } } { // if (lastAutoType == 1 || lastAutoType == 0) { int32_t L_26 = __this->get_lastAutoType_16(); if ((((int32_t)L_26) == ((int32_t)1))) { goto IL_0138; } } { int32_t L_27 = __this->get_lastAutoType_16(); if (L_27) { goto IL_013f; } } IL_0138: { // MoveSlowlyInZPath(); Wolf_MoveSlowlyInZPath_m334FED3462295CDE860D55B0B24229DCB506496F(__this, /*hidden argument*/NULL); // } else { return; } IL_013f: { // if (!canCreateZPath && zPathPoints.Count == 0) { bool L_28 = __this->get_canCreateZPath_26(); if (L_28) { goto IL_015b; } } { Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_29 = __this->get_zPathPoints_25(); NullCheck(L_29); int32_t L_30; L_30 = Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline(L_29, /*hidden argument*/Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); if (L_30) { goto IL_015b; } } { // MoveSlowlyInZPath();//???????????????? Wolf_MoveSlowlyInZPath_m334FED3462295CDE860D55B0B24229DCB506496F(__this, /*hidden argument*/NULL); // } else { return; } IL_015b: { // RandomWillStayTime(); Wolf_RandomWillStayTime_m9F6049E03BB4D89B515E4D33018A01E349E2E281(__this, /*hidden argument*/NULL); // Stay(true); Wolf_Stay_m99D1F11951EF6FA3EF3F3E979BC5400F736A79A1(__this, (bool)1, /*hidden argument*/NULL); } IL_0168: { // } return; } } // System.Void Wolf::RandomWillStayTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RandomWillStayTime_m9F6049E03BB4D89B515E4D33018A01E349E2E281 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // this.willStayTime = Random.value * 4 + 2; float L_0; L_0 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_willStayTime_17(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(4.0f))), (float)(2.0f)))); // } return; } } // System.Void Wolf::LookAtHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // this.transform.LookAt(hunterPosition); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_LookAt_m996FADE2327B0A4412FF4A5179B8BABD9EB849BA(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::Attack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Attack_mC40289A4C0467C0C7B98AC2F70664367A679B854 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAttackU3Eb__38_0_mD5CA0C87F15BE54746BEC35580BD0B52B66EA9E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAttackU3Eb__38_12_m11D113510E458F76C9A63E92F7E231CDBCB150CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAttackU3Eb__38_3_m3B9CC29D622CD230EAE420E0E7C5DBAB074B46FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAttackU3Eb__38_6_m841C8E5FCBEBB1CC8B7E7AA520ABDA731C7CF987_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAttackU3Eb__38_9_m13C710D6DD054AB965DCC05716934A06D053094B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__14_mF3693D17D0BC67CF780ABB5B7A7D7F653FB710C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__2_m72F2FB6D7740CD239AA71FA03A7B185B6EA8C4D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__10_mF5417C6D077EB2E3D7355421001034A232AF4CB8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__11_m90FDD3E69189823AA442879115CD8A7347E7F1CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__13_m85F88BE47BBE0D163BBE5406A88FD65402FA9223_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__1_mA35FE55B3D9B3F3265B4DE40C1BDC0F8628C164B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__4_mE2119AE8032955B8C0B50D5B6DEEA2E3A2A30C6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__5_m1E3A0C293170A161A64D969BE8A965BDF750F397_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__7_m04B80F810DAFFD639700A0BA97AC2F8E52B22A1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__8_mCC8613849FE0167BF33E43339FF2C3067083BF03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * V_0 = NULL; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * V_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B4_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B4_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B3_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B3_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B9_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B9_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B8_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B8_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B12_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B12_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B11_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B11_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B14_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B14_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B13_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B13_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B16_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B16_1 = NULL; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * G_B15_0 = NULL; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * G_B15_1 = NULL; Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * G_B20_0 = NULL; Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * G_B19_0 = NULL; { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = (U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass38_0__ctor_m5B98A052DE2D8654BF7173A94AC2B611B6FC6BCF(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); NullCheck(L_2); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_2, /*hidden argument*/NULL); // state.attacking = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_3 = __this->get_state_28(); NullCheck(L_3); L_3->set_attacking_4((bool)1); // curAnimIndex = -1; /*?????????????????????????????? * __this->set_curAnimIndex_27((-1)); // int hurtValue = 2; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_4 = V_0; NullCheck(L_4); L_4->set_hurtValue_1(2); // if (canAttackID == "A") { String_t* L_5 = __this->get_canAttackID_23(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003, /*hidden argument*/NULL); if (!L_6) { goto IL_0327; } } { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_7 = (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass38_1__ctor_m03FA2EBBB54869A631151DD97D1A75FBD5A084C4(L_7, /*hidden argument*/NULL); V_1 = L_7; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_8 = V_1; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_9 = V_0; NullCheck(L_8); L_8->set_CSU24U3CU3E8__locals1_9(L_9); // int avoidancePriority = this.agent.avoidancePriority; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_10 = V_1; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_11 = __this->get_agent_6(); NullCheck(L_11); int32_t L_12; L_12 = NavMeshAgent_get_avoidancePriority_mB6DF7EA603BB6D84286D1AF78996B79272857D5A(L_11, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_avoidancePriority_8(L_12); // float baseoffset = this.agent.baseOffset; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_13 = V_1; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_14 = __this->get_agent_6(); NullCheck(L_14); float L_15; L_15 = NavMeshAgent_get_baseOffset_m77971FFBAEEF983D08FF9D425945CDEE8776B031(L_14, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_baseoffset_7(L_15); // Vector3 hunterPos = hunterPosition; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_16 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B(__this, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_hunterPos_4(L_17); // Vector3 jumpPoint = default; //??? U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_18 = V_1; NullCheck(L_18); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_19 = L_18->get_address_of_jumpPoint_3(); il2cpp_codegen_initobj(L_19, sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // Vector3 landPoint = default; //??? U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_20 = V_1; NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = L_20->get_address_of_landPoint_5(); il2cpp_codegen_initobj(L_21, sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // Vector3 displace = default; //?? U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_22 = V_1; NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_23 = L_22->get_address_of_displace_6(); il2cpp_codegen_initobj(L_23, sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // Sequence seq = DOTween.Sequence(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_25; L_25 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); NullCheck(L_24); L_24->set_seq_2(L_25); // Quaternion ambushQuaStart = transform.rotation; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_26 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_27); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_28; L_28 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_27, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_ambushQuaStart_0(L_28); // Vector3 rotateDir = hunterPos - transform.position; rotateDir.y = 0; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_29 = V_1; NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = L_29->get_hunterPos_4(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_31); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_31, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_30, L_32, /*hidden argument*/NULL); V_2 = L_33; // Vector3 rotateDir = hunterPos - transform.position; rotateDir.y = 0; (&V_2)->set_y_3((0.0f)); // Quaternion ambushQuaEnd = Quaternion.FromToRotation(Vector3.forward, rotateDir); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_34 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_37; L_37 = Quaternion_FromToRotation_mD0EBB9993FC7C6A45724D0365B09F11F1CEADB80(L_35, L_36, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_ambushQuaEnd_1(L_37); // float needRotateAngle = Quaternion.Angle(ambushQuaStart, ambushQuaEnd); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_38 = V_1; NullCheck(L_38); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_39 = L_38->get_ambushQuaStart_0(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_40 = V_1; NullCheck(L_40); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_41 = L_40->get_ambushQuaEnd_1(); float L_42; L_42 = Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline(L_39, L_41, /*hidden argument*/NULL); V_3 = L_42; // this.agent.avoidancePriority = 0; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_43 = __this->get_agent_6(); NullCheck(L_43); NavMeshAgent_set_avoidancePriority_mEBC1EE92C76289E3F1CD4551871D3E2C7B379A7B(L_43, 0, /*hidden argument*/NULL); // if (needRotateAngle > 20) { float L_44 = V_3; if ((!(((float)L_44) > ((float)(20.0f))))) { goto IL_0178; } } { // state.ambushRotating = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_45 = __this->get_state_28(); NullCheck(L_45); L_45->set_ambushRotating_5((bool)1); // seq.Append(DOTween.To(() => 0f, value => { // transform.rotation = Quaternion.Lerp(ambushQuaStart, ambushQuaEnd, value); // }, 1f, needRotateAngle / 180f * 0.5f)); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_46 = V_1; NullCheck(L_46); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_47 = L_46->get_seq_2(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_48 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9__38_0_1(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_49 = L_48; G_B3_0 = L_49; G_B3_1 = L_47; if (L_49) { G_B4_0 = L_49; G_B4_1 = L_47; goto IL_014d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_50 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_51 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_51, L_50, (intptr_t)((intptr_t)U3CU3Ec_U3CAttackU3Eb__38_0_mD5CA0C87F15BE54746BEC35580BD0B52B66EA9E6_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_52 = L_51; ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9__38_0_1(L_52); G_B4_0 = L_52; G_B4_1 = G_B3_1; } IL_014d: { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_53 = V_1; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_54 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_54, L_53, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__1_mA35FE55B3D9B3F3265B4DE40C1BDC0F8628C164B_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); float L_55 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_56; L_56 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(G_B4_0, L_54, (1.0f), ((float)il2cpp_codegen_multiply((float)((float)((float)L_55/(float)(180.0f))), (float)(0.5f))), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_57; L_57 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(G_B4_1, L_56, /*hidden argument*/NULL); // } else { goto IL_0184; } IL_0178: { // ambushQuaEnd = ambushQuaStart; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_58 = V_1; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_59 = V_1; NullCheck(L_59); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_60 = L_59->get_ambushQuaStart_0(); NullCheck(L_58); L_58->set_ambushQuaEnd_1(L_60); } IL_0184: { // seq.AppendCallback(delegate() { // state.ambushRotating = false; // if (needAmbush) state.ambushing = true; // }); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_61 = V_1; NullCheck(L_61); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_62 = L_61->get_seq_2(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_63 = V_1; NullCheck(L_63); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_64 = L_63->get_CSU24U3CU3E8__locals1_9(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_65 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_65, L_64, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__2_m72F2FB6D7740CD239AA71FA03A7B185B6EA8C4D4_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_66; L_66 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_62, L_65, /*hidden argument*/NULL); // if (needAmbush) { bool L_67 = __this->get_needAmbush_22(); if (!L_67) { goto IL_01ef; } } { // seq.Append(DOTween.To(() => 0f, value => { // this.transform.rotation = ambushQuaEnd; // }, 1f, 2f)); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_68 = V_1; NullCheck(L_68); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_69 = L_68->get_seq_2(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_70 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9__38_3_2(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_71 = L_70; G_B8_0 = L_71; G_B8_1 = L_69; if (L_71) { G_B9_0 = L_71; G_B9_1 = L_69; goto IL_01ce; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_72 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_73 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_73, L_72, (intptr_t)((intptr_t)U3CU3Ec_U3CAttackU3Eb__38_3_m3B9CC29D622CD230EAE420E0E7C5DBAB074B46FE_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_74 = L_73; ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9__38_3_2(L_74); G_B9_0 = L_74; G_B9_1 = G_B8_1; } IL_01ce: { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_75 = V_1; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_76 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_76, L_75, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__4_mE2119AE8032955B8C0B50D5B6DEEA2E3A2A30C6B_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_77; L_77 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(G_B9_0, L_76, (1.0f), (2.0f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_78; L_78 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(G_B9_1, L_77, /*hidden argument*/NULL); } IL_01ef: { // seq.AppendCallback(delegate() { // if (state.dead) { // seq.Kill(); // return; // } // needAmbush = true; // state.ambushing = false; // state.attackA = true; // #region //??????? // jumpPoint = this.transform.position; // hunterPos.y = jumpPoint.y; // Vector3 deltaPointer = jumpPoint - hunterPos; // landPoint = hunterPos + deltaPointer.normalized * 1f; // displace = landPoint - jumpPoint; // #endregion // }); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_79 = V_1; NullCheck(L_79); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_80 = L_79->get_seq_2(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_81 = V_1; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_82 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_82, L_81, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__5_m1E3A0C293170A161A64D969BE8A965BDF750F397_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_83; L_83 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_80, L_82, /*hidden argument*/NULL); // seq.Append(DOTween.To(() => 0f, value => { // this.transform.position = jumpPoint + displace * value; // LookAtHunter(); // if (value < 0.5) { // this.agent.baseOffset = baseoffset + value; // } else { // this.agent.baseOffset = baseoffset + (1 - value); // if (!state.dead && state.attackA) { // state.attackA = false; // playAniJumpDown(); // } // } // }, 1f, 0.8f)); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_84 = V_1; NullCheck(L_84); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_85 = L_84->get_seq_2(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_86 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9__38_6_3(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_87 = L_86; G_B11_0 = L_87; G_B11_1 = L_85; if (L_87) { G_B12_0 = L_87; G_B12_1 = L_85; goto IL_022c; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_88 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_89 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_89, L_88, (intptr_t)((intptr_t)U3CU3Ec_U3CAttackU3Eb__38_6_m841C8E5FCBEBB1CC8B7E7AA520ABDA731C7CF987_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_90 = L_89; ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9__38_6_3(L_90); G_B12_0 = L_90; G_B12_1 = G_B11_1; } IL_022c: { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_91 = V_1; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_92 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_92, L_91, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__7_m04B80F810DAFFD639700A0BA97AC2F8E52B22A1D_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_93; L_93 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(G_B12_0, L_92, (1.0f), (0.800000012f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_94; L_94 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(G_B12_1, L_93, /*hidden argument*/NULL); // seq.AppendCallback(delegate() { // this.agent.avoidancePriority = avoidancePriority; // this.transform.position = landPoint; // LookAtHunter(); // if (!state.dead) onAttack?.Invoke(this, hurtValue); // }); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_95 = V_1; NullCheck(L_95); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_96 = L_95->get_seq_2(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_97 = V_1; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_98 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_98, L_97, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__8_mCC8613849FE0167BF33E43339FF2C3067083BF03_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_99; L_99 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_96, L_98, /*hidden argument*/NULL); // seq.Append(DOTween.To(() => 0f, value => { // this.transform.position = landPoint; // LookAtHunter(); // }, 1f, 0.3f)); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_100 = V_1; NullCheck(L_100); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_101 = L_100->get_seq_2(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_102 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9__38_9_4(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_103 = L_102; G_B13_0 = L_103; G_B13_1 = L_101; if (L_103) { G_B14_0 = L_103; G_B14_1 = L_101; goto IL_028a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_104 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_105 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_105, L_104, (intptr_t)((intptr_t)U3CU3Ec_U3CAttackU3Eb__38_9_m13C710D6DD054AB965DCC05716934A06D053094B_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_106 = L_105; ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9__38_9_4(L_106); G_B14_0 = L_106; G_B14_1 = G_B13_1; } IL_028a: { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_107 = V_1; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_108 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_108, L_107, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__10_mF5417C6D077EB2E3D7355421001034A232AF4CB8_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_109; L_109 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(G_B14_0, L_108, (1.0f), (0.300000012f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_110; L_110 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(G_B14_1, L_109, /*hidden argument*/NULL); // seq.AppendCallback(delegate() { // if (!state.dead) stopAniJumpDown(); //?????????????????? // this.transform.position = landPoint; // LookAtHunter(); // }); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_111 = V_1; NullCheck(L_111); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_112 = L_111->get_seq_2(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_113 = V_1; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_114 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_114, L_113, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__11_m90FDD3E69189823AA442879115CD8A7347E7F1CC_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_115; L_115 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_112, L_114, /*hidden argument*/NULL); // seq.Append(DOTween.To(() => 0f, value => { // this.transform.position = landPoint; // LookAtHunter(); // }, 1f, 0.1f)); //??dotween???????????; U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_116 = V_1; NullCheck(L_116); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_117 = L_116->get_seq_2(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_118 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9__38_12_5(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_119 = L_118; G_B15_0 = L_119; G_B15_1 = L_117; if (L_119) { G_B16_0 = L_119; G_B16_1 = L_117; goto IL_02e8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_120 = ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_121 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_121, L_120, (intptr_t)((intptr_t)U3CU3Ec_U3CAttackU3Eb__38_12_m11D113510E458F76C9A63E92F7E231CDBCB150CD_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_122 = L_121; ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9__38_12_5(L_122); G_B16_0 = L_122; G_B16_1 = G_B15_1; } IL_02e8: { U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_123 = V_1; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_124 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_124, L_123, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__13_m85F88BE47BBE0D163BBE5406A88FD65402FA9223_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_125; L_125 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(G_B16_0, L_124, (1.0f), (0.100000001f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_126; L_126 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(G_B16_1, L_125, /*hidden argument*/NULL); // seq.AppendCallback(delegate() { // state.ResetActionState(); // }); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_127 = V_1; NullCheck(L_127); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_128 = L_127->get_seq_2(); U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * L_129 = V_1; NullCheck(L_129); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_130 = L_129->get_CSU24U3CU3E8__locals1_9(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_131 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_131, L_130, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__14_mF3693D17D0BC67CF780ABB5B7A7D7F653FB710C6_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_132; L_132 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_128, L_131, /*hidden argument*/NULL); // } else if (canAttackID == "B") { return; } IL_0327: { // } else if (canAttackID == "B") { String_t* L_133 = __this->get_canAttackID_23(); bool L_134; L_134 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_133, _stringLiteralAB69FA1AB6BB831506EFCAD83900FEE751E85F6F, /*hidden argument*/NULL); if (!L_134) { goto IL_0363; } } { // state.attackB = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_135 = __this->get_state_28(); NullCheck(L_135); L_135->set_attackB_8((bool)1); // hurtValue = 3; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_136 = V_0; NullCheck(L_136); L_136->set_hurtValue_1(3); // onAttack?.Invoke(this, hurtValue); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_137 = __this->get_onAttack_30(); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_138 = L_137; G_B19_0 = L_138; if (L_138) { G_B20_0 = L_138; goto IL_0357; } } { return; } IL_0357: { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_139 = V_0; NullCheck(L_139); int32_t L_140 = L_139->get_hurtValue_1(); NullCheck(G_B20_0); Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819(G_B20_0, __this, L_140, /*hidden argument*/Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var); } IL_0363: { // } return; } } // System.Void Wolf::RunAwayFromHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunAwayFromHunter_m16D46CED300B98282FA0A9AAF67D83153CE3BBD9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector3 backVec = GetPointerHunterToMe(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563(__this, /*hidden argument*/NULL); V_0 = L_0; // SetDestination(transform.position + backVec.normalized * 6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_3, (6.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_4, /*hidden argument*/NULL); Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0(__this, L_5, /*hidden argument*/NULL); // state.moveQuickly = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_6 = __this->get_state_28(); NullCheck(L_6); L_6->set_moveQuickly_3((bool)1); // this.agent.speed = 5f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_7 = __this->get_agent_6(); NullCheck(L_7); NavMeshAgent_set_speed_mE71CB504B0CC1E977293722F9BA81B7060A99E14(L_7, (5.0f), /*hidden argument*/NULL); // } return; } } // System.Void Wolf::RunToAttackHunter(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunToAttackHunter_m4E369559AA85D67CA4D628F2A62B6A31485BBB4F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___quickly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B2_0 = NULL; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B1_0 = NULL; float G_B3_0 = 0.0f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B3_1 = NULL; { // Vector3 displace = GetPointerHunterToMe().normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563(__this, /*hidden argument*/NULL); V_3 = L_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); V_1 = L_1; // needDistance = 11.5f; V_0 = (11.5f); // canAttackID = "A"; __this->set_canAttackID_23(_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); // Vector3 newPos = animalsBaseT.position + displace * needDistance; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_1; float L_5 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_4, L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3, L_6, /*hidden argument*/NULL); V_2 = L_7; // SetDestination(newPos); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_2; Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0(__this, L_8, /*hidden argument*/NULL); // state.moveSlowly = !quickly; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_9 = __this->get_state_28(); bool L_10 = ___quickly0; NullCheck(L_9); L_9->set_moveSlowly_2((bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0)); // state.moveQuickly = quickly; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_11 = __this->get_state_28(); bool L_12 = ___quickly0; NullCheck(L_11); L_11->set_moveQuickly_3(L_12); // agent.speed = quickly ? 5f : 0.8f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_13 = __this->get_agent_6(); bool L_14 = ___quickly0; G_B1_0 = L_13; if (L_14) { G_B2_0 = L_13; goto IL_006a; } } { G_B3_0 = (0.800000012f); G_B3_1 = G_B1_0; goto IL_006f; } IL_006a: { G_B3_0 = (5.0f); G_B3_1 = G_B2_0; } IL_006f: { NullCheck(G_B3_1); NavMeshAgent_set_speed_mE71CB504B0CC1E977293722F9BA81B7060A99E14(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::RunAroundHunter(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_RunAroundHunter_mE6083ECDDE55D2436583FCB2016F395AEBB3E383 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___quickly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B5_0 = NULL; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B4_0 = NULL; float G_B6_0 = 0.0f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * G_B6_1 = NULL; { // if (useRunbackPoint) { bool L_0 = __this->get_useRunbackPoint_24(); if (!L_0) { goto IL_0015; } } { // newPos = WolfActGrid.ins.GetRunBackPointAfterPounce(); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_1 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = WolfActGrid_GetRunBackPointAfterPounce_mAD0D8AFB12B09F8EF03148928E2B22B48113A0AB(L_1, /*hidden argument*/NULL); V_0 = L_2; // } else { goto IL_0079; } IL_0015: { // float baseDistance = 13; V_1 = (13.0f); // float baseDistanceMoveRange = 5; V_2 = (5.0f); // Vector3 standardPointer = animalsBaseT.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_3, /*hidden argument*/NULL); V_3 = L_4; // Vector3 pointerWithLen = standardPointer.normalized * (baseDistance + Random.value * baseDistanceMoveRange); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); float L_6 = V_1; float L_7; L_7 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); float L_8 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, ((float)il2cpp_codegen_add((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))), /*hidden argument*/NULL); V_4 = L_9; // pointerWithLen = Quaternion.AngleAxis(Random.Range(-14f, 14f), Vector3.up) * pointerWithLen; float L_10; L_10 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((-14.0f), (14.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_10, L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; // newPos = animalsBaseT.position + pointerWithLen; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*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 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; } IL_0079: { // SetDestination(newPos); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_0; Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0(__this, L_19, /*hidden argument*/NULL); // state.moveSlowly = !quickly; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_20 = __this->get_state_28(); bool L_21 = ___quickly0; NullCheck(L_20); L_20->set_moveSlowly_2((bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0)); // state.moveQuickly = quickly; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_22 = __this->get_state_28(); bool L_23 = ___quickly0; NullCheck(L_22); L_22->set_moveQuickly_3(L_23); // agent.speed = quickly ? 5f : 0.8f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_24 = __this->get_agent_6(); bool L_25 = ___quickly0; G_B4_0 = L_24; if (L_25) { G_B5_0 = L_24; goto IL_00ab; } } { G_B6_0 = (0.800000012f); G_B6_1 = G_B4_0; goto IL_00b0; } IL_00ab: { G_B6_0 = (5.0f); G_B6_1 = G_B5_0; } IL_00b0: { NullCheck(G_B6_1); NavMeshAgent_set_speed_mE71CB504B0CC1E977293722F9BA81B7060A99E14(G_B6_1, G_B6_0, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::ResetZPathRecord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_ResetZPathRecord_m572BDFFC4D7B24E933EAE058A0DD61FDE7F404D9 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // zPathPoints.Clear(); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_0 = __this->get_zPathPoints_25(); NullCheck(L_0); Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021(L_0, /*hidden argument*/Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); // canCreateZPath = true; __this->set_canCreateZPath_26((bool)1); // } return; } } // System.Void Wolf::MoveSlowlyInZPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_MoveSlowlyInZPath_m334FED3462295CDE860D55B0B24229DCB506496F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); float V_7 = 0.0f; float V_8 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); { // if (zPathPoints.Count > 0) { Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_0 = __this->get_zPathPoints_25(); NullCheck(L_0); int32_t L_1; L_1 = Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_inline(L_0, /*hidden argument*/Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003c; } } { // SetDestination(zPathPoints.Dequeue()); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_2 = __this->get_zPathPoints_25(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7(L_2, /*hidden argument*/Queue_1_Dequeue_m82F8E91BD5A2A3862E6838853A5B0EA02464C4F7_RuntimeMethod_var); Wolf_SetDestination_m2788C8E8F93A081BCE1968197D94C454BA6D79C0(__this, L_3, /*hidden argument*/NULL); // state.moveSlowly = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_4 = __this->get_state_28(); NullCheck(L_4); L_4->set_moveSlowly_2((bool)1); // agent.speed = 0.8f; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_5 = __this->get_agent_6(); NullCheck(L_5); NavMeshAgent_set_speed_mE71CB504B0CC1E977293722F9BA81B7060A99E14(L_5, (0.800000012f), /*hidden argument*/NULL); // return; return; } IL_003c: { // if (!canCreateZPath) { bool L_6 = __this->get_canCreateZPath_26(); if (L_6) { goto IL_0051; } } { // state.lockingTarget = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_7 = __this->get_state_28(); NullCheck(L_7); L_7->set_lockingTarget_12((bool)1); // return; return; } IL_0051: { // zPathPoints.Clear(); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_8 = __this->get_zPathPoints_25(); NullCheck(L_8); Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021(L_8, /*hidden argument*/Queue_1_Clear_mB35BC3367B2296D3B1FAFD50DB86FBD814135021_RuntimeMethod_var); // Vector3 standardVec = animalsBaseT.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_9, /*hidden argument*/NULL); V_0 = L_10; // Vector3 hunterPos = animalsBaseT.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_11, /*hidden argument*/NULL); V_1 = L_12; // Vector3 myPos = this.transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_13, /*hidden argument*/NULL); V_2 = L_14; // float minDistance = 13; V_3 = (13.0f); // float maxDistance = 25; V_4 = (25.0f); } IL_008d: { // myPos.y = hunterPos.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; float L_16 = L_15.get_y_3(); (&V_2)->set_y_3(L_16); // float distance = Vector3.Distance(myPos, hunterPos); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_1; float L_19; L_19 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_17, L_18, /*hidden argument*/NULL); V_5 = L_19; // if (distance > minDistance) { float L_20 = V_5; float L_21 = V_3; if ((!(((float)L_20) > ((float)L_21)))) { goto IL_0158; } } { // Vector3 vecToMyPos = myPos - hunterPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_22, L_23, /*hidden argument*/NULL); V_6 = L_24; // float crossY = Vector3.Cross(standardVec, vecToMyPos).y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_Cross_m63414F0C545EBB616F339FF8830D37F9230736A4(L_25, L_26, /*hidden argument*/NULL); float L_28 = L_27.get_y_3(); // if (crossY >= 0) { //??? if ((!(((float)L_28) >= ((float)(0.0f))))) { goto IL_00db; } } { // nextAngle = Random.Range(-14f, -10f);//??????? float L_29; L_29 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((-14.0f), (-10.0f), /*hidden argument*/NULL); V_7 = L_29; // } else { //??? goto IL_00ec; } IL_00db: { // nextAngle = Random.Range(10f, 14f);;//??????? float L_30; L_30 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((10.0f), (14.0f), /*hidden argument*/NULL); V_7 = L_30; } IL_00ec: { // float nextDistance = distance - Random.Range(3.5f, 4.5f); float L_31 = V_5; float L_32; L_32 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((3.5f), (4.5f), /*hidden argument*/NULL); V_8 = ((float)il2cpp_codegen_subtract((float)L_31, (float)L_32)); // if (nextDistance > maxDistance) { float L_33 = V_8; float L_34 = V_4; if ((!(((float)L_33) > ((float)L_34)))) { goto IL_010a; } } { // nextDistance = maxDistance; float L_35 = V_4; V_8 = L_35; } IL_010a: { // if (nextDistance < minDistance) { float L_36 = V_8; float L_37 = V_3; if ((!(((float)L_36) < ((float)L_37)))) { goto IL_0112; } } { // nextDistance = minDistance; float L_38 = V_3; V_8 = L_38; } IL_0112: { // if (Mathf.Abs(nextDistance - distance) < 1.2f) { float L_39 = V_8; float L_40 = V_5; float L_41; L_41 = fabsf(((float)il2cpp_codegen_subtract((float)L_39, (float)L_40))); if ((((float)L_41) < ((float)(1.20000005f)))) { goto IL_0158; } } { // Vector3 displace = (Quaternion.AngleAxis(nextAngle, Vector3.up) * standardVec) * nextDistance; float L_42 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_44; L_44 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_42, L_43, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_44, L_45, /*hidden argument*/NULL); float L_47 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_46, L_47, /*hidden argument*/NULL); V_9 = L_48; // myPos = hunterPos + displace; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_49, L_50, /*hidden argument*/NULL); V_2 = L_51; // zPathPoints.Enqueue(myPos); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_52 = __this->get_zPathPoints_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = V_2; NullCheck(L_52); Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25(L_52, L_53, /*hidden argument*/Queue_1_Enqueue_mFA689133C7718CC225560689225A1DBC6243BF25_RuntimeMethod_var); // } else { goto IL_008d; } IL_0158: { // canCreateZPath = false; __this->set_canCreateZPath_26((bool)0); // } return; } } // System.Void Wolf::Stay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_Stay_m99D1F11951EF6FA3EF3F3E979BC5400F736A79A1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, bool ___correct0, const RuntimeMethod* method) { { // if (state.moving || correct) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_moving_1(); bool L_2 = ___correct0; if (!((int32_t)((int32_t)L_1|(int32_t)L_2))) { goto IL_002c; } } { // this.agent.destination = this.agent.nextPosition; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3 = __this->get_agent_6(); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_4 = __this->get_agent_6(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3(L_4, /*hidden argument*/NULL); NullCheck(L_3); NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7(L_3, L_5, /*hidden argument*/NULL); // SetAgentStopped(true); Wolf_SetAgentStopped_m67E49128C95BDA2097F06EE156CAB8AD78F004B9(__this, (bool)1, /*hidden argument*/NULL); } IL_002c: { // state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_6 = __this->get_state_28(); NullCheck(L_6); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_6, /*hidden argument*/NULL); // state.staying = true; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_7 = __this->get_state_28(); NullCheck(L_7); L_7->set_staying_0((bool)1); // } return; } } // System.Void Wolf::playAniStay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniStay_mA7D34F2B8EAA0A1BBE89E905DE602BCC11C0342F (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 7, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 7; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniStay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniStay_m5B04C0F616F30DF534177441B66D534AB32DCFE6 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 7; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)7))? 1 : 0); } } // System.Void Wolf::playAniMoveSlowly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniMoveSlowly_m91A369207897A7E7BC9067A5C64FF2722024A7CC (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 5, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 5; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniMoveSlowly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniMoveSlowly_mF782AEE2CBE51063912902B47BFACC475FB835E2 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 5; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)5))? 1 : 0); } } // System.Void Wolf::playAniMoveQuickly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniMoveQuickly_m021DD4591C030B08FF1C6DAE16206B43E99B004B (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 4, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 4; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniMoveQuickly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniMoveQuickly_m78ED650947DC2354DA2E9BE8DF5CA7C9C1693397 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 4; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0); } } // System.Void Wolf::playAniAmbush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAmbush_m7A0B5DB97454FC6E2BE52D61F39B077013EE6767 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 3, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 3; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniAmbush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAmbush_m4D2D0E78C5D6697A155C2B804B696344CD144A16 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 3; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Void Wolf::playAniAttakA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAttakA_m3CB41130BD65120338AC489A3D96B60925A15D93 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 1, WrapMode.Once); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 1; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 1, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniAttakA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAttakA_m7A6FDB9EF3516A34C9B40B4497714EF8507B1EE1 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 1; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Void Wolf::playAniJumpDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniJumpDown_m8519C24CBE4191495CAF8410780865A7B59BE5EE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 6, WrapMode.Once); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 6; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 1, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::stopAniJumpDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_stopAniJumpDown_mC0133B40521BDEDD294F7F63A27DF26C02D6ABDE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // ap.StopAnimation(6); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); NullCheck(L_0); AnimationPlayer_StopAnimation_m76B83450D9EA047F6DC51908A83FAACA94C63D6F(L_0, 6, /*hidden argument*/NULL); // } return; } } // System.Void Wolf::playAniAttakB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniAttakB_m7B51749210B41A2F4B364E57B03377325E54A625 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 0, WrapMode.Once); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 0; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 1, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniAttakB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniAttakB_mD38E392CB7667C1D0B94510AEFB8476A0A32AC60 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 0; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void Wolf::playAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniDie_m4ADA160D27574FCF1990738AE32C4B10F76172A8 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 2, WrapMode.Once); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 2; V_0 = L_1; __this->set_curAnimIndex_27(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 1, /*hidden argument*/NULL); // } return; } } // System.Boolean Wolf::isAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Wolf_isAniDie_m333B13C7B8B8904E6B2FAF0492EE0124DE432286 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return curAnimIndex == 2; int32_t L_0 = __this->get_curAnimIndex_27(); return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0); } } // System.Void Wolf::initAniListener() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_initAniListener_mDF6DA125A6705D02BC9727640105B3F50114EDED (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_U3CinitAniListenerU3Eb__66_0_m375DC2CA002FAEBCC2326040B8F44D3B054EE4D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // this.ap.completeCallback = delegate(AnimationPlayerCompleteResult res) { // if (res.index == 0) { // this.state.ResetActionState(); // } // }; AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * L_1 = (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 *)il2cpp_codegen_object_new(Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var); Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE(L_1, __this, (intptr_t)((intptr_t)Wolf_U3CinitAniListenerU3Eb__66_0_m375DC2CA002FAEBCC2326040B8F44D3B054EE4D0_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var); NullCheck(L_0); L_0->set_completeCallback_14(L_1); // } return; } } // System.Void Wolf::UpdateAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_UpdateAction_mB99B185A4DDCB3884F238F61A4770C1E88CD5248 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // if (state.staying) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_0 = __this->get_state_28(); NullCheck(L_0); bool L_1 = L_0->get_staying_0(); if (!L_1) { goto IL_0036; } } { // state.stayingTime += Time.deltaTime; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_3 = L_2; NullCheck(L_3); float L_4 = L_3->get_stayingTime_10(); float L_5; L_5 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); NullCheck(L_3); L_3->set_stayingTime_10(((float)il2cpp_codegen_add((float)L_4, (float)L_5))); // if (!isAniStay()) playAniStay(); bool L_6; L_6 = Wolf_isAniStay_m5B04C0F616F30DF534177441B66D534AB32DCFE6(__this, /*hidden argument*/NULL); if (L_6) { goto IL_012c; } } { // if (!isAniStay()) playAniStay(); Wolf_playAniStay_mA7D34F2B8EAA0A1BBE89E905DE602BCC11C0342F(__this, /*hidden argument*/NULL); // } return; } IL_0036: { // else if (state.moving) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_7 = __this->get_state_28(); NullCheck(L_7); bool L_8 = L_7->get_moving_1(); if (!L_8) { goto IL_0097; } } { // state.movingTime += Time.deltaTime; State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_9 = __this->get_state_28(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_10 = L_9; NullCheck(L_10); float L_11 = L_10->get_movingTime_11(); float L_12; L_12 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); NullCheck(L_10); L_10->set_movingTime_11(((float)il2cpp_codegen_add((float)L_11, (float)L_12))); // if (state.moveSlowly && !isAniMoveSlowly()) playAniMoveSlowly(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_13 = __this->get_state_28(); NullCheck(L_13); bool L_14 = L_13->get_moveSlowly_2(); if (!L_14) { goto IL_0075; } } { bool L_15; L_15 = Wolf_isAniMoveSlowly_mF782AEE2CBE51063912902B47BFACC475FB835E2(__this, /*hidden argument*/NULL); if (L_15) { goto IL_0075; } } { // if (state.moveSlowly && !isAniMoveSlowly()) playAniMoveSlowly(); Wolf_playAniMoveSlowly_m91A369207897A7E7BC9067A5C64FF2722024A7CC(__this, /*hidden argument*/NULL); } IL_0075: { // if (state.moveQuickly && !isAniMoveQuickly()) playAniMoveQuickly(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_16 = __this->get_state_28(); NullCheck(L_16); bool L_17 = L_16->get_moveQuickly_3(); if (!L_17) { goto IL_012c; } } { bool L_18; L_18 = Wolf_isAniMoveQuickly_m78ED650947DC2354DA2E9BE8DF5CA7C9C1693397(__this, /*hidden argument*/NULL); if (L_18) { goto IL_012c; } } { // if (state.moveQuickly && !isAniMoveQuickly()) playAniMoveQuickly(); Wolf_playAniMoveQuickly_m021DD4591C030B08FF1C6DAE16206B43E99B004B(__this, /*hidden argument*/NULL); // } return; } IL_0097: { // else if (state.attacking) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_19 = __this->get_state_28(); NullCheck(L_19); bool L_20 = L_19->get_attacking_4(); if (!L_20) { goto IL_0111; } } { // if (state.ambushRotating && !isAniMoveQuickly()) playAniMoveQuickly(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_21 = __this->get_state_28(); NullCheck(L_21); bool L_22 = L_21->get_ambushRotating_5(); if (!L_22) { goto IL_00bf; } } { bool L_23; L_23 = Wolf_isAniMoveQuickly_m78ED650947DC2354DA2E9BE8DF5CA7C9C1693397(__this, /*hidden argument*/NULL); if (L_23) { goto IL_00bf; } } { // if (state.ambushRotating && !isAniMoveQuickly()) playAniMoveQuickly(); Wolf_playAniMoveQuickly_m021DD4591C030B08FF1C6DAE16206B43E99B004B(__this, /*hidden argument*/NULL); } IL_00bf: { // if (state.ambushing && !isAniAmbush()) playAniAmbush(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_24 = __this->get_state_28(); NullCheck(L_24); bool L_25 = L_24->get_ambushing_6(); if (!L_25) { goto IL_00da; } } { bool L_26; L_26 = Wolf_isAniAmbush_m4D2D0E78C5D6697A155C2B804B696344CD144A16(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00da; } } { // if (state.ambushing && !isAniAmbush()) playAniAmbush(); Wolf_playAniAmbush_m7A0B5DB97454FC6E2BE52D61F39B077013EE6767(__this, /*hidden argument*/NULL); } IL_00da: { // if (state.attackA && !isAniAttakA()) playAniAttakA(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_27 = __this->get_state_28(); NullCheck(L_27); bool L_28 = L_27->get_attackA_7(); if (!L_28) { goto IL_00f5; } } { bool L_29; L_29 = Wolf_isAniAttakA_m7A6FDB9EF3516A34C9B40B4497714EF8507B1EE1(__this, /*hidden argument*/NULL); if (L_29) { goto IL_00f5; } } { // if (state.attackA && !isAniAttakA()) playAniAttakA(); Wolf_playAniAttakA_m3CB41130BD65120338AC489A3D96B60925A15D93(__this, /*hidden argument*/NULL); } IL_00f5: { // if (state.attackB && !isAniAttakB()) playAniAttakB(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_30 = __this->get_state_28(); NullCheck(L_30); bool L_31 = L_30->get_attackB_8(); if (!L_31) { goto IL_012c; } } { bool L_32; L_32 = Wolf_isAniAttakB_mD38E392CB7667C1D0B94510AEFB8476A0A32AC60(__this, /*hidden argument*/NULL); if (L_32) { goto IL_012c; } } { // if (state.attackB && !isAniAttakB()) playAniAttakB(); Wolf_playAniAttakB_m7B51749210B41A2F4B364E57B03377325E54A625(__this, /*hidden argument*/NULL); // } return; } IL_0111: { // else if (state.dead) { State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_33 = __this->get_state_28(); NullCheck(L_33); bool L_34 = L_33->get_dead_9(); if (!L_34) { goto IL_012c; } } { // if (!isAniDie()) playAniDie(); bool L_35; L_35 = Wolf_isAniDie_m333B13C7B8B8904E6B2FAF0492EE0124DE432286(__this, /*hidden argument*/NULL); if (L_35) { goto IL_012c; } } { // if (!isAniDie()) playAniDie(); Wolf_playAniDie_m4ADA160D27574FCF1990738AE32C4B10F76172A8(__this, /*hidden argument*/NULL); } IL_012c: { // } return; } } // System.Int32 Wolf::GetOnlineID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Wolf_GetOnlineID_mBA90710140AEBF2E0C5D0EAD3E69B6FBE2C0FC55 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { { // return onlineHandler.uid; OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_0 = __this->get_onlineHandler_32(); NullCheck(L_0); int32_t L_1 = L_0->get_uid_1(); return L_1; } } // System.Void Wolf::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf__ctor_m219B0E8CC07E88CC868D7BE4AFA5F97673F07E20 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [System.NonSerialized] public int hp = 1; __this->set_hp_7(1); // [System.NonSerialized] public int colorType = -1; __this->set_colorType_11((-1)); // bool needAmbush = true; __this->set_needAmbush_22((bool)1); // Queue zPathPoints = new Queue(); Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * L_0 = (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 *)il2cpp_codegen_object_new(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4_il2cpp_TypeInfo_var); Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496(L_0, /*hidden argument*/Queue_1__ctor_m41D7AF1A43E57A5072BD2C2869D168B78812A496_RuntimeMethod_var); __this->set_zPathPoints_25(L_0); // bool canCreateZPath = true; __this->set_canCreateZPath_26((bool)1); // [System.NonSerialized] public int curAnimIndex = -1; __this->set_curAnimIndex_27((-1)); // public OnlineHandler onlineHandler = new OnlineHandler(); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_1 = (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 *)il2cpp_codegen_object_new(OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560_il2cpp_TypeInfo_var); OnlineHandler__ctor_m94C0AE605F7E28E0562A03509834203102310FE7(L_1, /*hidden argument*/NULL); __this->set_onlineHandler_32(L_1); TargetAnimal__ctor_m79849190AD1B15ECC1D5A486410B8F065AC64324(__this, /*hidden argument*/NULL); return; } } // System.Void Wolf::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf__cctor_mB9F4D39DB050BB5DF8D1EB31BCEE11C17FC8B4F4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m49F3923FA06A11EABB9AE65AC42212179DA3B732_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static int _avoidancePriority = 0; ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->set__avoidancePriority_8(0); // public static HashSet wolfSet = new HashSet(); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_0 = (HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 *)il2cpp_codegen_object_new(HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2_il2cpp_TypeInfo_var); HashSet_1__ctor_m49F3923FA06A11EABB9AE65AC42212179DA3B732(L_0, /*hidden argument*/HashSet_1__ctor_m49F3923FA06A11EABB9AE65AC42212179DA3B732_RuntimeMethod_var); ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->set_wolfSet_31(L_0); return; } } // System.Void Wolf::b__21_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_U3CDieU3Eb__21_0_m03A688F8C9329E50756C8C383A5043249FDA8091 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __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; } { // Destroy(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_0, /*hidden argument*/NULL); // }; return; } } // System.Void Wolf::b__66_0(AnimationPlayerCompleteResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_U3CinitAniListenerU3Eb__66_0_m375DC2CA002FAEBCC2326040B8F44D3B054EE4D0 (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * ___res0, const RuntimeMethod* method) { { // if (res.index == 0) { AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_index_0(); if (L_1) { goto IL_0013; } } { // this.state.ResetActionState(); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = __this->get_state_28(); NullCheck(L_2); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_2, /*hidden argument*/NULL); } IL_0013: { // }; 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 WolfActGrid::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_Awake_m26324BFA3FB56B649F66B807EE10337B119E8124 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->set_ins_8(__this); // areaMatrix.wolfActGrid = this; AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_0 = __this->get_areaMatrix_6(); NullCheck(L_0); L_0->set_wolfActGrid_2(__this); // config = JsonConfig.Load(jsonText.text); TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * L_1 = __this->get_jsonText_4(); NullCheck(L_1); String_t* L_2; L_2 = TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218(L_1, /*hidden argument*/NULL); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_3; L_3 = JsonConfig_Load_mBE64199B4FF9087F283FED647ED3FB9F1C53FA4A(L_2, /*hidden argument*/NULL); __this->set_config_5(L_3); // if (debugNewAreaMatrix) { bool L_4 = __this->get_debugNewAreaMatrix_10(); if (!L_4) { goto IL_0037; } } { // createAreaMatrix(); WolfActGrid_createAreaMatrix_mFC06FF56AF04665C930552D0C61D7C62B70BF914(__this, /*hidden argument*/NULL); // } else { return; } IL_0037: { // loadAreaMatrix(); WolfActGrid_loadAreaMatrix_mD3859EB13393CF764561EB63BB22C6F1390B1D4B(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfActGrid::loadAreaMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_loadAreaMatrix_mD3859EB13393CF764561EB63BB22C6F1390B1D4B (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * V_0 = NULL; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); { // List> posMatrix = areaMatrix.posMatrix = config.GetPosMatrix(); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_0 = __this->get_areaMatrix_6(); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_1 = __this->get_config_5(); NullCheck(L_1); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_2; L_2 = JsonConfig_GetPosMatrix_m0701EC31B8215E3AC02CDF87B731ED8AC1D46A63(L_1, /*hidden argument*/NULL); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_3 = L_2; V_1 = L_3; NullCheck(L_0); L_0->set_posMatrix_0(L_3); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_4 = V_1; V_0 = L_4; // config.SetPosMatrixNull(); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_5 = __this->get_config_5(); NullCheck(L_5); JsonConfig_SetPosMatrixNull_mF24E8A54B412B79CF74DF20CAE5FC990E9DC6756(L_5, /*hidden argument*/NULL); // for (int r = 0; r < posMatrix.Count; r++) { V_2 = 0; goto IL_005d; } IL_0029: { // for (int c = 0; c < posMatrix[r].Count; c++) { V_3 = 0; goto IL_004a; } IL_002d: { // Vector3 pos = posMatrix[r][c]; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_8; L_8 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); int32_t L_9 = V_3; NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_4 = L_10; // DebugDrawSphere(pos, r, c); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_4; int32_t L_12 = V_2; int32_t L_13 = V_3; WolfActGrid_DebugDrawSphere_m7D3C6E2E79A4BC9F46224578D0E51EF690B48E39(__this, L_11, L_12, L_13, /*hidden argument*/NULL); // for (int c = 0; c < posMatrix[r].Count; c++) { int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004a: { // for (int c = 0; c < posMatrix[r].Count; c++) { int32_t L_15 = V_3; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_16 = V_0; int32_t L_17 = V_2; NullCheck(L_16); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_18; L_18 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); NullCheck(L_18); int32_t L_19; L_19 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_18, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_19))) { goto IL_002d; } } { // for (int r = 0; r < posMatrix.Count; r++) { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005d: { // for (int r = 0; r < posMatrix.Count; r++) { int32_t L_21 = V_2; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_22, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0029; } } { // } return; } } // System.Void WolfActGrid::createAreaMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_createAreaMatrix_mFC06FF56AF04665C930552D0C61D7C62B70BF914 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * V_6 = NULL; float V_7 = 0.0f; float V_8 = 0.0f; int32_t V_9 = 0; float V_10 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_11; memset((&V_11), 0, sizeof(V_11)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_12; memset((&V_12), 0, sizeof(V_12)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_13; memset((&V_13), 0, sizeof(V_13)); float V_14 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_15; memset((&V_15), 0, sizeof(V_15)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_16; memset((&V_16), 0, sizeof(V_16)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_17; memset((&V_17), 0, sizeof(V_17)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_18; memset((&V_18), 0, sizeof(V_18)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_19; memset((&V_19), 0, sizeof(V_19)); { // float circleRadius = 0.6f; V_0 = (0.600000024f); // Vector3 standardPosition = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); V_1 = L_1; // Vector3 standardPointer = transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_2, /*hidden argument*/NULL); V_2 = L_3; // float minAngleY = -14f; V_3 = (-14.0f); // float maxAngleY = 16f; V_4 = (16.0f); // for (float distance = 11.5f; distance <= 50f; distance += circleRadius * 2) { V_5 = (11.5f); goto IL_01eb; } IL_0037: { // List posList = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_4 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_4, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); V_6 = L_4; // areaMatrix.posMatrix.Add(posList); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_5 = __this->get_areaMatrix_6(); NullCheck(L_5); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_6 = L_5->get_posMatrix_0(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_7 = V_6; NullCheck(L_6); List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2(L_6, L_7, /*hidden argument*/List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2_RuntimeMethod_var); // float sinValue = circleRadius / distance; float L_8 = V_0; float L_9 = V_5; V_7 = ((float)((float)L_8/(float)L_9)); // float deltaAngle = 2f * Mathf.Asin(sinValue) / Mathf.PI * 180f; float L_10 = V_7; float L_11; L_11 = asinf(L_10); V_8 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_11))/(float)(3.14159274f))), (float)(180.0f))); // for (int col = 0; ; col++) { V_9 = 0; } IL_0074: { // float angleY = minAngleY + deltaAngle * col; float L_12 = V_3; float L_13 = V_8; int32_t L_14 = V_9; V_10 = ((float)il2cpp_codegen_add((float)L_12, (float)((float)il2cpp_codegen_multiply((float)L_13, (float)((float)((float)L_14)))))); // if (angleY > maxAngleY) break; float L_15 = V_10; float L_16 = V_4; if ((((float)L_15) > ((float)L_16))) { goto IL_01df; } } { // Vector3 pointer = Quaternion.AngleAxis(angleY, Vector3.up) * standardPointer; float L_17 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19; L_19 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_17, L_18, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_19, L_20, /*hidden argument*/NULL); V_11 = L_21; // Vector3 pointerWithLen = pointer * distance; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_11; float L_23 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_22, L_23, /*hidden argument*/NULL); V_12 = L_24; // Vector3 newPos = standardPosition + pointerWithLen; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_25, L_26, /*hidden argument*/NULL); V_13 = L_27; // float checkRayDistance = 60f; V_14 = (60.0f); // Vector3 rayPos = newPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_13; // Vector3 rayDir = Quaternion.AngleAxis(180, Vector3.up) * pointer; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_30; L_30 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398((180.0f), L_29, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_30, L_31, /*hidden argument*/NULL); V_15 = L_32; // if (Physics.Raycast(rayPos, rayDir, checkRayDistance, LayerMask.GetMask("Test"))) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_15; float L_34 = V_14; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); (L_36)->SetAt(static_cast(0), (String_t*)_stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); int32_t L_37; L_37 = LayerMask_GetMask_m46D2185735D02C7DEE01E3BAAF4A39F2AB46F67F(L_36, /*hidden argument*/NULL); bool L_38; L_38 = Physics_Raycast_m09F21E13465121A73F19C07FC5F5314CF15ACD15(L_28, L_33, L_34, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_01d4; } } { // Vector3 pointerWithLen1 = Quaternion.AngleAxis(-deltaAngle / 3f, Vector3.up) * pointerWithLen; float L_39 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_41; L_41 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)((float)((-L_39))/(float)(3.0f))), L_40, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_41, L_42, /*hidden argument*/NULL); V_16 = L_43; // Vector3 rayPos1 = standardPosition + pointerWithLen1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_44, L_45, /*hidden argument*/NULL); // Vector3 rayDir1 = Quaternion.AngleAxis(180, Vector3.up) * pointerWithLen1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; L_47 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_48; L_48 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398((180.0f), L_47, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_48, L_49, /*hidden argument*/NULL); V_17 = L_50; // if (Physics.Raycast(rayPos1, rayDir1, checkRayDistance, LayerMask.GetMask("Test"))) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = V_17; float L_52 = V_14; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_53 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); (L_54)->SetAt(static_cast(0), (String_t*)_stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); int32_t L_55; L_55 = LayerMask_GetMask_m46D2185735D02C7DEE01E3BAAF4A39F2AB46F67F(L_54, /*hidden argument*/NULL); bool L_56; L_56 = Physics_Raycast_m09F21E13465121A73F19C07FC5F5314CF15ACD15(L_46, L_51, L_52, L_55, /*hidden argument*/NULL); if (L_56) { goto IL_01d4; } } { // Vector3 pointerWithLen2 = Quaternion.AngleAxis(deltaAngle / 3f, Vector3.up) * pointerWithLen; float L_57 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; L_58 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_59; L_59 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)((float)L_57/(float)(3.0f))), L_58, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; L_61 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_59, L_60, /*hidden argument*/NULL); V_18 = L_61; // Vector3 rayPos2 = standardPosition + pointerWithLen2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = V_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_64; L_64 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_62, L_63, /*hidden argument*/NULL); // Vector3 rayDir2 = Quaternion.AngleAxis(180, Vector3.up) * pointerWithLen2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65; L_65 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_66; L_66 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398((180.0f), L_65, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67 = V_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68; L_68 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_66, L_67, /*hidden argument*/NULL); V_19 = L_68; // if (Physics.Raycast(rayPos2, rayDir2, checkRayDistance, LayerMask.GetMask("Test"))) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = V_19; float L_70 = V_14; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_71 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); (L_72)->SetAt(static_cast(0), (String_t*)_stringLiteral9AB696A37604D665DC97134DBEE44CFE70451B1A); int32_t L_73; L_73 = LayerMask_GetMask_m46D2185735D02C7DEE01E3BAAF4A39F2AB46F67F(L_72, /*hidden argument*/NULL); bool L_74; L_74 = Physics_Raycast_m09F21E13465121A73F19C07FC5F5314CF15ACD15(L_64, L_69, L_70, L_73, /*hidden argument*/NULL); if (L_74) { goto IL_01d4; } } { // posList.Add(newPos); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_75 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_76 = V_13; NullCheck(L_75); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_75, L_76, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); // DebugDrawSphere(newPos, areaMatrix.posMatrix.Count - 1, posList.Count - 1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_77 = V_13; AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_78 = __this->get_areaMatrix_6(); NullCheck(L_78); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_79 = L_78->get_posMatrix_0(); NullCheck(L_79); int32_t L_80; L_80 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_79, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_81 = V_6; NullCheck(L_81); int32_t L_82; L_82 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_81, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); WolfActGrid_DebugDrawSphere_m7D3C6E2E79A4BC9F46224578D0E51EF690B48E39(__this, L_77, ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)1)), /*hidden argument*/NULL); } IL_01d4: { // for (int col = 0; ; col++) { int32_t L_83 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); goto IL_0074; } IL_01df: { // for (float distance = 11.5f; distance <= 50f; distance += circleRadius * 2) { float L_84 = V_5; float L_85 = V_0; V_5 = ((float)il2cpp_codegen_add((float)L_84, (float)((float)il2cpp_codegen_multiply((float)L_85, (float)(2.0f))))); } IL_01eb: { // for (float distance = 11.5f; distance <= 50f; distance += circleRadius * 2) { float L_86 = V_5; if ((((float)L_86) <= ((float)(50.0f)))) { goto IL_0037; } } { // } return; } } // System.Void WolfActGrid::DebugDrawSphere(UnityEngine.Vector3,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_DebugDrawSphere_m7D3C6E2E79A4BC9F46224578D0E51EF690B48E39 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, int32_t ___r1, int32_t ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisWolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855_mDE9DBAFA99644F45075405F1B78B23F934EB9D6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDBB8D317096A0BA6BA9463FC2533707873DF8FD); s_Il2CppMethodInitialized = true; } { // if (!debugDrawing) return; bool L_0 = __this->get_debugDrawing_9(); if (L_0) { goto IL_0009; } } { // if (!debugDrawing) return; return; } IL_0009: { // GameObject sphere = transform.Find("Sphere").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteralBDBB8D317096A0BA6BA9463FC2533707873DF8FD, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); // GameObject o = GameObject.Instantiate(sphere, pos, Quaternion.identity, transform); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___pos0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_3, L_4, L_5, L_6, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // o.name = r + "_" + c; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = L_7; String_t* L_9; L_9 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___r1), /*hidden argument*/NULL); String_t* L_10; L_10 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___c2), /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_9, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_10, /*hidden argument*/NULL); NullCheck(L_8); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_8, L_11, /*hidden argument*/NULL); // o.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = L_8; NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)1, /*hidden argument*/NULL); // o.AddComponent().pos = pos; NullCheck(L_12); WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 * L_13; L_13 = GameObject_AddComponent_TisWolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855_mDE9DBAFA99644F45075405F1B78B23F934EB9D6C(L_12, /*hidden argument*/GameObject_AddComponent_TisWolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855_mDE9DBAFA99644F45075405F1B78B23F934EB9D6C_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___pos0; NullCheck(L_13); L_13->set_pos_4(L_14); // } return; } } // System.Void WolfActGrid::DebugOccupySphere(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_DebugOccupySphere_m06DD4CF1F442D65F6C6143565003C6B5630A95A0 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, String_t* ___name0, bool ___occupy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mA783B6FC656749CC2567298A1C51D249CEC77B1F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * G_B4_0 = NULL; MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * G_B3_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B5_0 = NULL; MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * G_B5_1 = NULL; { // if (!debugDrawing) return; bool L_0 = __this->get_debugDrawing_9(); if (L_0) { goto IL_0009; } } { // if (!debugDrawing) return; return; } IL_0009: { // transform.Find(name).GetComponent().material = occupy ? sphereMaterials[1] : sphereMaterials[0]; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); String_t* L_2 = ___name0; NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_3); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_4; L_4 = Component_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mA783B6FC656749CC2567298A1C51D249CEC77B1F(L_3, /*hidden argument*/Component_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mA783B6FC656749CC2567298A1C51D249CEC77B1F_RuntimeMethod_var); bool L_5 = ___occupy1; G_B3_0 = L_4; if (L_5) { G_B4_0 = L_4; goto IL_0027; } } { MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_6 = __this->get_sphereMaterials_7(); NullCheck(L_6); int32_t L_7 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = (L_6)->GetAt(static_cast(L_7)); G_B5_0 = L_8; G_B5_1 = G_B3_0; goto IL_002f; } IL_0027: { MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_9 = __this->get_sphereMaterials_7(); NullCheck(L_9); int32_t L_10 = 1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = (L_9)->GetAt(static_cast(L_10)); G_B5_0 = L_11; G_B5_1 = G_B4_0; } IL_002f: { NullCheck(G_B5_1); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(G_B5_1, G_B5_0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3 WolfActGrid::GetRunBackPointAfterPounce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E WolfActGrid_GetRunBackPointAfterPounce_mAD0D8AFB12B09F8EF03148928E2B22B48113A0AB (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral698F51FC26C277FAE9AED384A06B1F7906866E14); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (runBackPointIndex == -1) runBackPointIndex = Random.Range(0, 2); int32_t L_0 = __this->get_runBackPointIndex_11(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0016; } } { // if (runBackPointIndex == -1) runBackPointIndex = Random.Range(0, 2); int32_t L_1; L_1 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(0, 2, /*hidden argument*/NULL); __this->set_runBackPointIndex_11(L_1); } IL_0016: { // runBackPointIndex++; int32_t L_2 = __this->get_runBackPointIndex_11(); __this->set_runBackPointIndex_11(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); // return this.transform.Find("RunBackPoint" + (runBackPointIndex % 2)).position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); int32_t L_4 = __this->get_runBackPointIndex_11(); V_0 = ((int32_t)((int32_t)L_4%(int32_t)2)); String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral698F51FC26C277FAE9AED384A06B1F7906866E14, L_5, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, L_6, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); return L_8; } } // System.Void WolfActGrid::SaveJsonConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid_SaveJsonConfig_mA35EA428FA806A8B491894BD2CDBA9B7EAD51DB2 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __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*)&_stringLiteralFA3061E192E6FCA0826A9066F8640BB71FE459FB); s_Il2CppMethodInitialized = true; } { // config.SetPosMatrix(areaMatrix.posMatrix); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_0 = __this->get_config_5(); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_1 = __this->get_areaMatrix_6(); NullCheck(L_1); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_2 = L_1->get_posMatrix_0(); NullCheck(L_0); JsonConfig_SetPosMatrix_m8C819D6EE51B0099A3AF0209DBA0907121D5D9A7(L_0, L_2, /*hidden argument*/NULL); // config.Write(); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_3 = __this->get_config_5(); NullCheck(L_3); JsonConfig_Write_mE80D2CFE04D3F284FF33C2FA4950B0B33D98D877(L_3, /*hidden argument*/NULL); // Debug.LogWarning("????????"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(_stringLiteralFA3061E192E6FCA0826A9066F8640BB71FE459FB, /*hidden argument*/NULL); // } return; } } // System.Void WolfActGrid::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGrid__ctor_m77308076030FBEEECD57EFD23D2A504586FD7CD4 (WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [System.NonSerialized] public AreaMatrix areaMatrix = new AreaMatrix(); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_0 = (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B *)il2cpp_codegen_object_new(AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B_il2cpp_TypeInfo_var); AreaMatrix__ctor_m65B35B8F924ACF4692D000F53E5C8169A015368B(L_0, /*hidden argument*/NULL); __this->set_areaMatrix_6(L_0); // int runBackPointIndex = -1; __this->set_runBackPointIndex_11((-1)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 WolfActGridCell::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGridCell_OnDestroy_m76E2A284F974E6FC67C6C094B71A28C5822AA36B (WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 * __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*)&List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48603DCDFBFFE7200CD6CD01F46DBFBAEB79CD60); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DF2B58678C17AC047B1FAB53A2631051F351733); s_Il2CppMethodInitialized = true; } List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * V_0 = NULL; int32_t V_1 = 0; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * V_2 = NULL; int32_t V_3 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); { // if (!WolfActGrid.ins) return; WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_0 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); 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_000d; } } { // if (!WolfActGrid.ins) return; return; } IL_000d: { // List> matrix = WolfActGrid.ins.areaMatrix.posMatrix; WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_2 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_2); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_3 = L_2->get_areaMatrix_6(); NullCheck(L_3); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_4 = L_3->get_posMatrix_0(); V_0 = L_4; // for (int r = matrix.Count - 1; r >=0 ; r--) List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_5, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); goto IL_0085; } IL_0028: { // List row = matrix[r]; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_9; L_9 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); V_2 = L_9; // for (int c = row.Count - 1; c >=0 ; c--) List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_10 = V_2; NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_10, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); goto IL_007d; } IL_003b: { // Vector3 p = row[c]; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_12 = V_2; int32_t L_13 = V_3; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_4 = L_14; // if (p.Equals(pos)) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = __this->get_pos_4(); bool L_16; L_16 = Vector3_Equals_mA92800CD98ED6A42DD7C55C5DB22DAB4DEAA6397((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0079; } } { // row.RemoveAt(c); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_17 = V_2; int32_t L_18 = V_3; NullCheck(L_17); List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA(L_17, L_18, /*hidden argument*/List_1_RemoveAt_m0281A01E9C859E2B8073312D41BB9005662EF2DA_RuntimeMethod_var); // Debug.LogWarning($"????{gameObject.name}????"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19; L_19 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral6DF2B58678C17AC047B1FAB53A2631051F351733, L_20, _stringLiteral48603DCDFBFFE7200CD6CD01F46DBFBAEB79CD60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_21, /*hidden argument*/NULL); } IL_0079: { // for (int c = row.Count - 1; c >=0 ; c--) int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_007d: { // for (int c = row.Count - 1; c >=0 ; c--) int32_t L_23 = V_3; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_003b; } } { // for (int r = matrix.Count - 1; r >=0 ; r--) int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); } IL_0085: { // for (int r = matrix.Count - 1; r >=0 ; r--) int32_t L_25 = V_1; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_0028; } } { // } return; } } // System.Void WolfActGridCell::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfActGridCell__ctor_mBAF1279FC5EDCF9D8ED9D883E8CF42C1D2B8A360 (WolfActGridCell_tE75FEB0B8071A823792BDCA68E598E83DAB57855 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 WolfHuntGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode__ctor_mA38ADC0028ADED91729F73A99CDBA8F08EAE53D1 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA68EFE0DDAF965EFBEFF48E1AFF1A5AF2A15B13); s_Il2CppMethodInitialized = true; } { // float baseCreateDistance = 25; __this->set_baseCreateDistance_19((25.0f)); // float createAnimalCountDownDefault = 30; __this->set_createAnimalCountDownDefault_24((30.0f)); // public int hp = 20; __this->set_hp_25(((int32_t)20)); // public int hpMax = 20; __this->set_hpMax_26(((int32_t)20)); // public WolfHuntGameMode(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ___gameMgr0; ChallengeGameMode__ctor_m502BABF831A061D84C572BB46CC6B6D125A7FBF0(__this, L_0, /*hidden argument*/NULL); // this.animalTypeID = 2; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalTypeID_2(2); // animalPrefab = animalsBaseT.Find("Wolf").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteralFA68EFE0DDAF965EFBEFF48E1AFF1A5AF2A15B13, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalPrefab_3(L_3); // this.time = 18000; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12((18000.0f)); // this.arrowCount = 10000; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(((int32_t)10000)); // BanBowReady(); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_Start_m269A36A74E3AB7809FA3825A33D36E3BCAB6B9CB (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A); s_Il2CppMethodInitialized = true; } { // UnbanBowReady(); GameMode_UnbanBowReady_m789DA8EC4F079B37F821519FC95DA76EF389A928(__this, /*hidden argument*/NULL); // GameMgr.ins.transform.Find("WolfActGrid").gameObject.SetActive(true); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // if (nextLevel != null) { String_t* L_4 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_nextLevel_15(); if (!L_4) { goto IL_0045; } } { // SetLevel(int.Parse(nextLevel)); String_t* L_5 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_nextLevel_15(); int32_t L_6; L_6 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_5, /*hidden argument*/NULL); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, L_6); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // } else { return; } IL_0045: { // AddSelectLevelView(); ChallengeGameMode_AddSelectLevelView_mB751386829E80493A51AA0B9A0CA0D45B0AE8638(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode::SetLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_SetLevel_m9274E83C4C92E954A1C98B8480D74B985CA82566 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // currentlevel = level; int32_t L_0 = ___level0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_currentlevel_13(L_0); // if (level == 1) { int32_t L_1 = ___level0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0021; } } { // animalCreateList = new int[]{1, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (int32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)1); __this->set_animalCreateList_17(L_4); // } goto IL_0090; } IL_0021: { // else if (level == 2) { int32_t L_5 = ___level0; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_003e; } } { // animalCreateList = new int[]{1, 1, 1, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); __this->set_animalCreateList_17(L_7); // } goto IL_0090; } IL_003e: { // else if (level == 3) { int32_t L_9 = ___level0; if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0058; } } { // animalCreateList = new int[]{2, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(1), (int32_t)2); __this->set_animalCreateList_17(L_12); // } goto IL_0090; } IL_0058: { // else if (level == 4) { int32_t L_13 = ___level0; if ((!(((uint32_t)L_13) == ((uint32_t)4)))) { goto IL_0075; } } { // animalCreateList = new int[]{1, 1, 2, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_16 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_15, L_16, /*hidden argument*/NULL); __this->set_animalCreateList_17(L_15); // } goto IL_0090; } IL_0075: { // else if (level == 5) { int32_t L_17 = ___level0; if ((!(((uint32_t)L_17) == ((uint32_t)5)))) { goto IL_0090; } } { // animalCreateList = new int[]{1, 1, 1, 1, 2, 2, 2, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); __this->set_animalCreateList_17(L_19); } IL_0090: { // if (animalCreateList != null) animalCountMax = animalCount = animalCreateList.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_animalCreateList_17(); if (!L_21) { goto IL_00af; } } { // if (animalCreateList != null) animalCountMax = animalCount = animalCreateList.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = __this->get_animalCreateList_17(); NullCheck(L_22); int32_t L_23 = ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))); V_0 = L_23; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCount_8(L_23); int32_t L_24 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCountMax_9(L_24); } IL_00af: { // canStartCreateAniaml = true; __this->set_canStartCreateAniaml_22((bool)1); // } return; } } // System.Void WolfHuntGameMode::CreateAnimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CreateAnimal_m9CCEE36CE2690C472BED041D62011A81C065BF2F (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m60BE961A0A95CFD493D1BBFB4419BC96450A8C97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mAD4A24C3F2AE396472F37F296478BDFEE6F5DDBD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_OnAttacked_mE9AA191FCCABA7A8BC774068B1823CF0E6D4CF46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_U3CCreateAnimalU3Eb__8_0_m20EDBE4C8DD9BB286314177EE19BDE92044A0FCF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_4 = NULL; int32_t V_5 = 0; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * G_B6_0 = NULL; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * G_B5_0 = NULL; int32_t G_B7_0 = 0; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * G_B7_1 = NULL; { // if (banCreateAnimal) return; bool L_0 = __this->get_banCreateAnimal_21(); if (!L_0) { goto IL_0009; } } { // if (banCreateAnimal) return; return; } IL_0009: { // if (animalCreateIndex >= animalCreateList.Length) return; int32_t L_1 = __this->get_animalCreateIndex_18(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_animalCreateList_17(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_001a; } } { // if (animalCreateIndex >= animalCreateList.Length) return; return; } IL_001a: { // int animalStyleID = animalCreateList[animalCreateIndex++]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_animalCreateList_17(); int32_t L_4 = __this->get_animalCreateIndex_18(); V_5 = L_4; int32_t L_5 = V_5; __this->set_animalCreateIndex_18(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_5; NullCheck(L_3); int32_t L_7 = L_6; int32_t L_8 = (L_3)->GetAt(static_cast(L_7)); V_0 = L_8; // float createDistance = baseCreateDistance; float L_9 = __this->get_baseCreateDistance_19(); V_1 = L_9; // baseCreateDistance += plusCreateDistance; float L_10 = __this->get_baseCreateDistance_19(); float L_11 = __this->get_plusCreateDistance_20(); __this->set_baseCreateDistance_19(((float)il2cpp_codegen_add((float)L_10, (float)L_11))); // Vector3 standardPointer = animalsBaseT.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_12, /*hidden argument*/NULL); // Vector3 displace = standardPointer * createDistance; float L_14 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; // displace = Quaternion.AngleAxis(Random.Range(-14f, 14f), Vector3.up) * displace; float L_16; L_16 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((-14.0f), (14.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_16, L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; // Vector3 newPos = animalsBaseT.position + displace; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_21); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; // GameObject animalObject = GameObject.Instantiate(animalPrefab, newPos, Quaternion.identity, animalsBaseT); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalPrefab_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_25, L_26, L_27, L_28, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // animalObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = L_29; NullCheck(L_30); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_30, (bool)1, /*hidden argument*/NULL); // Wolf wolf = animalObject.GetComponent(); NullCheck(L_30); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_31; L_31 = GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213(L_30, /*hidden argument*/GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var); V_4 = L_31; // WolfActGrid.ins.areaMatrix.occupyPos(newPos, wolf); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_32 = ((WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_StaticFields*)il2cpp_codegen_static_fields_for(WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_32); AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * L_33 = L_32->get_areaMatrix_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_3; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_35 = V_4; NullCheck(L_33); bool L_36; L_36 = AreaMatrix_occupyPos_m6260525CF9939070FD358DF8F6D8C54564A9FDEB(L_33, L_34, L_35, /*hidden argument*/NULL); // wolf.transform.position = newPos; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_37 = V_4; NullCheck(L_37); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_37, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39 = V_3; NullCheck(L_38); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_38, L_39, /*hidden argument*/NULL); // wolf.hp = animalStyleID == 1 ? 5 : 8; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_40 = V_4; int32_t L_41 = V_0; G_B5_0 = L_40; if ((((int32_t)L_41) == ((int32_t)1))) { G_B6_0 = L_40; goto IL_00e2; } } { G_B7_0 = 8; G_B7_1 = G_B5_0; goto IL_00e3; } IL_00e2: { G_B7_0 = 5; G_B7_1 = G_B6_0; } IL_00e3: { NullCheck(G_B7_1); G_B7_1->set_hp_7(G_B7_0); // wolf.onlineHandler.uid = animalCreateIndex + 1; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_42 = V_4; NullCheck(L_42); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_43 = L_42->get_onlineHandler_32(); int32_t L_44 = __this->get_animalCreateIndex_18(); NullCheck(L_43); L_43->set_uid_1(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))); // wolf.ChangeColorByType(animalStyleID); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_45 = V_4; int32_t L_46 = V_0; NullCheck(L_45); Wolf_ChangeColorByType_m5235A87CD44FC4FE6D56A9A33FDB16FB552AAF82(L_45, L_46, /*hidden argument*/NULL); // wolf.RotateByWorldY(Random.value * 360); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_47 = V_4; float L_48; L_48 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); NullCheck(L_47); TargetAnimal_RotateByWorldY_mD022A909C02A641C33F792A108940BB0AF26ADC5(L_47, ((float)il2cpp_codegen_multiply((float)L_48, (float)(360.0f))), /*hidden argument*/NULL); // wolf.onDie += delegate(Wolf wf) { // animalCount--; // animalSet.Remove(wf); // CreateAnimalIgnoreAndClearCountDown(); // }; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_49 = V_4; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_50 = L_49; NullCheck(L_50); Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * L_51 = L_50->get_onDie_29(); Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 * L_52 = (Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 *)il2cpp_codegen_object_new(Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5_il2cpp_TypeInfo_var); Action_1__ctor_m60BE961A0A95CFD493D1BBFB4419BC96450A8C97(L_52, __this, (intptr_t)((intptr_t)WolfHuntGameMode_U3CCreateAnimalU3Eb__8_0_m20EDBE4C8DD9BB286314177EE19BDE92044A0FCF_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m60BE961A0A95CFD493D1BBFB4419BC96450A8C97_RuntimeMethod_var); Delegate_t * L_53; L_53 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_51, L_52, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_onDie_29(((Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5 *)CastclassSealed((RuntimeObject*)L_53, Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5_il2cpp_TypeInfo_var))); // wolf.onAttack += OnAttacked; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_54 = V_4; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_55 = L_54; NullCheck(L_55); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_56 = L_55->get_onAttack_30(); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_57 = (Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 *)il2cpp_codegen_object_new(Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54_il2cpp_TypeInfo_var); Action_2__ctor_mAD4A24C3F2AE396472F37F296478BDFEE6F5DDBD(L_57, __this, (intptr_t)((intptr_t)WolfHuntGameMode_OnAttacked_mE9AA191FCCABA7A8BC774068B1823CF0E6D4CF46_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mAD4A24C3F2AE396472F37F296478BDFEE6F5DDBD_RuntimeMethod_var); Delegate_t * L_58; L_58 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_56, L_57, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_onAttack_30(((Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 *)CastclassSealed((RuntimeObject*)L_58, Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54_il2cpp_TypeInfo_var))); // animalSet.Add(wolf); HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_59 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_60 = V_4; NullCheck(L_59); bool L_61; L_61 = HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497(L_59, L_60, /*hidden argument*/HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var); // } return; } } // System.Void WolfHuntGameMode::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_Update_m3D458D0844E325A387CCC15539238E6A18A2BBD4 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { { // base.Update(); ChallengeGameMode_Update_m45BA884BD74209A6F55A1AA181A8068F417AC57B(__this, /*hidden argument*/NULL); // CheckAutoCreateAnimalByUpdate(Time.deltaTime); float L_0; L_0 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); WolfHuntGameMode_CheckAutoCreateAnimalByUpdate_m41AD2835BFAD9217F931A1711982175BA281E933(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode::CheckAutoCreateAnimalByUpdate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CheckAutoCreateAnimalByUpdate_m41AD2835BFAD9217F931A1711982175BA281E933 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, float ___dt0, const RuntimeMethod* method) { { // if (!gameMgr.gameOver && canStartCreateAniaml) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); if (L_1) { goto IL_0042; } } { bool L_2 = __this->get_canStartCreateAniaml_22(); if (!L_2) { goto IL_0042; } } { // createAnimalCountDown -= dt; float L_3 = __this->get_createAnimalCountDown_23(); float L_4 = ___dt0; __this->set_createAnimalCountDown_23(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))); // if (createAnimalCountDown <= 0) { float L_5 = __this->get_createAnimalCountDown_23(); if ((!(((float)L_5) <= ((float)(0.0f))))) { goto IL_0042; } } { // createAnimalCountDown = createAnimalCountDownDefault; float L_6 = __this->get_createAnimalCountDownDefault_24(); __this->set_createAnimalCountDown_23(L_6); // CreateAnimal(); WolfHuntGameMode_CreateAnimal_m9CCEE36CE2690C472BED041D62011A81C065BF2F(__this, /*hidden argument*/NULL); } IL_0042: { // } return; } } // System.Void WolfHuntGameMode::CreateAnimalIgnoreAndClearCountDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_CreateAnimalIgnoreAndClearCountDown_mB4E43D0477DD8E5995392DAB3CCA97C9EF8D9458 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (animalSet.Count == 0) { HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_0 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); NullCheck(L_0); int32_t L_1; L_1 = HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_inline(L_0, /*hidden argument*/HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_var); if (L_1) { goto IL_001f; } } { // createAnimalCountDown = createAnimalCountDownDefault; float L_2 = __this->get_createAnimalCountDownDefault_24(); __this->set_createAnimalCountDown_23(L_2); // CreateAnimal(); WolfHuntGameMode_CreateAnimal_m9CCEE36CE2690C472BED041D62011A81C065BF2F(__this, /*hidden argument*/NULL); } IL_001f: { // } return; } } // System.Void WolfHuntGameMode::OnAttacked(Wolf,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnAttacked_mE9AA191FCCABA7A8BC774068B1823CF0E6D4CF46 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___wolf0, int32_t ___hurtValue1, 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*)&ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71140872582780926EC2D93DB32DFAE3139A8158); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B6_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B5_0 = NULL; { // if (hp <= 0) return; int32_t L_0 = __this->get_hp_25(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000a; } } { // if (hp <= 0) return; return; } IL_000a: { // Vector3 p1 = wolf.transform.position; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = ___wolf0; NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); V_0 = L_3; // Vector3 p2 = hunterT.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_hunterT_4(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_4, /*hidden argument*/NULL); V_1 = L_5; // p1.y = p2.y = 0; float L_6 = (0.0f); V_2 = L_6; (&V_1)->set_y_3(L_6); float L_7 = V_2; (&V_0)->set_y_3(L_7); // float distance = Vector3.Distance(p1, p2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = V_1; float L_10; L_10 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_8, L_9, /*hidden argument*/NULL); // if (distance > 3) return; if ((!(((float)L_10) > ((float)(3.0f))))) { goto IL_0047; } } { // if (distance > 3) return; return; } IL_0047: { // hp -= hurtValue; int32_t L_11 = __this->get_hp_25(); int32_t L_12 = ___hurtValue1; __this->set_hp_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); // AudioMgr.ins.PlayAnimalEffect("man_injured", AudioMgr.GetAudioSource(this.gameMgr.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_13 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_14 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_14); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15; L_15 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_14, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_16; L_16 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_15, /*hidden argument*/NULL); NullCheck(L_13); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_13, _stringLiteral71140872582780926EC2D93DB32DFAE3139A8158, L_16, /*hidden argument*/NULL); // DoTweenHurt(); WolfHuntGameMode_DoTweenHurt_m83E15D77C1E4F33BD63D8CE5ADFE76467F813394(__this, /*hidden argument*/NULL); // onHurtEffect?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_17 = __this->get_onHurtEffect_28(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17; G_B5_0 = L_18; if (L_18) { G_B6_0 = L_18; goto IL_0086; } } { goto IL_008b; } IL_0086: { NullCheck(G_B6_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B6_0, /*hidden argument*/NULL); } IL_008b: { // if (hp <= 0) { int32_t L_19 = __this->get_hp_25(); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_00d2; } } { // hp = 0; __this->set_hp_25(0); // if (onHpZero == null) { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = __this->get_onHpZero_27(); if (L_20) { goto IL_00c7; } } { // Sequence cb = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_21; L_21 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // cb.AppendInterval(1f); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_22 = L_21; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_23; L_23 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_22, (1.0f), /*hidden argument*/NULL); // cb.AppendCallback(AnnounceGameOver); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_24 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_24, __this, (intptr_t)((intptr_t)ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_25; L_25 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_22, L_24, /*hidden argument*/NULL); // } else { return; } IL_00c7: { // onHpZero.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_26 = __this->get_onHpZero_27(); NullCheck(L_26); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_26, /*hidden argument*/NULL); } IL_00d2: { // } return; } } // System.Void WolfHuntGameMode::DoTweenHurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_DoTweenHurt_m83E15D77C1E4F33BD63D8CE5ADFE76467F813394 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mBFA188D54E5212BDDF62A1FFD62AC734C51385E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__0_m6D38DB971A179E7204AD78D12644ADA66E862384_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__1_mC35D654ED8DB59A0C40BEFB2F6C39F125FD25B3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__2_m0C938C627FD8D579D1DEF0CB239F4A53717099E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__3_mA0D87878316FBBB578861715BAA777D1A3A659FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__4_m9602DE3E95FB6B1E3589F85B01EADE56C9322167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__5_m8B73658BC0F2DAB74AC3A7FCAC6353686005AD1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4437D5CBA43037B91245D77691ECA4744FF9DDEA); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * V_0 = NULL; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * V_1 = NULL; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * V_2 = NULL; { U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_0 = (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass22_0__ctor_mC51E96D01C94D9AE48BA0AED8F6D547742475CF7(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); // GameObject screenInjuredObject = this.gameMgr.transform.Find("ScreenInjured").gameObject; U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_2 = V_0; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_3 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteral4437D5CBA43037B91245D77691ECA4744FF9DDEA, /*hidden argument*/NULL); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_screenInjuredObject_1(L_6); // Image screenInjuredImage = screenInjuredObject.GetComponentInChildren(); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_7 = V_0; U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_8 = V_0; NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = L_8->get_screenInjuredObject_1(); NullCheck(L_9); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_10; L_10 = GameObject_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mBFA188D54E5212BDDF62A1FFD62AC734C51385E7(L_9, /*hidden argument*/GameObject_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mBFA188D54E5212BDDF62A1FFD62AC734C51385E7_RuntimeMethod_var); NullCheck(L_7); L_7->set_screenInjuredImage_2(L_10); // Color screenInjuredColor = new Color(1, 75f/255f, 75f/255f, 0); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_11 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12; memset((&L_12), 0, sizeof(L_12)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_12), (1.0f), (0.294117659f), (0.294117659f), (0.0f), /*hidden argument*/NULL); NullCheck(L_11); L_11->set_screenInjuredColor_3(L_12); // Blur blur = BowCamera.ins.transform.GetComponent(); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_14; L_14 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_14, /*hidden argument*/NULL); NullCheck(L_15); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_16; L_16 = Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A(L_15, /*hidden argument*/Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var); NullCheck(L_13); L_13->set_blur_4(L_16); // if (hurtSeq != null) { Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_17 = __this->get_hurtSeq_29(); if (!L_17) { goto IL_0099; } } { // if (hurtSeq.IsActive()) { Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_18 = __this->get_hurtSeq_29(); bool L_19; L_19 = TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0092; } } { // hurtSeq.Complete(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_20 = __this->get_hurtSeq_29(); TweenExtensions_Complete_m1006012CD6C2AED2F84C6F04C16FF5D6DCEB0188(L_20, /*hidden argument*/NULL); } IL_0092: { // hurtSeq = null; __this->set_hurtSeq_29((Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *)NULL); } IL_0099: { // hurtSeq = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_21; L_21 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); __this->set_hurtSeq_29(L_21); // hurtSeq.AppendCallback(delegate() { // hurtTweenV1 = 0; // screenInjuredObject.SetActive(true); // screenInjuredImage.color = screenInjuredColor; // blur.enabled = true; // blur.iterations = 0; // }); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_22 = __this->get_hurtSeq_29(); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_23 = V_0; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_24 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_24, L_23, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__0_m6D38DB971A179E7204AD78D12644ADA66E862384_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_25; L_25 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_22, L_24, /*hidden argument*/NULL); // Tween toMax = DOTween.To(() => hurtTweenV1, value => { // hurtTweenV1 = value; // blur.iterations = Mathf.CeilToInt(hurtTweenV1 * 3f); // screenInjuredColor.a = hurtTweenV1; // screenInjuredImage.color = screenInjuredColor; // }, 1f, 0.6f); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_26 = V_0; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_27 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__1_mC35D654ED8DB59A0C40BEFB2F6C39F125FD25B3F_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_28 = V_0; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_29 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_29, L_28, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__2_m0C938C627FD8D579D1DEF0CB239F4A53717099E6_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_30; L_30 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(L_27, L_29, (1.0f), (0.600000024f), /*hidden argument*/NULL); V_1 = L_30; // hurtSeq.Append(toMax); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_31 = __this->get_hurtSeq_29(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_32 = V_1; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_33; L_33 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_31, L_32, /*hidden argument*/NULL); // Tween toMin = DOTween.To(() => hurtTweenV1, value => { // hurtTweenV1 = value; // blur.iterations = Mathf.CeilToInt(hurtTweenV1 * 3f); // screenInjuredColor.a = hurtTweenV1; // screenInjuredImage.color = screenInjuredColor; // }, 0f, 0.6f); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_34 = V_0; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_35 = (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)il2cpp_codegen_object_new(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF_il2cpp_TypeInfo_var); DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08(L_35, L_34, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__3_mA0D87878316FBBB578861715BAA777D1A3A659FF_RuntimeMethod_var), /*hidden argument*/DOGetter_1__ctor_mCB309EC70189CBE3BF3FE2E6A96AA71716359C08_RuntimeMethod_var); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_36 = V_0; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_37 = (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)il2cpp_codegen_object_new(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC_il2cpp_TypeInfo_var); DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E(L_37, L_36, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__4_m9602DE3E95FB6B1E3589F85B01EADE56C9322167_RuntimeMethod_var), /*hidden argument*/DOSetter_1__ctor_m5EA89B43642DA9193568B0D408DC288C2890D76E_RuntimeMethod_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_38; L_38 = DOTween_To_mB87E880F73BF460ADEDDDDA0D0E96781E9852BF4(L_35, L_37, (0.0f), (0.600000024f), /*hidden argument*/NULL); V_2 = L_38; // hurtSeq.Append(toMin); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_39 = __this->get_hurtSeq_29(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_40 = V_2; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_41; L_41 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_39, L_40, /*hidden argument*/NULL); // hurtSeq.AppendCallback(delegate() { // hurtTweenV1 = 0; // screenInjuredObject.SetActive(false); // blur.enabled = false; // }); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_42 = __this->get_hurtSeq_29(); U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * L_43 = V_0; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_44 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_44, L_43, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__5_m8B73658BC0F2DAB74AC3A7FCAC6353686005AD1A_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_45; L_45 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_42, L_44, /*hidden argument*/NULL); // hurtSeq.SetUpdate(true); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_46 = __this->get_hurtSeq_29(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_47; L_47 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_46, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // } return; } } // System.Void WolfHuntGameMode::QuicklyCreateAnimalForDebug() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_QuicklyCreateAnimalForDebug_mE9B970E24546388F779E24FC37E24192F00A44D6 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method) { { // baseCreateDistance = 15; __this->set_baseCreateDistance_19((15.0f)); // createAnimalCountDownDefault = 10; __this->set_createAnimalCountDownDefault_24((10.0f)); // } return; } } // System.Void WolfHuntGameMode::b__8_0(Wolf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_U3CCreateAnimalU3Eb__8_0_m20EDBE4C8DD9BB286314177EE19BDE92044A0FCF (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___wf0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // animalCount--; int32_t L_0 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalCount_8(); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCount_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); // animalSet.Remove(wf); HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_1 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_2 = ___wf0; NullCheck(L_1); bool L_3; L_3 = HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436(L_1, L_2, /*hidden argument*/HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var); // CreateAnimalIgnoreAndClearCountDown(); WolfHuntGameMode_CreateAnimalIgnoreAndClearCountDown_mB4E43D0477DD8E5995392DAB3CCA97C9EF8D9458(__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 WolfHuntGameMode_LocalPK::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK__ctor_m276F4320466AFD1618655DD5DCDF3B091EFA7B75 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_0_m70BD64B5ABB4276B314040294379F5A3E354E6A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_1_m07EE3728095BC2FDDE2E89C0636E55EF02E71CE9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float singleShootReadyTime = 30f; __this->set_singleShootReadyTime_32((30.0f)); // float singleShootReadyTimeMax = 30f; __this->set_singleShootReadyTimeMax_33((30.0f)); // int[] playerHpList = {20, 20}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)20)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)((int32_t)20)); __this->set_playerHpList_34(L_2); // public bool[] playerDieList = {false, false}; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_playerDieList_35(L_3); // public WolfHuntGameMode_LocalPK(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ___gameMgr0; WolfHuntGameMode__ctor_mA38ADC0028ADED91729F73A99CDBA8F08EAE53D1(__this, L_4, /*hidden argument*/NULL); // hunterGamePlayerScoreCounter = new HunterGamePlayerScoreCounter(this); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_5 = (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 *)il2cpp_codegen_object_new(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14(L_5, __this, /*hidden argument*/NULL); __this->set_hunterGamePlayerScoreCounter_37(L_5); // InitByCurPlayerIndex(); WolfHuntGameMode_LocalPK_InitByCurPlayerIndex_m021F8C6BEC74A46D08852C8E8D9FA1BD25936454(__this, /*hidden argument*/NULL); // GameEventCenter.ins.onBowArrowShootOut += (a, b) => { // hasShootOut = true; // }; GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_6; L_6 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_7 = L_6; NullCheck(L_7); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_8 = L_7->get_onBowArrowShootOut_4(); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_9 = (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)il2cpp_codegen_object_new(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23(L_9, __this, (intptr_t)((intptr_t)WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_1_m07EE3728095BC2FDDE2E89C0636E55EF02E71CE9_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); Delegate_t * L_10; L_10 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_onBowArrowShootOut_4(((Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)CastclassSealed((RuntimeObject*)L_10, Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var))); // onHpZero += () => {//????????? // playerDieList[currentPlayerIndex] = true; // if (hasShootOut) return; //????????????????????NextShoot??? // //???????? // if (IsOtherPlayerNotDie()) { // ArmBow.ins.readyShoot(); // NextPlayerFinal(); // } else { //???? // AnnounceGameOver(); // } // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_onHpZero_27(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_12 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_12, __this, (intptr_t)((intptr_t)WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_0_m70BD64B5ABB4276B314040294379F5A3E354E6A0_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_13; L_13 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_12, /*hidden argument*/NULL); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_onHpZero_27(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_13, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // } return; } } // System.Void WolfHuntGameMode_LocalPK::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_Start_mF6B5A1F50CFB0F3AE91127439A646F8B8F6F7A48 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6); s_Il2CppMethodInitialized = true; } { // GameMgr.ins.transform.Find("WolfActGrid").gameObject.SetActive(true); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // SetLevel(5); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, 5); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // this.gameMgr.transform.Find("HunterGameView_LocalPK").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6, /*hidden argument*/NULL); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)1, /*hidden argument*/NULL); // AddReadyView(); WolfHuntGameMode_LocalPK_AddReadyView_m346A586FDF2F1BCC3210AA60FC0E0636D02AB5E6(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_LocalPK::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_Update_m0B26BF194CC4357CAB1368CE4823BB43A7290F6F (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // base.Update(); WolfHuntGameMode_Update_m3D458D0844E325A387CCC15539238E6A18A2BBD4(__this, /*hidden argument*/NULL); // if (gameMgr.gameOver || pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); if (L_1) { goto IL_001b; } } { bool L_2; L_2 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } IL_001b: { // if (gameMgr.gameOver || pauseTimeCounting) return; return; } IL_001c: { // if (!IsOtherPlayerNotDie()) { //?????????????????? bool L_3; L_3 = WolfHuntGameMode_LocalPK_IsOtherPlayerNotDie_mE2CBD3B1C71E7D23D4BA8750F97FBEF339BB6FD2(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { // singleShootReadyTime = singleShootReadyTimeMax; float L_4 = __this->get_singleShootReadyTimeMax_33(); __this->set_singleShootReadyTime_32(L_4); // return; return; } IL_0031: { // singleShootReadyTime -= Time.deltaTime; float L_5 = __this->get_singleShootReadyTime_32(); float L_6; L_6 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_singleShootReadyTime_32(((float)il2cpp_codegen_subtract((float)L_5, (float)L_6))); // if (singleShootReadyTime <= 0) { float L_7 = __this->get_singleShootReadyTime_32(); if ((!(((float)L_7) <= ((float)(0.0f))))) { goto IL_0060; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_8; L_8 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_8); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_8, /*hidden argument*/NULL); // NextPlayerFinal(); WolfHuntGameMode_LocalPK_NextPlayerFinal_m6AF4F5BADB6724C7ABB41EB11066706BF6C85E66(__this, /*hidden argument*/NULL); } IL_0060: { // } return; } } // System.Boolean WolfHuntGameMode_LocalPK::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_LocalPK_DoNextShoot_m03339D1E793F205CFA3FB41DA2092CDD65E83EC2 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { bool G_B5_0 = false; bool G_B3_0 = false; bool G_B4_0 = false; { // hasShootOut = false; __this->set_hasShootOut_36((bool)0); // if (IsAllPlayerDie()) { bool L_0; L_0 = WolfHuntGameMode_LocalPK_IsAllPlayerDie_mE06C277EB28FEC117BA83B35F1D02C1988D2F267(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0017: { // bool canDo = base.DoNextShoot(); bool L_1; L_1 = ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030(__this, /*hidden argument*/NULL); // if (canDo && IsOtherPlayerNotDie()) { bool L_2 = L_1; G_B3_0 = L_2; if (!L_2) { G_B5_0 = L_2; goto IL_002e; } } { bool L_3; L_3 = WolfHuntGameMode_LocalPK_IsOtherPlayerNotDie_mE2CBD3B1C71E7D23D4BA8750F97FBEF339BB6FD2(__this, /*hidden argument*/NULL); G_B4_0 = G_B3_0; if (!L_3) { G_B5_0 = G_B3_0; goto IL_002e; } } { // NextPlayerFinal(); WolfHuntGameMode_LocalPK_NextPlayerFinal_m6AF4F5BADB6724C7ABB41EB11066706BF6C85E66(__this, /*hidden argument*/NULL); G_B5_0 = G_B4_0; } IL_002e: { // return canDo; return G_B5_0; } } // System.Void WolfHuntGameMode_LocalPK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_AddReadyView_m346A586FDF2F1BCC3210AA60FC0E0636D02AB5E6 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465); s_Il2CppMethodInitialized = true; } { // GameObject view = Resources.Load("Prefabs/Views/PKGameReadyView_Challenge"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject o = GameObject.Instantiate(view); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // PKGameReadyView_Challenge script = o.GetComponent(); NullCheck(L_1); PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * L_2; L_2 = GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A(L_1, /*hidden argument*/GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); // script.currentPlayerIndex = currentPlayerIndex; int32_t L_3 = __this->get_currentPlayerIndex_31(); NullCheck(L_2); L_2->set_currentPlayerIndex_5(L_3); // } return; } } // System.Void WolfHuntGameMode_LocalPK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_NextPlayerFinal_m6AF4F5BADB6724C7ABB41EB11066706BF6C85E66 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // NextPlayer(); WolfHuntGameMode_LocalPK_NextPlayer_mE019B521474CE72194D77E472230A98783E23D2D(__this, /*hidden argument*/NULL); // BanBowReady(); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(__this, /*hidden argument*/NULL); // AddReadyView(); WolfHuntGameMode_LocalPK_AddReadyView_m346A586FDF2F1BCC3210AA60FC0E0636D02AB5E6(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_LocalPK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_NextPlayer_mE019B521474CE72194D77E472230A98783E23D2D (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // RecordByCurPlayerIndex(); WolfHuntGameMode_LocalPK_RecordByCurPlayerIndex_mA35493E79387978D37A1B83023CF4D4E93104319(__this, /*hidden argument*/NULL); // currentPlayerIndex = GetNextPlayerIndex(); int32_t L_0; L_0 = WolfHuntGameMode_LocalPK_GetNextPlayerIndex_m5C907F903E46CF0749B6433BDCBC36A1ABE6F862(__this, /*hidden argument*/NULL); __this->set_currentPlayerIndex_31(L_0); // InitByCurPlayerIndex(); WolfHuntGameMode_LocalPK_InitByCurPlayerIndex_m021F8C6BEC74A46D08852C8E8D9FA1BD25936454(__this, /*hidden argument*/NULL); // singleShootReadyTime = singleShootReadyTimeMax; float L_1 = __this->get_singleShootReadyTimeMax_33(); __this->set_singleShootReadyTime_32(L_1); // } return; } } // System.Int32 WolfHuntGameMode_LocalPK::GetNextPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_LocalPK_GetNextPlayerIndex_m5C907F903E46CF0749B6433BDCBC36A1ABE6F862 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // return (currentPlayerIndex + 1) % 2; int32_t L_0 = __this->get_currentPlayerIndex_31(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))%(int32_t)2)); } } // System.Boolean WolfHuntGameMode_LocalPK::IsAllPlayerDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_LocalPK_IsAllPlayerDie_mE06C277EB28FEC117BA83B35F1D02C1988D2F267 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // return playerHpList[GetNextPlayerIndex()] <= 0 && hp <= 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1; L_1 = WolfHuntGameMode_LocalPK_GetNextPlayerIndex_m5C907F903E46CF0749B6433BDCBC36A1ABE6F862(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_001d; } } { int32_t L_4 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_hp_25(); return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001d: { return (bool)0; } } // System.Boolean WolfHuntGameMode_LocalPK::IsOtherPlayerNotDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_LocalPK_IsOtherPlayerNotDie_mE2CBD3B1C71E7D23D4BA8750F97FBEF339BB6FD2 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // return playerHpList[GetNextPlayerIndex()] > 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1; L_1 = WolfHuntGameMode_LocalPK_GetNextPlayerIndex_m5C907F903E46CF0749B6433BDCBC36A1ABE6F862(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0); } } // System.Void WolfHuntGameMode_LocalPK::InitByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_InitByCurPlayerIndex_m021F8C6BEC74A46D08852C8E8D9FA1BD25936454 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * V_0 = NULL; { // hp = playerHpList[currentPlayerIndex]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1 = __this->get_currentPlayerIndex_31(); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_hp_25(L_3); // HunterGameView v = GameObject.FindObjectOfType(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_4; L_4 = Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45(/*hidden argument*/Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45_RuntimeMethod_var); V_0 = L_4; // if (v) v.RenderHPImmediate(); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_5 = V_0; bool L_6; L_6 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { // if (v) v.RenderHPImmediate(); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_7 = V_0; NullCheck(L_7); HunterGameView_RenderHPImmediate_m75537D91A632E83E0965E9013F26D0FF22F55F79(L_7, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Void WolfHuntGameMode_LocalPK::RecordByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_RecordByCurPlayerIndex_mA35493E79387978D37A1B83023CF4D4E93104319 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // playerHpList[currentPlayerIndex] = hp; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1 = __this->get_currentPlayerIndex_31(); int32_t L_2 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_hp_25(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); // } return; } } // System.Int32 WolfHuntGameMode_LocalPK::GetCurrentPlayIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_LocalPK_GetCurrentPlayIndex_m6FC0D2B1F1BFDDF53405132ADE5059844BF3C01C (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // return currentPlayerIndex; int32_t L_0 = __this->get_currentPlayerIndex_31(); return L_0; } } // System.ValueTuple`2 WolfHuntGameMode_LocalPK::GetSingleShootReadyTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 WolfHuntGameMode_LocalPK_GetSingleShootReadyTime_m635BAC62B992C702F88BA57EF4275831097D76A0 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return (singleShootReadyTime, singleShootReadyTimeMax); float L_0 = __this->get_singleShootReadyTime_32(); float L_1 = __this->get_singleShootReadyTimeMax_33(); ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6((&L_2), L_0, L_1, /*hidden argument*/ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); return L_2; } } // HunterGamePlayerScoreCounter WolfHuntGameMode_LocalPK::getHunterGamePlayerScoreCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * WolfHuntGameMode_LocalPK_getHunterGamePlayerScoreCounter_m956914CDE8F479E90EB87D1624977E86020089A5 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_37(); return L_0; } } // System.Void WolfHuntGameMode_LocalPK::<.ctor>b__5_1(ArmBow,Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_1_m07EE3728095BC2FDDE2E89C0636E55EF02E71CE9 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___a0, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___b1, const RuntimeMethod* method) { { // hasShootOut = true; __this->set_hasShootOut_36((bool)1); // }; return; } } // System.Void WolfHuntGameMode_LocalPK::<.ctor>b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_LocalPK_U3C_ctorU3Eb__5_0_m70BD64B5ABB4276B314040294379F5A3E354E6A0 (WolfHuntGameMode_LocalPK_tFED4008F09985E984F9972BBFA60FCA0D93CD0B3 * __this, const RuntimeMethod* method) { { // playerDieList[currentPlayerIndex] = true; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get_playerDieList_35(); int32_t L_1 = __this->get_currentPlayerIndex_31(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (bool)1); // if (hasShootOut) return; //????????????????????NextShoot??? bool L_2 = __this->get_hasShootOut_36(); if (!L_2) { goto IL_0017; } } { // if (hasShootOut) return; //????????????????????NextShoot??? return; } IL_0017: { // if (IsOtherPlayerNotDie()) { bool L_3; L_3 = WolfHuntGameMode_LocalPK_IsOtherPlayerNotDie_mE2CBD3B1C71E7D23D4BA8750F97FBEF339BB6FD2(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0030; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_4; L_4 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_4); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_4, /*hidden argument*/NULL); // NextPlayerFinal(); WolfHuntGameMode_LocalPK_NextPlayerFinal_m6AF4F5BADB6724C7ABB41EB11066706BF6C85E66(__this, /*hidden argument*/NULL); // } else { //???? return; } IL_0030: { // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__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 WolfHuntGameMode_OnlinePK::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK__ctor_m8D86581AC07DFFE4B0D66ACDBA48F94A60A64455 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_0_mE85157F6129A2A639CC7CD2205E29BDEBDEE2AF0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_1_m8F85FF4A44995CB803A46CC2760EFAEB95BB0B15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_2_mE4C0599B764E9D46D5B92E8C88251A32EE53535E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // float singleShootReadyTime = 30f; __this->set_singleShootReadyTime_32((30.0f)); // float singleShootReadyTimeMax = 30f; __this->set_singleShootReadyTimeMax_33((30.0f)); // int[] playerHpList = {20, 20}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)20)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)((int32_t)20)); __this->set_playerHpList_34(L_2); // public bool[] playerDieList = {false, false}; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_playerDieList_35(L_3); // public WolfHuntGameMode_OnlinePK(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ___gameMgr0; WolfHuntGameMode__ctor_mA38ADC0028ADED91729F73A99CDBA8F08EAE53D1(__this, L_4, /*hidden argument*/NULL); // onlineHelper = new OnlineHelper(this); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_5 = (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 *)il2cpp_codegen_object_new(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41_il2cpp_TypeInfo_var); OnlineHelper__ctor_m5AFB82D9BC15134B5594009632B17537B42DA65F(L_5, __this, /*hidden argument*/NULL); __this->set_onlineHelper_38(L_5); // hunterGamePlayerScoreCounter = new HunterGamePlayerScoreCounter(this); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_6 = (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 *)il2cpp_codegen_object_new(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14(L_6, __this, /*hidden argument*/NULL); __this->set_hunterGamePlayerScoreCounter_37(L_6); // InitByCurPlayerIndex(); WolfHuntGameMode_OnlinePK_InitByCurPlayerIndex_mE3EF4F3D31CB76A49F07C812D62FDCF845F6821B(__this, /*hidden argument*/NULL); // GameEventCenter.ins.onBowArrowShootOut += (a, b) => { // hasShootOut = true; // }; GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_7; L_7 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_8 = L_7; NullCheck(L_8); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_9 = L_8->get_onBowArrowShootOut_4(); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_10 = (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)il2cpp_codegen_object_new(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var); Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23(L_10, __this, (intptr_t)((intptr_t)WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_2_mE4C0599B764E9D46D5B92E8C88251A32EE53535E_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m8F968892395650AFEA57FFAF78E89A393FDC4E23_RuntimeMethod_var); Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_onBowArrowShootOut_4(((Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *)CastclassSealed((RuntimeObject*)L_11, Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94_il2cpp_TypeInfo_var))); // onHpZero += () => {//????????? // playerDieList[currentPlayerIndex] = true; // if (hasShootOut) return; //????????????????????NextShoot??? // //???????? // if (IsOtherPlayerNotDie()) { // ArmBow.ins.readyShoot(); // NextPlayerFinal(); // NextRound(); // } else { //???? // AnnounceGameOver(); // } // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_12 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_onHpZero_27(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_13, __this, (intptr_t)((intptr_t)WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_0_mE85157F6129A2A639CC7CD2205E29BDEBDEE2AF0_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_12, L_13, /*hidden argument*/NULL); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_onHpZero_27(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // onHurtEffect += () => { // try { // onlineHelper.socketPlayer.UploadPKGameData("onHurtEffect", ""); // } // catch (System.Exception e) { Debug.LogError(e.Message + "\n" + e.StackTrace); } // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_15 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_onHurtEffect_28(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_16 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_16, __this, (intptr_t)((intptr_t)WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_1_m8F85FF4A44995CB803A46CC2760EFAEB95BB0B15_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_17; L_17 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_15, L_16, /*hidden argument*/NULL); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_onHurtEffect_28(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_17, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_Start_m6C02B84CA331E28813DDDA901C1DF1EEF94CA74E (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, 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*)&WolfHuntGameMode_OnlinePK_OnStart_m3A8CB970C5E539660F1F688C54593B3059CE49A4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // onlineHelper.InitSocketPlayer(OnStart); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)WolfHuntGameMode_OnlinePK_OnStart_m3A8CB970C5E539660F1F688C54593B3059CE49A4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); OnlineHelper_InitSocketPlayer_m68CF85EC6BD74BCB5030C6F2588ED3136F2C70BC(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::OnStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_OnStart_m3A8CB970C5E539660F1F688C54593B3059CE49A4 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6); s_Il2CppMethodInitialized = true; } { // banCreateAnimal = onlineHelper.IsCopyHost(); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(L_0, /*hidden argument*/NULL); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_banCreateAnimal_21(L_1); // banOnBowArrowShootOut = onlineHelper.IsCopyHost(); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_2 = __this->get_onlineHelper_38(); NullCheck(L_2); bool L_3; L_3 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(L_2, /*hidden argument*/NULL); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_banOnBowArrowShootOut_16(L_3); // GameMgr.ins.transform.Find("WolfActGrid").gameObject.SetActive(true); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteral5355BAA466202181A6709D2EA2FB31A7CB78E82A, /*hidden argument*/NULL); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)1, /*hidden argument*/NULL); // SetLevel(5); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, 5); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // this.gameMgr.transform.Find("HunterGameView_LocalPK").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_8 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); NullCheck(L_11); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_11, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_Update_mF617D690704F81ED5458A80FD7AF0701B38957AC (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // if (!onlineHelper.IsMyPlayerInited()) return; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // if (!onlineHelper.IsMyPlayerInited()) return; return; } IL_000e: { // if (!onlineHelper.IsMainHost()) return; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_2 = __this->get_onlineHelper_38(); NullCheck(L_2); bool L_3; L_3 = OnlineHelper_IsMainHost_m4D074A63BE1CDA1333CF06D32A0B7FC3950C802C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { // if (!onlineHelper.IsMainHost()) return; return; } IL_001c: { // if (!onlineHelper.IsMyPlayerRunning()) return; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_4 = __this->get_onlineHelper_38(); NullCheck(L_4); bool L_5; L_5 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002a; } } { // if (!onlineHelper.IsMyPlayerRunning()) return; return; } IL_002a: { // OnUpdate(Time.deltaTime, pauseTimeCounting); float L_6; L_6 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); bool L_7; L_7 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(__this, /*hidden argument*/NULL); WolfHuntGameMode_OnlinePK_OnUpdate_mDC6C4E9C6C5288CE4A809EF0E55CDFCE80C691E7(__this, L_6, L_7, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_OnUpdate_mDC6C4E9C6C5288CE4A809EF0E55CDFCE80C691E7 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method) { { // CheckAutoCreateAnimalByUpdate(dt); float L_0 = ___dt0; WolfHuntGameMode_CheckAutoCreateAnimalByUpdate_m41AD2835BFAD9217F931A1711982175BA281E933(__this, L_0, /*hidden argument*/NULL); // if (gameMgr.gameOver || _pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_1 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_1); bool L_2 = L_1->get_gameOver_7(); bool L_3 = ____pauseTimeCounting1; if (!((int32_t)((int32_t)L_2|(int32_t)L_3))) { goto IL_0017; } } { // if (gameMgr.gameOver || _pauseTimeCounting) return; return; } IL_0017: { // if (this.time > 0) { float L_4 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_time_12(); if ((!(((float)L_4) > ((float)(0.0f))))) { goto IL_0034; } } { // this.time -= dt; float L_5 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_time_12(); float L_6 = ___dt0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12(((float)il2cpp_codegen_subtract((float)L_5, (float)L_6))); // } else { goto IL_0045; } IL_0034: { // this.time = 0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12((0.0f)); // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); } IL_0045: { // if (gameMgr.gameOver || _pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_7 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_7); bool L_8 = L_7->get_gameOver_7(); bool L_9 = ____pauseTimeCounting1; if (!((int32_t)((int32_t)L_8|(int32_t)L_9))) { goto IL_0055; } } { // if (gameMgr.gameOver || _pauseTimeCounting) return; return; } IL_0055: { // if (!IsOtherPlayerNotDie()) { //?????????????????? bool L_10; L_10 = WolfHuntGameMode_OnlinePK_IsOtherPlayerNotDie_m3FF853D55445C048C6A4DAF5D78FAB730B138845(__this, /*hidden argument*/NULL); if (L_10) { goto IL_006a; } } { // singleShootReadyTime = singleShootReadyTimeMax; float L_11 = __this->get_singleShootReadyTimeMax_33(); __this->set_singleShootReadyTime_32(L_11); // return; return; } IL_006a: { // singleShootReadyTime -= dt; float L_12 = __this->get_singleShootReadyTime_32(); float L_13 = ___dt0; __this->set_singleShootReadyTime_32(((float)il2cpp_codegen_subtract((float)L_12, (float)L_13))); // if (singleShootReadyTime <= 0) { float L_14 = __this->get_singleShootReadyTime_32(); if ((!(((float)L_14) <= ((float)(0.0f))))) { goto IL_009b; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_15; L_15 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_15); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_15, /*hidden argument*/NULL); // NextPlayerFinal(); WolfHuntGameMode_OnlinePK_NextPlayerFinal_m80CB779062455F937E732EA9B873AD720E7597A8(__this, /*hidden argument*/NULL); // NextRound(); WolfHuntGameMode_OnlinePK_NextRound_mA8E28F9E7CD5DB0E1635758CD0D6D48F90742E0D(__this, /*hidden argument*/NULL); } IL_009b: { // } return; } } // System.Void WolfHuntGameMode_OnlinePK::FrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_FrameUpdate_m4E8DB71E046E92316011F7B051250E23C52B57C5 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // onlineHelper.OnFrameUpdate(); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); OnlineHelper_OnFrameUpdate_m27F88E1B6521C6A660A36971F9C8531D01771D9D(L_0, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::onBowShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_onBowShoot_m2CD7F5EC750D75DC4F19BC00F71A1BE6EE924A75 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2); s_Il2CppMethodInitialized = true; } { // if (onlineHelper.IsCopyHost()) { OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { // onlineHelper.socketPlayer.UploadPKGameData("onBowShoot", ""); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_2 = __this->get_onlineHelper_38(); NullCheck(L_2); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_3 = L_2->get_socketPlayer_1(); NullCheck(L_3); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_3, _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Boolean WolfHuntGameMode_OnlinePK::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_OnlinePK_DoNextShoot_m19AED796A2C1FC0D804BD6ED377EB08CB415B29F (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 V_0; memset((&V_0), 0, sizeof(V_0)); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B14_0 = false; bool G_B12_0 = false; bool G_B13_0 = false; bool G_B16_0 = false; bool G_B15_0 = false; { // if (onlineHelper.IsCopyHost()) { OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { // onlineHelper.socketPlayer.UploadPKGameData("DoNextShoot", ""); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_2 = __this->get_onlineHelper_38(); NullCheck(L_2); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_3 = L_2->get_socketPlayer_1(); NullCheck(L_3); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_3, _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0029: { // foreach (var item in Wolf.wolfSet) { IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_4 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get_wolfSet_31(); NullCheck(L_4); Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 L_5; L_5 = HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7(L_4, /*hidden argument*/HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); V_0 = L_5; } IL_0034: try {// begin try (depth: 1) { goto IL_0056; } IL_0036: { // foreach (var item in Wolf.wolfSet) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_6; L_6 = Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_inline((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); V_1 = L_6; // if (item.onlineHandler.onDoNextShootWillDestroy) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_7 = V_1; NullCheck(L_7); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_8 = L_7->get_onlineHandler_32(); NullCheck(L_8); bool L_9 = L_8->get_onDoNextShootWillDestroy_10(); if (!L_9) { goto IL_0056; } } IL_004b: { // GameObject.Destroy(item.gameObject); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_10 = V_1; NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_11, /*hidden argument*/NULL); } IL_0056: { // foreach (var item in Wolf.wolfSet) { bool L_12; L_12 = Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var); if (L_12) { goto IL_0036; } } IL_005f: { IL2CPP_LEAVE(0x6F, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); IL2CPP_END_FINALLY(97) }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6F, IL_006f) } IL_006f: { // hasShootOut = false; __this->set_hasShootOut_36((bool)0); // if (IsAllPlayerDie()) { bool L_13; L_13 = WolfHuntGameMode_OnlinePK_IsAllPlayerDie_mF3C1086C036A72037314793121C56946BAF07FF9(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0086; } } { // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0086: { // bool canDo = base.DoNextShoot(); bool L_14; L_14 = ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030(__this, /*hidden argument*/NULL); // if (canDo && IsOtherPlayerNotDie()) { bool L_15 = L_14; G_B12_0 = L_15; if (!L_15) { G_B14_0 = L_15; goto IL_009d; } } { bool L_16; L_16 = WolfHuntGameMode_OnlinePK_IsOtherPlayerNotDie_m3FF853D55445C048C6A4DAF5D78FAB730B138845(__this, /*hidden argument*/NULL); G_B13_0 = G_B12_0; if (!L_16) { G_B14_0 = G_B12_0; goto IL_009d; } } { // NextPlayerFinal(); WolfHuntGameMode_OnlinePK_NextPlayerFinal_m80CB779062455F937E732EA9B873AD720E7597A8(__this, /*hidden argument*/NULL); G_B14_0 = G_B13_0; } IL_009d: { // if (canDo) { bool L_17 = G_B14_0; G_B15_0 = L_17; if (!L_17) { G_B16_0 = L_17; goto IL_00a6; } } { // NextRound(); WolfHuntGameMode_OnlinePK_NextRound_mA8E28F9E7CD5DB0E1635758CD0D6D48F90742E0D(__this, /*hidden argument*/NULL); G_B16_0 = G_B15_0; } IL_00a6: { // return canDo; return G_B16_0; } } // System.Void WolfHuntGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_AddReadyView_mD19CD469CC6DB840B7D16BB599E4243F9B25720D (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465); s_Il2CppMethodInitialized = true; } { // GameObject view = Resources.Load("Prefabs/Views/PKGameReadyView_Challenge"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject o = GameObject.Instantiate(view); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // PKGameReadyView_Challenge script = o.GetComponent(); NullCheck(L_1); PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * L_2; L_2 = GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A(L_1, /*hidden argument*/GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); // script.currentPlayerIndex = currentPlayerIndex; int32_t L_3 = __this->get_currentPlayerIndex_31(); NullCheck(L_2); L_2->set_currentPlayerIndex_5(L_3); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::NextRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextRound_mA8E28F9E7CD5DB0E1635758CD0D6D48F90742E0D (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // onlineHelper.roundID++; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->get_roundID_3(); NullCheck(L_1); L_1->set_roundID_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextPlayerFinal_m80CB779062455F937E732EA9B873AD720E7597A8 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // NextPlayer(); WolfHuntGameMode_OnlinePK_NextPlayer_mC5233F3D2359E6FF513CF0A0D1F991E628724B2C(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_NextPlayer_mC5233F3D2359E6FF513CF0A0D1F991E628724B2C (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // RecordByCurPlayerIndex(); WolfHuntGameMode_OnlinePK_RecordByCurPlayerIndex_m66B25DB3A0F32510AEF584B7C3F8F3FFFF5D5565(__this, /*hidden argument*/NULL); // currentPlayerIndex = GetNextPlayerIndex(); int32_t L_0; L_0 = WolfHuntGameMode_OnlinePK_GetNextPlayerIndex_m831311AF83C576547BE970376ADD7D893E4D3798(__this, /*hidden argument*/NULL); __this->set_currentPlayerIndex_31(L_0); // InitByCurPlayerIndex(); WolfHuntGameMode_OnlinePK_InitByCurPlayerIndex_mE3EF4F3D31CB76A49F07C812D62FDCF845F6821B(__this, /*hidden argument*/NULL); // singleShootReadyTime = singleShootReadyTimeMax; float L_1 = __this->get_singleShootReadyTimeMax_33(); __this->set_singleShootReadyTime_32(L_1); // } return; } } // System.Int32 WolfHuntGameMode_OnlinePK::GetNextPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_OnlinePK_GetNextPlayerIndex_m831311AF83C576547BE970376ADD7D893E4D3798 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return (currentPlayerIndex + 1) % 2; int32_t L_0 = __this->get_currentPlayerIndex_31(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))%(int32_t)2)); } } // System.Boolean WolfHuntGameMode_OnlinePK::IsAllPlayerDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_OnlinePK_IsAllPlayerDie_mF3C1086C036A72037314793121C56946BAF07FF9 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return playerHpList[GetNextPlayerIndex()] <= 0 && hp <= 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1; L_1 = WolfHuntGameMode_OnlinePK_GetNextPlayerIndex_m831311AF83C576547BE970376ADD7D893E4D3798(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_001d; } } { int32_t L_4 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_hp_25(); return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001d: { return (bool)0; } } // System.Boolean WolfHuntGameMode_OnlinePK::IsOtherPlayerNotDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WolfHuntGameMode_OnlinePK_IsOtherPlayerNotDie_m3FF853D55445C048C6A4DAF5D78FAB730B138845 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return playerHpList[GetNextPlayerIndex()] > 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1; L_1 = WolfHuntGameMode_OnlinePK_GetNextPlayerIndex_m831311AF83C576547BE970376ADD7D893E4D3798(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0); } } // System.Void WolfHuntGameMode_OnlinePK::InitByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_InitByCurPlayerIndex_mE3EF4F3D31CB76A49F07C812D62FDCF845F6821B (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * V_0 = NULL; { // hp = playerHpList[currentPlayerIndex]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1 = __this->get_currentPlayerIndex_31(); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->set_hp_25(L_3); // HunterGameView v = GameObject.FindObjectOfType(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_4; L_4 = Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45(/*hidden argument*/Object_FindObjectOfType_TisHunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6_m5AFBC36B7396C91C4FD5166A2AD441E002246B45_RuntimeMethod_var); V_0 = L_4; // if (v) v.RenderHPImmediate(); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_5 = V_0; bool L_6; L_6 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0027; } } { // if (v) v.RenderHPImmediate(); HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * L_7 = V_0; NullCheck(L_7); HunterGameView_RenderHPImmediate_m75537D91A632E83E0965E9013F26D0FF22F55F79(L_7, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Void WolfHuntGameMode_OnlinePK::RecordByCurPlayerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_RecordByCurPlayerIndex_m66B25DB3A0F32510AEF584B7C3F8F3FFFF5D5565 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // playerHpList[currentPlayerIndex] = hp; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_playerHpList_34(); int32_t L_1 = __this->get_currentPlayerIndex_31(); int32_t L_2 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)__this)->get_hp_25(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); // } return; } } // System.Int32 WolfHuntGameMode_OnlinePK::GetCurrentPlayIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WolfHuntGameMode_OnlinePK_GetCurrentPlayIndex_mD19035A3989517675847106EE223BA2319D10ABD (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return currentPlayerIndex; int32_t L_0 = __this->get_currentPlayerIndex_31(); return L_0; } } // System.ValueTuple`2 WolfHuntGameMode_OnlinePK::GetSingleShootReadyTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 WolfHuntGameMode_OnlinePK_GetSingleShootReadyTime_m00BB328DDDD90536D94AA2BAD3F4A1F34912B2D0 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return (singleShootReadyTime, singleShootReadyTimeMax); float L_0 = __this->get_singleShootReadyTime_32(); float L_1 = __this->get_singleShootReadyTimeMax_33(); ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6((&L_2), L_0, L_1, /*hidden argument*/ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); return L_2; } } // HunterGamePlayerScoreCounter WolfHuntGameMode_OnlinePK::getHunterGamePlayerScoreCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * WolfHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_mBAFE96E083881EA58EF5EFC22A3A0AE08068A107 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_37(); return L_0; } } // System.Void WolfHuntGameMode_OnlinePK::<.ctor>b__5_2(ArmBow,Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_2_mE4C0599B764E9D46D5B92E8C88251A32EE53535E (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___a0, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___b1, const RuntimeMethod* method) { { // hasShootOut = true; __this->set_hasShootOut_36((bool)1); // }; return; } } // System.Void WolfHuntGameMode_OnlinePK::<.ctor>b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_0_mE85157F6129A2A639CC7CD2205E29BDEBDEE2AF0 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // playerDieList[currentPlayerIndex] = true; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = __this->get_playerDieList_35(); int32_t L_1 = __this->get_currentPlayerIndex_31(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (bool)1); // if (hasShootOut) return; //????????????????????NextShoot??? bool L_2 = __this->get_hasShootOut_36(); if (!L_2) { goto IL_0017; } } { // if (hasShootOut) return; //????????????????????NextShoot??? return; } IL_0017: { // if (IsOtherPlayerNotDie()) { bool L_3; L_3 = WolfHuntGameMode_OnlinePK_IsOtherPlayerNotDie_m3FF853D55445C048C6A4DAF5D78FAB730B138845(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0036; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_4; L_4 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_4); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_4, /*hidden argument*/NULL); // NextPlayerFinal(); WolfHuntGameMode_OnlinePK_NextPlayerFinal_m80CB779062455F937E732EA9B873AD720E7597A8(__this, /*hidden argument*/NULL); // NextRound(); WolfHuntGameMode_OnlinePK_NextRound_mA8E28F9E7CD5DB0E1635758CD0D6D48F90742E0D(__this, /*hidden argument*/NULL); // } else { //???? return; } IL_0036: { // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); // }; return; } } // System.Void WolfHuntGameMode_OnlinePK::<.ctor>b__5_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_U3C_ctorU3Eb__5_1_m8F85FF4A44995CB803A46CC2760EFAEB95BB0B15 (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // onlineHelper.socketPlayer.UploadPKGameData("onHurtEffect", ""); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_onlineHelper_38(); NullCheck(L_0); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_1 = L_0->get_socketPlayer_1(); NullCheck(L_1); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_1, _stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // } goto IL_003a; }// 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_001c; } throw e; } CATCH_001c: {// begin catch(System.Exception) // catch (System.Exception e) { Debug.LogError(e.Message + "\n" + e.StackTrace); } V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // catch (System.Exception e) { Debug.LogError(e.Message + "\n" + e.StackTrace); } Exception_t * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_2); Exception_t * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_4); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD)), L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_6, /*hidden argument*/NULL); // catch (System.Exception e) { Debug.LogError(e.Message + "\n" + e.StackTrace); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003a; }// end catch (depth: 1) IL_003a: { // }; 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 WolfLineRender::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfLineRender_Awake_mFEA48809D7E62E379AA6ABC2FA6D6CF8A981251C (WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_m29C5A436220E872971F9D462865CDF6996E760C8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // lineRenderer = GetComponent(); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_0; L_0 = Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_m29C5A436220E872971F9D462865CDF6996E760C8(__this, /*hidden argument*/Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_m29C5A436220E872971F9D462865CDF6996E760C8_RuntimeMethod_var); __this->set_lineRenderer_4(L_0); // } return; } } // System.Void WolfLineRender::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfLineRender_Update_mB24E56690B3B5B57D58E77D457AADE77CA5E374A (WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector3 src = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); V_0 = L_1; // lineRenderer.SetPosition(0, src); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_2 = __this->get_lineRenderer_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = V_0; NullCheck(L_2); LineRenderer_SetPosition_mD37DBE4B3E13A838FFD09289BC77DEDB423D620F(L_2, 0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void WolfLineRender::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfLineRender_SetDestination_m65080630E7FAAED33343E6F8A15EFE2BBEA56BB4 (WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___des0, const RuntimeMethod* method) { { // lineRenderer.SetPosition(1, des); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_0 = __this->get_lineRenderer_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___des0; NullCheck(L_0); LineRenderer_SetPosition_mD37DBE4B3E13A838FFD09289BC77DEDB423D620F(L_0, 1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void WolfLineRender::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfLineRender__ctor_m6397F1E714C6FE158FCADC8443C0F5B4F3C0164A (WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 WolfSyncData::SetData(Wolf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfSyncData_SetData_m8951E7B15AF0F1B8FC54E3634FF39E51160EDD2F (WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___wolf0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // id = wolf.onlineHandler.uid; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_0 = ___wolf0; NullCheck(L_0); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_1 = L_0->get_onlineHandler_32(); NullCheck(L_1); int32_t L_2 = L_1->get_uid_1(); __this->set_id_0(L_2); // Quaternion r = wolf.transform.rotation; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_3 = ___wolf0; NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_4, /*hidden argument*/NULL); V_0 = L_5; // Vector3 p = wolf.transform.position; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_6 = ___wolf0; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_6, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); V_1 = L_8; // rx = r.x; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = V_0; float L_10 = L_9.get_x_0(); __this->set_rx_1(L_10); // ry = r.y; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11 = V_0; float L_12 = L_11.get_y_1(); __this->set_ry_2(L_12); // rz = r.z; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13 = V_0; float L_14 = L_13.get_z_2(); __this->set_rz_3(L_14); // rw = r.w; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = V_0; float L_16 = L_15.get_w_3(); __this->set_rw_4(L_16); // px = p.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_1; float L_18 = L_17.get_x_2(); __this->set_px_5(L_18); // py = p.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_1; float L_20 = L_19.get_y_3(); __this->set_py_6(L_20); // pz = p.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_1; float L_22 = L_21.get_z_4(); __this->set_pz_7(L_22); // ai = wolf.curAnimIndex; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_23 = ___wolf0; NullCheck(L_23); int32_t L_24 = L_23->get_curAnimIndex_27(); __this->set_ai_8(L_24); // ct = wolf.colorType; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_25 = ___wolf0; NullCheck(L_25); int32_t L_26 = L_25->get_colorType_11(); __this->set_ct_9(L_26); // ii = wolf.onlineHandler.injuredID; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_27 = ___wolf0; NullCheck(L_27); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_28 = L_27->get_onlineHandler_32(); NullCheck(L_28); int32_t L_29 = L_28->get_injuredID_11(); __this->set_ii_10(L_29); // di = wolf.onlineHandler.deadID; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_30 = ___wolf0; NullCheck(L_30); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_31 = L_30->get_onlineHandler_32(); NullCheck(L_31); int32_t L_32 = L_31->get_deadID_12(); __this->set_di_11(L_32); // } return; } } // System.Void WolfSyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfSyncData__ctor_m969E377F38723A82393B0ABF6958DFE81A0B964F (WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * __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 LitJson.WrapperFactory::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WrapperFactory__ctor_mFB575B55E4D60D29BCC1FB395577F0E3EAB38E91 (WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * __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); } // LitJson.IJsonWrapper LitJson.WrapperFactory::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_Invoke_m2210DB2401DDA822B2A6E32CF64A6F275CC61F94 (WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * __this, const RuntimeMethod* method) { RuntimeObject* result = NULL; 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 == 0) { // open typedef RuntimeObject* (*FunctionPointerType) (const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef RuntimeObject* (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed typedef RuntimeObject* (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } return result; } // System.IAsyncResult LitJson.WrapperFactory::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_BeginInvoke_m4636832111C7D7731F0DDF4C6334121F69226E68 (WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);; } // LitJson.IJsonWrapper LitJson.WrapperFactory::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperFactory_EndInvoke_m4E52E814970CA1738A7371F0BA21B94A0C993068 (WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (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.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WrapperUtilities__ctor_mA57A8AC2037D8F1AD34766E4F5E4EE56042F87D2 (WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416 * __this, const RuntimeMethod* method) { { // private WrapperUtilities() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WrapperUtilities__cctor_mDB77CF895B58A1C1DFE359D8298733B93B446AF4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69A9DCABE3CB978816AB947325DAAAE3586E9990); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA404C239FD691582C198FB3B8DBFC0493E85904B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB8A10BA5E983DE492D73E3A93FFB5D49BFAED33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC23C16E079D887D78E50FDE2C73BC3349F030B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC71A3C8BF44B8FEC788117EE9F9AC49CADD45A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF70BFFF94D35804BAB26C50A2DFEF2440993F4E0); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // private static readonly IDictionary algorithms = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->set_algorithms_0(L_0); // ((WrapAlgorithm)Enums.GetArbitraryValue(typeof(WrapAlgorithm))).ToString(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_3; L_3 = Enums_GetArbitraryValue_mB4E40FD5BB9672242C93D2A7179404B3A93C788F(L_2, /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_3, WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var)))); RuntimeObject * L_4 = Box(WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); V_0 = *(int32_t*)UnBox(L_4); // algorithms[NistObjectIdentifiers.IdAes128Wrap.Id] = "AESWRAP"; RuntimeObject* L_6 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Wrap_23(); NullCheck(L_7); String_t* L_8; L_8 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_8, _stringLiteralAB8A10BA5E983DE492D73E3A93FFB5D49BFAED33); // algorithms[NistObjectIdentifiers.IdAes192Wrap.Id] = "AESWRAP"; RuntimeObject* L_9 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Wrap_30(); NullCheck(L_10); String_t* L_11; L_11 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_11, _stringLiteralAB8A10BA5E983DE492D73E3A93FFB5D49BFAED33); // algorithms[NistObjectIdentifiers.IdAes256Wrap.Id] = "AESWRAP"; RuntimeObject* L_12 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Wrap_37(); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_12, L_14, _stringLiteralAB8A10BA5E983DE492D73E3A93FFB5D49BFAED33); // algorithms[NttObjectIdentifiers.IdCamellia128Wrap.Id] = "CAMELLIAWRAP"; RuntimeObject* L_15 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia128Wrap_3(); NullCheck(L_16); String_t* L_17; L_17 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_15, L_17, _stringLiteral69A9DCABE3CB978816AB947325DAAAE3586E9990); // algorithms[NttObjectIdentifiers.IdCamellia192Wrap.Id] = "CAMELLIAWRAP"; RuntimeObject* L_18 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia192Wrap_4(); NullCheck(L_19); String_t* L_20; L_20 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, L_20, _stringLiteral69A9DCABE3CB978816AB947325DAAAE3586E9990); // algorithms[NttObjectIdentifiers.IdCamellia256Wrap.Id] = "CAMELLIAWRAP"; RuntimeObject* L_21 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia256Wrap_5(); NullCheck(L_22); String_t* L_23; L_23 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_21, L_23, _stringLiteral69A9DCABE3CB978816AB947325DAAAE3586E9990); // algorithms[PkcsObjectIdentifiers.IdAlgCms3DesWrap.Id] = "DESEDEWRAP"; RuntimeObject* L_24 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlgCms3DesWrap_72(); NullCheck(L_25); String_t* L_26; L_26 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_25, /*hidden argument*/NULL); NullCheck(L_24); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_24, L_26, _stringLiteralF70BFFF94D35804BAB26C50A2DFEF2440993F4E0); // algorithms["TDEAWRAP"] = "DESEDEWRAP"; RuntimeObject* L_27 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27, _stringLiteralBC23C16E079D887D78E50FDE2C73BC3349F030B7, _stringLiteralF70BFFF94D35804BAB26C50A2DFEF2440993F4E0); // algorithms[PkcsObjectIdentifiers.IdAlgCmsRC2Wrap.Id] = "RC2WRAP"; RuntimeObject* L_28 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlgCmsRC2Wrap_73(); NullCheck(L_29); String_t* L_30; L_30 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_29, /*hidden argument*/NULL); NullCheck(L_28); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_28, L_30, _stringLiteralDC71A3C8BF44B8FEC788117EE9F9AC49CADD45A2); // algorithms[KisaObjectIdentifiers.IdNpkiAppCmsSeedWrap.Id] = "SEEDWRAP"; RuntimeObject* L_31 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = ((KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields*)il2cpp_codegen_static_fields_for(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var))->get_IdNpkiAppCmsSeedWrap_1(); NullCheck(L_32); String_t* L_33; L_33 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_32, /*hidden argument*/NULL); NullCheck(L_31); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_31, L_33, _stringLiteralA404C239FD691582C198FB3B8DBFC0493E85904B); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::GetWrapper(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperUtilities_GetWrapper_m5684E6A79D00375240A34C30D2A356DCFC59A12B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetWrapper(oid.Id); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::GetWrapper(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65 (String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(algorithm); String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); V_0 = L_1; // string mechanism = (string)algorithms[upper]; IL2CPP_RUNTIME_CLASS_INIT(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (mechanism == null) String_t* L_5 = V_1; if (L_5) { goto IL_001d; } } { // mechanism = upper; String_t* L_6 = V_0; V_1 = L_6; } IL_001d: { } IL_001e: try {// begin try (depth: 1) { // WrapAlgorithm wrapAlgorithm = (WrapAlgorithm)Enums.GetEnumValue( // typeof(WrapAlgorithm), mechanism); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); String_t* L_9 = V_1; Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_10; L_10 = Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2(L_8, L_9, /*hidden argument*/NULL); V_3 = ((*(int32_t*)((int32_t*)UnBox(L_10, WrapAlgorithm_tB3C86FD2F93538E92344A0652266208D017B10E3_il2cpp_TypeInfo_var)))); int32_t L_11 = V_3; switch (L_11) { case 0: { goto IL_005c; } case 1: { goto IL_0065; } case 2: { goto IL_006e; } case 3: { goto IL_0077; } case 4: { goto IL_0080; } case 5: { goto IL_0089; } case 6: { goto IL_0097; } case 7: { goto IL_00a5; } } } IL_005a: { goto IL_00b3; } IL_005c: { // case WrapAlgorithm.AESWRAP: return new AesWrapEngine(); AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7 * L_12 = (AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7 *)il2cpp_codegen_object_new(AesWrapEngine_t2479BCC7EE5AF6FBC459A0F68F0E8B23BBE989C7_il2cpp_TypeInfo_var); AesWrapEngine__ctor_m4F394EB27AB2FE73043D69ED20D226107C80E3AD(L_12, /*hidden argument*/NULL); V_4 = L_12; goto IL_00df; } IL_0065: { // case WrapAlgorithm.CAMELLIAWRAP: return new CamelliaWrapEngine(); CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 * L_13 = (CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600 *)il2cpp_codegen_object_new(CamelliaWrapEngine_tEF4D3E5A5AE5A64370FBCF80441BADE3B8536600_il2cpp_TypeInfo_var); CamelliaWrapEngine__ctor_m13495A5F9E19BD97C65935127874C2CEFB22D303(L_13, /*hidden argument*/NULL); V_4 = L_13; goto IL_00df; } IL_006e: { // case WrapAlgorithm.DESEDEWRAP: return new DesEdeWrapEngine(); DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 * L_14 = (DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8 *)il2cpp_codegen_object_new(DesEdeWrapEngine_t96FD11CA570953E22951D49D3A35F66A5FD4A6C8_il2cpp_TypeInfo_var); DesEdeWrapEngine__ctor_mA95780BDE495A5AEF214DE9D1D3997E880C4C05C(L_14, /*hidden argument*/NULL); V_4 = L_14; goto IL_00df; } IL_0077: { // case WrapAlgorithm.RC2WRAP: return new RC2WrapEngine(); RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * L_15 = (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 *)il2cpp_codegen_object_new(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); RC2WrapEngine__ctor_m24695B4327C5DBDCEAA11F86861F5F1D234F52A5(L_15, /*hidden argument*/NULL); V_4 = L_15; goto IL_00df; } IL_0080: { // case WrapAlgorithm.SEEDWRAP: return new SeedWrapEngine(); SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD * L_16 = (SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD *)il2cpp_codegen_object_new(SeedWrapEngine_tC933F3725EA7ECCEA8744F194BC208E1B8542CAD_il2cpp_TypeInfo_var); SeedWrapEngine__ctor_mDC69FD938346C5AAE6467A99DA2B2309CB1D8A44(L_16, /*hidden argument*/NULL); V_4 = L_16; goto IL_00df; } IL_0089: { // case WrapAlgorithm.DESEDERFC3211WRAP: return new Rfc3211WrapEngine(new DesEdeEngine()); DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B * L_17 = (DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B *)il2cpp_codegen_object_new(DesEdeEngine_t703B7DF2741C52CD1B521659FF5933CFF489859B_il2cpp_TypeInfo_var); DesEdeEngine__ctor_mAB1BB8534E14C4519586761748E3E4DCB9E62789(L_17, /*hidden argument*/NULL); Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * L_18 = (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 *)il2cpp_codegen_object_new(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93_il2cpp_TypeInfo_var); Rfc3211WrapEngine__ctor_mF4D2E203A14B4DC34F0476EAB4B8B67931A40FF3(L_18, L_17, /*hidden argument*/NULL); V_4 = L_18; goto IL_00df; } IL_0097: { // case WrapAlgorithm.AESRFC3211WRAP: return new Rfc3211WrapEngine(new AesEngine()); AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * L_19 = (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 *)il2cpp_codegen_object_new(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986(L_19, /*hidden argument*/NULL); Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * L_20 = (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 *)il2cpp_codegen_object_new(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93_il2cpp_TypeInfo_var); Rfc3211WrapEngine__ctor_mF4D2E203A14B4DC34F0476EAB4B8B67931A40FF3(L_20, L_19, /*hidden argument*/NULL); V_4 = L_20; goto IL_00df; } IL_00a5: { // case WrapAlgorithm.CAMELLIARFC3211WRAP: return new Rfc3211WrapEngine(new CamelliaEngine()); CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF * L_21 = (CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF *)il2cpp_codegen_object_new(CamelliaEngine_tEBF743E4215453DFB11EAB1FD6E715E94474B3AF_il2cpp_TypeInfo_var); CamelliaEngine__ctor_m843B1A1814C746C32517E57A578543A0BC211445(L_21, /*hidden argument*/NULL); Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * L_22 = (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 *)il2cpp_codegen_object_new(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93_il2cpp_TypeInfo_var); Rfc3211WrapEngine__ctor_mF4D2E203A14B4DC34F0476EAB4B8B67931A40FF3(L_22, L_21, /*hidden argument*/NULL); V_4 = L_22; goto IL_00df; } IL_00b3: { // } goto IL_00b8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b5; } throw e; } CATCH_00b5: {// begin catch(System.ArgumentException) // catch (ArgumentException) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00b8; }// end catch (depth: 1) IL_00b8: { // IBufferedCipher blockCipher = CipherUtilities.GetCipher(algorithm); String_t* L_23 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF(L_23, /*hidden argument*/NULL); V_2 = L_24; // if (blockCipher != null) RuntimeObject* L_25 = V_2; if (!L_25) { goto IL_00c9; } } { // return new BufferedCipherWrapper(blockCipher); RuntimeObject* L_26 = V_2; BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * L_27 = (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A *)il2cpp_codegen_object_new(BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A_il2cpp_TypeInfo_var); BufferedCipherWrapper__ctor_m5C28568DA986A62C58E9D455DD7FF7937D6662B8(L_27, L_26, /*hidden argument*/NULL); return L_27; } IL_00c9: { // throw new SecurityUtilityException("Wrapper " + algorithm + " not recognised."); String_t* L_28 = ___algorithm0; String_t* L_29; L_29 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6C2327B35B169E18D7054D3CE24A126F91C28B6)), L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_30 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65_RuntimeMethod_var))); } IL_00df: { // } RuntimeObject* L_31 = V_4; return L_31; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::GetAlgorithmName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WrapperUtilities_GetAlgorithmName_m026317D15BD4C748F97C07D92ED3F1B75E6E63F1 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (string) algorithms[oid.Id]; IL2CPP_RUNTIME_CLASS_INIT(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_StaticFields*)il2cpp_codegen_static_fields_for(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_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.Boolean BestHTTP.Extensions.WriteOnlyBufferedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WriteOnlyBufferedStream_get_CanRead_mA7B1C1211818A52E58C09FBE03B7D81E44E06230 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { { // public override bool CanRead { get { return false; } } return (bool)0; } } // System.Boolean BestHTTP.Extensions.WriteOnlyBufferedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WriteOnlyBufferedStream_get_CanSeek_mFA27B70D5F0BF5705E7E8D7268B3669D92AC8926 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { { // public override bool CanSeek { get { return false; } } return (bool)0; } } // System.Boolean BestHTTP.Extensions.WriteOnlyBufferedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WriteOnlyBufferedStream_get_CanWrite_mEB5FA5CE9215B60A59700D909F23EC24589A4AB0 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { { // public override bool CanWrite { get { return true; } } return (bool)1; } } // System.Int64 BestHTTP.Extensions.WriteOnlyBufferedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WriteOnlyBufferedStream_get_Length_mBC04EEB6888947F698C4465F81F569BD26307DF3 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { { // public override long Length { get { return this.buffer.Length; } } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buffer_6(); NullCheck(L_0); return ((int64_t)((int64_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))); } } // System.Int64 BestHTTP.Extensions.WriteOnlyBufferedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WriteOnlyBufferedStream_get_Position_m20F2BA81B59FC6DB0E18A34F3BB3CEE712E3CE50 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { { // public override long Position { get { return this._position; } set { throw new NotImplementedException("Position set"); } } int32_t L_0 = __this->get__position_5(); return ((int64_t)((int64_t)L_0)); } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream_set_Position_mD76146FEC8F0A174EAEBFC5AA830BA63F7039804 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, int64_t ___value0, const RuntimeMethod* method) { { // public override long Position { get { return this._position; } set { throw new NotImplementedException("Position set"); } } NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WriteOnlyBufferedStream_set_Position_mD76146FEC8F0A174EAEBFC5AA830BA63F7039804_RuntimeMethod_var))); } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream__ctor_m064E465F4D4916582E9F4429109F959074C4BC8E (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public WriteOnlyBufferedStream(Stream stream, int bufferSize) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.stream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_7(L_0); // this.buffer = VariableSizedBufferPool.Get(bufferSize, true); int32_t L_1 = ___bufferSize1; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_1)), (bool)1, /*hidden argument*/NULL); __this->set_buffer_6(L_2); // this._position = 0; __this->set__position_5(0); // } return; } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream_Flush_m50E114252409137485D5A02BB8F84D79CEEC87D4 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CAF0EEC6F3C5D441A7D2539BF61BE6E2C8A1918); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29FBF76E7126952EE11CE4ADF0A8A619BB47E88); s_Il2CppMethodInitialized = true; } { // if (this._position > 0) int32_t L_0 = __this->get__position_5(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0058; } } { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_1); uint8_t L_2; L_2 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_0039; } } { // HTTPManager.Logger.Information("BufferStream", string.Format("Flushing {0:N0} bytes", this._position)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); int32_t L_4 = __this->get__position_5(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralF29FBF76E7126952EE11CE4ADF0A8A619BB47E88, L_6, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteral3CAF0EEC6F3C5D441A7D2539BF61BE6E2C8A1918, L_7); } IL_0039: { // this.stream.Write(this.buffer, 0, this._position); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = __this->get_stream_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_buffer_6(); int32_t L_10 = __this->get__position_5(); NullCheck(L_8); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); // this._position = 0; __this->set__position_5(0); } IL_0058: { // } return; } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream_Write_m87F2A2A6813932D76E0AD6311C96264F8641EF35 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufferFrom0, int32_t ___offset1, int32_t ___count2, 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_005a; } IL_0002: { // int writeCount = Math.Min(count, this.buffer.Length - this._position); int32_t L_0 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buffer_6(); NullCheck(L_1); int32_t L_2 = __this->get__position_5(); 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; // Array.Copy(bufferFrom, offset, this.buffer, this._position, writeCount); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bufferFrom0; int32_t L_5 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_buffer_6(); int32_t L_7 = __this->get__position_5(); int32_t L_8 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, L_7, L_8, /*hidden argument*/NULL); // this._position += writeCount; int32_t L_9 = __this->get__position_5(); int32_t L_10 = V_0; __this->set__position_5(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))); // offset += writeCount; int32_t L_11 = ___offset1; int32_t L_12 = V_0; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); // count -= writeCount; int32_t L_13 = ___count2; int32_t L_14 = V_0; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); // if (this._position == this.buffer.Length) int32_t L_15 = __this->get__position_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_buffer_6(); NullCheck(L_16); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))) { goto IL_005a; } } { // this.Flush(); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, __this); } IL_005a: { // while (count > 0) int32_t L_17 = ___count2; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0002; } } { // } return; } } // System.Int32 BestHTTP.Extensions.WriteOnlyBufferedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WriteOnlyBufferedStream_Read_m5703CAB7871AEAC003EC9B4B0972200729727B3D (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // return 0; return 0; } } // System.Int64 BestHTTP.Extensions.WriteOnlyBufferedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t WriteOnlyBufferedStream_Seek_m31A17566FFB6734B2039F64F1CBFCE2545A6DC46 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return 0; return ((int64_t)((int64_t)0)); } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream_SetLength_m10937F3E9CA02B0BAE14C1B7C0CA38AF3BF19CA7 (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, int64_t ___value0, const RuntimeMethod* method) { { // public override void SetLength(long value) { } return; } } // System.Void BestHTTP.Extensions.WriteOnlyBufferedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteOnlyBufferedStream_Dispose_mEACF1379B49011781B91C8C50A5E9481B90C1D2B (WriteOnlyBufferedStream_tFF439EC9711DB5912AB954E51F6122E21A348F14 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // base.Dispose(disposing); bool L_0 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_0, /*hidden argument*/NULL); // if (this.buffer != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buffer_6(); if (!L_1) { goto IL_001a; } } { // VariableSizedBufferPool.Release(this.buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_buffer_6(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_2, /*hidden argument*/NULL); } IL_001a: { // this.buffer = null; __this->set_buffer_6((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)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 LitJson.WriterContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriterContext__ctor_m13B15DCCAE5EF69EC535CB3C401F12BE421CFF56 (WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * __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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::CalculateAgreement(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519_CalculateAgreement_m86E60C20E0299C18F1BB5F6A72073D14BB6B86CC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___u2, int32_t ___uOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r4, int32_t ___rOff5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ScalarMult(k, kOff, u, uOff, r, rOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___k0; int32_t L_1 = ___kOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___u2; int32_t L_3 = ___uOff3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___r4; int32_t L_5 = ___rOff5; X25519_ScalarMult_mE7DF9817DDD9C7174274C1354C7A952EA8CA2901(L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return !Arrays.AreAllZeroes(r, rOff, PointSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___r4; int32_t L_7 = ___rOff5; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_8; L_8 = Arrays_AreAllZeroes_mFDD38B72F8D08254B86AC3D02CB0EFBC2D35A6C1(L_6, L_7, ((int32_t)32), /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t X25519_Decode32_m04AEC16DD999521831128C987CB1D5ADB2DC3656 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // n |= (uint)bs[++off] << 24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___bs0; int32_t L_15 = ___off1; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); ___off1 = L_16; NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::DecodeScalar(System.Byte[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_DecodeScalar_m0EDBD719FE27DA78DB59F8E151974B1E5A26FE77 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___n2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < 8; ++i) V_0 = 0; goto IL_0016; } IL_0004: { // n[i] = Decode32(k, kOff + i * 4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___n2; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___k0; int32_t L_3 = ___kOff1; int32_t L_4 = V_0; uint32_t L_5; L_5 = X25519_Decode32_m04AEC16DD999521831128C987CB1D5ADB2DC3656(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)))), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)L_5); // for (int i = 0; i < 8; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0016: { // for (int i = 0; i < 8; ++i) int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)8))) { goto IL_0004; } } { // n[0] &= 0xFFFFFFF8U; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___n2; NullCheck(L_8); uint32_t* L_9 = ((L_8)->GetAddressAt(static_cast(0))); int32_t L_10 = *((uint32_t*)L_9); *((int32_t*)L_9) = (int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)-8))); // n[7] &= 0x7FFFFFFFU; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___n2; NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(7))); int32_t L_13 = *((uint32_t*)L_12); *((int32_t*)L_12) = (int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)2147483647LL))); // n[7] |= 0x40000000U; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___n2; NullCheck(L_14); uint32_t* L_15 = ((L_14)->GetAddressAt(static_cast(7))); int32_t L_16 = *((uint32_t*)L_15); *((int32_t*)L_15) = (int32_t)((int32_t)((int32_t)L_16|(int32_t)((int32_t)1073741824))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::GeneratePrivateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_GeneratePrivateKey_m2C5D8AE17E54DC326665A5921F2185721AECFD9F (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k1, const RuntimeMethod* method) { { // random.NextBytes(k); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___random0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k1; NullCheck(L_0); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_0, L_1); // k[0] &= 0xF8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___k1; NullCheck(L_2); uint8_t* L_3 = ((L_2)->GetAddressAt(static_cast(0))); int32_t L_4 = *((uint8_t*)L_3); *((int8_t*)L_3) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)248))))); // k[ScalarSize - 1] &= 0x7F; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___k1; NullCheck(L_5); uint8_t* L_6 = ((L_5)->GetAddressAt(static_cast(((int32_t)31)))); int32_t L_7 = *((uint8_t*)L_6); *((int8_t*)L_6) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)127))))); // k[ScalarSize - 1] |= 0x40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___k1; NullCheck(L_8); uint8_t* L_9 = ((L_8)->GetAddressAt(static_cast(((int32_t)31)))); int32_t L_10 = *((uint8_t*)L_9); *((int8_t*)L_9) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10|(int32_t)((int32_t)64))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::GeneratePublicKey(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_GeneratePublicKey_mC4B4BB09456F880EB31FF73820BEE1FEB09B6A66 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, int32_t ___rOff3, const RuntimeMethod* method) { { // ScalarMultBase(k, kOff, r, rOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___k0; int32_t L_1 = ___kOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___r2; int32_t L_3 = ___rOff3; X25519_ScalarMultBase_m0AE22338C809C058355B24B2FF376C766E7261B4(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::PointDouble(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_PointDouble_m6899282AE264452202C45F2F0BE93F1947EC504A (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, 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; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // int[] A = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] B = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // X25519Field.Apm(x, z, A, B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___z1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_1; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // X25519Field.Sqr(A, A); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_6, L_7, /*hidden argument*/NULL); // X25519Field.Sqr(B, B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_1; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_8, L_9, /*hidden argument*/NULL); // X25519Field.Mul(A, B, x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___x0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_10, L_11, L_12, /*hidden argument*/NULL); // X25519Field.Sub(A, B, A); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_0; X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8(L_13, L_14, L_15, /*hidden argument*/NULL); // X25519Field.Mul(A, C_A24, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ___z1; X25519Field_Mul_mB0BEFD3E0601478A305033F676B23C4499A3303C(L_16, ((int32_t)121666), L_17, /*hidden argument*/NULL); // X25519Field.Add(z, B, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = ___z1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = ___z1; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_18, L_19, L_20, /*hidden argument*/NULL); // X25519Field.Mul(z, A, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = ___z1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = ___z1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_21, L_22, L_23, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::Precompute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_Precompute_mDCE752C12D0B13D1C627A9495993A7DE28C97CD8 (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; } { // Ed25519.Precompute(); IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_Precompute_mAE610A775C72081F0FB28C01818B7989CD62D838(/*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::ScalarMult(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_ScalarMult_mE7DF9817DDD9C7174274C1354C7A952EA8CA2901 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___u2, int32_t ___uOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r4, int32_t ___rOff5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { // uint[] n = new uint[8]; DecodeScalar(k, kOff, n); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // uint[] n = new uint[8]; DecodeScalar(k, kOff, n); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___k0; int32_t L_2 = ___kOff1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; X25519_DecodeScalar_m0EDBD719FE27DA78DB59F8E151974B1E5A26FE77(L_1, L_2, L_3, /*hidden argument*/NULL); // int[] x1 = X25519Field.Create(); X25519Field.Decode(u, uOff, x1); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4; L_4 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_4; // int[] x1 = X25519Field.Create(); X25519Field.Decode(u, uOff, x1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___u2; int32_t L_6 = ___uOff3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_1; X25519Field_Decode_m26C42B819ED69EAF3E44B8BF7397A42ADCE86590(L_5, L_6, L_7, /*hidden argument*/NULL); // int[] x2 = X25519Field.Create(); X25519Field.Copy(x1, 0, x2, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8; L_8 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_8; // int[] x2 = X25519Field.Create(); X25519Field.Copy(x1, 0, x2, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_2; X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_9, 0, L_10, 0, /*hidden argument*/NULL); // int[] z2 = X25519Field.Create(); z2[0] = 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11; L_11 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_11; // int[] z2 = X25519Field.Create(); z2[0] = 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_3; NullCheck(L_12); (L_12)->SetAt(static_cast(0), (int32_t)1); // int[] x3 = X25519Field.Create(); x3[0] = 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13; L_13 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_13; // int[] x3 = X25519Field.Create(); x3[0] = 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_4; NullCheck(L_14); (L_14)->SetAt(static_cast(0), (int32_t)1); // int[] z3 = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15; L_15 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_5 = L_15; // int[] t1 = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16; L_16 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_6 = L_16; // int[] t2 = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17; L_17 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_7 = L_17; // int bit = 254, swap = 1; V_8 = ((int32_t)254); // int bit = 254, swap = 1; V_9 = 1; } IL_0061: { // X25519Field.Apm(x3, z3, t1, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_18, L_19, L_20, L_21, /*hidden argument*/NULL); // X25519Field.Apm(x2, z2, z3, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_2; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_22, L_23, L_24, L_25, /*hidden argument*/NULL); // X25519Field.Mul(t1, x2, t1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_6; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_26, L_27, L_28, /*hidden argument*/NULL); // X25519Field.Mul(x3, z3, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_4; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_29, L_30, L_31, /*hidden argument*/NULL); // X25519Field.Sqr(z3, z3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_5; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_32, L_33, /*hidden argument*/NULL); // X25519Field.Sqr(x2, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_2; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_34, L_35, /*hidden argument*/NULL); // X25519Field.Sub(z3, x2, t2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = V_7; X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8(L_36, L_37, L_38, /*hidden argument*/NULL); // X25519Field.Mul(t2, C_A24, z2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_3; X25519Field_Mul_mB0BEFD3E0601478A305033F676B23C4499A3303C(L_39, ((int32_t)121666), L_40, /*hidden argument*/NULL); // X25519Field.Add(z2, x2, z2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_3; X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_41, L_42, L_43, /*hidden argument*/NULL); // X25519Field.Mul(z2, t2, z2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_44, L_45, L_46, /*hidden argument*/NULL); // X25519Field.Mul(x2, z3, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_49 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_47, L_48, L_49, /*hidden argument*/NULL); // X25519Field.Apm(t1, x3, x3, z3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = V_5; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_50, L_51, L_52, L_53, /*hidden argument*/NULL); // X25519Field.Sqr(x3, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_4; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_54, L_55, /*hidden argument*/NULL); // X25519Field.Sqr(z3, z3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_5; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_56, L_57, /*hidden argument*/NULL); // X25519Field.Mul(z3, x1, z3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_5; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_58, L_59, L_60, /*hidden argument*/NULL); // --bit; int32_t L_61 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); // int word = bit >> 5, shift = bit & 0x1F; int32_t L_62 = V_8; V_10 = ((int32_t)((int32_t)L_62>>(int32_t)5)); // int word = bit >> 5, shift = bit & 0x1F; int32_t L_63 = V_8; V_11 = ((int32_t)((int32_t)L_63&(int32_t)((int32_t)31))); // int kt = (int)(n[word] >> shift) & 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_0; int32_t L_65 = V_10; NullCheck(L_64); int32_t L_66 = L_65; uint32_t L_67 = (L_64)->GetAt(static_cast(L_66)); int32_t L_68 = V_11; V_12 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_67>>((int32_t)((int32_t)L_68&(int32_t)((int32_t)31)))))&(int32_t)1)); // swap ^= kt; int32_t L_69 = V_9; int32_t L_70 = V_12; V_9 = ((int32_t)((int32_t)L_69^(int32_t)L_70)); // X25519Field.CSwap(swap, x2, x3); int32_t L_71 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73 = V_4; X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA(L_71, L_72, L_73, /*hidden argument*/NULL); // X25519Field.CSwap(swap, z2, z3); int32_t L_74 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = V_5; X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA(L_74, L_75, L_76, /*hidden argument*/NULL); // swap = kt; int32_t L_77 = V_12; V_9 = L_77; // while (bit >= 3); int32_t L_78 = V_8; if ((((int32_t)L_78) >= ((int32_t)3))) { goto IL_0061; } } { // for (int i = 0; i < 3; ++i) V_13 = 0; goto IL_0151; } IL_0144: { // PointDouble(x2, z2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_79 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = V_3; X25519_PointDouble_m6899282AE264452202C45F2F0BE93F1947EC504A(L_79, L_80, /*hidden argument*/NULL); // for (int i = 0; i < 3; ++i) int32_t L_81 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0151: { // for (int i = 0; i < 3; ++i) int32_t L_82 = V_13; if ((((int32_t)L_82) < ((int32_t)3))) { goto IL_0144; } } { // X25519Field.Inv(z2, z2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207(L_83, L_84, /*hidden argument*/NULL); // X25519Field.Mul(x2, z2, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_85 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_86 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_85, L_86, L_87, /*hidden argument*/NULL); // X25519Field.Normalize(x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_88 = V_2; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_88, /*hidden argument*/NULL); // X25519Field.Encode(x2, r, rOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_89 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = ___r4; int32_t L_91 = ___rOff5; X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586(L_89, L_90, L_91, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::ScalarMultBase(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519_ScalarMultBase_m0AE22338C809C058355B24B2FF376C766E7261B4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___k0, int32_t ___kOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___r2, int32_t ___rOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // int[] y = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] z = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // Ed25519.ScalarMultBaseYZ(k, kOff, y, z); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___k0; int32_t L_3 = ___kOff1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); Ed25519_ScalarMultBaseYZ_m93A20846A948296D6784E7F5DA32A4CF25B783DF(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // X25519Field.Apm(z, y, y, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_1; X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); // X25519Field.Inv(z, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207(L_10, L_11, /*hidden argument*/NULL); // X25519Field.Mul(y, z, y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_12, L_13, L_14, /*hidden argument*/NULL); // X25519Field.Normalize(y); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_0; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_15, /*hidden argument*/NULL); // X25519Field.Encode(y, r, rOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___r2; int32_t L_18 = ___rOff3; X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586(L_16, L_17, L_18, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519__ctor_mE1810F7AAD2B560106756C77839232974048FD2F (X25519_t4A7E2DFB8221A476A93D6BE4C5A51A0C295CF248 * __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.Agreement.X25519Agreement::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Agreement_Init_m50D29C86E796B4175C92C6AA732DEE90A45D2759 (X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91 * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.privateKey = (X25519PrivateKeyParameters)parameters; RuntimeObject* L_0 = ___parameters0; __this->set_privateKey_0(((X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 *)CastclassSealed((RuntimeObject*)L_0, X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement::get_AgreementSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X25519Agreement_get_AgreementSize_mCF46F504D44D8FA4612641151F61F9A51802752B (X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return X25519PrivateKeyParameters.SecretSize; } IL2CPP_RUNTIME_CLASS_INIT(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var); int32_t L_0 = ((X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_StaticFields*)il2cpp_codegen_static_fields_for(X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350_il2cpp_TypeInfo_var))->get_SecretSize_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement::CalculateAgreement(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Agreement_CalculateAgreement_mE13E3FF63DD6D344EC21AFC0D244A0B87735C836 (X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91 * __this, RuntimeObject* ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // privateKey.GenerateSecret((X25519PublicKeyParameters)publicKey, buf, off); X25519PrivateKeyParameters_t07132811D8BE17EE3390E402E032C552F67D5350 * L_0 = __this->get_privateKey_0(); RuntimeObject* L_1 = ___publicKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf1; int32_t L_3 = ___off2; NullCheck(L_0); X25519PrivateKeyParameters_GenerateSecret_mB1597A5103C65FF8894052C32D9DE6D23F0645AF(L_0, ((X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C *)CastclassSealed((RuntimeObject*)L_1, X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var)), L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.X25519Agreement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Agreement__ctor_mA5C1C97C5E4A12BEFDD4F1D360383E4E4EF66F14 (X25519Agreement_tBA30EE88E5E615A5DCF911E60E77BB9763D9EB91 * __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.Math.EC.Rfc7748.X25519Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field__ctor_mA497184E8C315174624F733944053B40D370BDED (X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72 * __this, const RuntimeMethod* method) { { // private X25519Field() {} Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // private X25519Field() {} return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Add(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_0012; } IL_0004: { // z[i] = x[i] + y[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z2; int32_t L_1 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___x0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___y1; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_9))); // for (int i = 0; i < Size; ++i) int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0012: { // for (int i = 0; i < Size; ++i) int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::AddOne(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_AddOne_m085F63BA9FEB4A425C273FB306008B941F21978D (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method) { { // z[0] += 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); int32_t* L_1 = ((L_0)->GetAddressAt(static_cast(0))); int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::AddOne(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_AddOne_m395ED30433C317CCFB79C34318BF3AE84DD5D6D7 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, int32_t ___zOff1, const RuntimeMethod* method) { { // z[zOff] += 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; int32_t L_1 = ___zOff1; NullCheck(L_0); int32_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1))); int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Apm(System.Int32[],System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Apm_m434A671891157D4F8D8E269A1E05D4B221D3FA59 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zp2, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___zm3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_001c; } IL_0004: { // int xi = x[i], yi = y[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // int xi = x[i], yi = y[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___y1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; // zp[i] = xi + yi; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ___zp2; int32_t L_9 = V_0; int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); // zm[i] = xi - yi; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___zm3; int32_t L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))); // for (int i = 0; i < Size; ++i) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_001c: { // for (int i = 0; i < Size; ++i) int32_t L_17 = V_0; if ((((int32_t)L_17) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Carry(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Carry_m10F121F98AD5603E56B922903CCE7202AD8485AD (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { // int z0 = z[0], z1 = z[1], z2 = z[2], z3 = z[3], z4 = z[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // int z0 = z[0], z1 = z[1], z2 = z[2], z3 = z[3], z4 = z[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___z0; NullCheck(L_3); int32_t L_4 = 1; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // int z0 = z[0], z1 = z[1], z2 = z[2], z3 = z[3], z4 = z[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___z0; NullCheck(L_6); int32_t L_7 = 2; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // int z0 = z[0], z1 = z[1], z2 = z[2], z3 = z[3], z4 = z[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___z0; NullCheck(L_9); int32_t L_10 = 3; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // int z0 = z[0], z1 = z[1], z2 = z[2], z3 = z[3], z4 = z[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___z0; NullCheck(L_12); int32_t L_13 = 4; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // int z5 = z[5], z6 = z[6], z7 = z[7], z8 = z[8], z9 = z[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___z0; NullCheck(L_15); int32_t L_16 = 5; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // int z5 = z[5], z6 = z[6], z7 = z[7], z8 = z[8], z9 = z[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = ___z0; NullCheck(L_18); int32_t L_19 = 6; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = L_20; // int z5 = z[5], z6 = z[6], z7 = z[7], z8 = z[8], z9 = z[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = ___z0; NullCheck(L_21); int32_t L_22 = 7; int32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = L_23; // int z5 = z[5], z6 = z[6], z7 = z[7], z8 = z[8], z9 = z[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ___z0; NullCheck(L_24); int32_t L_25 = 8; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_8 = L_26; // int z5 = z[5], z6 = z[6], z7 = z[7], z8 = z[8], z9 = z[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___z0; NullCheck(L_27); int32_t L_28 = ((int32_t)9); int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_9 = L_29; // z3 += (z2 >> 25); z2 &= M25; int32_t L_30 = V_3; int32_t L_31 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31>>(int32_t)((int32_t)25))))); // z3 += (z2 >> 25); z2 &= M25; int32_t L_32 = V_2; V_2 = ((int32_t)((int32_t)L_32&(int32_t)((int32_t)33554431))); // z5 += (z4 >> 25); z4 &= M25; int32_t L_33 = V_5; int32_t L_34 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)((int32_t)L_34>>(int32_t)((int32_t)25))))); // z5 += (z4 >> 25); z4 &= M25; int32_t L_35 = V_4; V_4 = ((int32_t)((int32_t)L_35&(int32_t)((int32_t)33554431))); // z8 += (z7 >> 25); z7 &= M25; int32_t L_36 = V_8; int32_t L_37 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)((int32_t)L_37>>(int32_t)((int32_t)25))))); // z8 += (z7 >> 25); z7 &= M25; int32_t L_38 = V_7; V_7 = ((int32_t)((int32_t)L_38&(int32_t)((int32_t)33554431))); // z0 += (z9 >> 25) * 38; z9 &= M25; int32_t L_39 = V_0; int32_t L_40 = V_9; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_40>>(int32_t)((int32_t)25))), (int32_t)((int32_t)38))))); // z0 += (z9 >> 25) * 38; z9 &= M25; int32_t L_41 = V_9; V_9 = ((int32_t)((int32_t)L_41&(int32_t)((int32_t)33554431))); // z1 += (z0 >> 26); z0 &= M26; int32_t L_42 = V_1; int32_t L_43 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)((int32_t)((int32_t)L_43>>(int32_t)((int32_t)26))))); // z1 += (z0 >> 26); z0 &= M26; int32_t L_44 = V_0; V_0 = ((int32_t)((int32_t)L_44&(int32_t)((int32_t)67108863))); // z6 += (z5 >> 26); z5 &= M26; int32_t L_45 = V_6; int32_t L_46 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)((int32_t)L_46>>(int32_t)((int32_t)26))))); // z6 += (z5 >> 26); z5 &= M26; int32_t L_47 = V_5; V_5 = ((int32_t)((int32_t)L_47&(int32_t)((int32_t)67108863))); // z2 += (z1 >> 26); z1 &= M26; int32_t L_48 = V_2; int32_t L_49 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)((int32_t)L_49>>(int32_t)((int32_t)26))))); // z2 += (z1 >> 26); z1 &= M26; int32_t L_50 = V_1; V_1 = ((int32_t)((int32_t)L_50&(int32_t)((int32_t)67108863))); // z4 += (z3 >> 26); z3 &= M26; int32_t L_51 = V_4; int32_t L_52 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)((int32_t)((int32_t)L_52>>(int32_t)((int32_t)26))))); // z4 += (z3 >> 26); z3 &= M26; int32_t L_53 = V_3; V_3 = ((int32_t)((int32_t)L_53&(int32_t)((int32_t)67108863))); // z7 += (z6 >> 26); z6 &= M26; int32_t L_54 = V_7; int32_t L_55 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)((int32_t)((int32_t)L_55>>(int32_t)((int32_t)26))))); // z7 += (z6 >> 26); z6 &= M26; int32_t L_56 = V_6; V_6 = ((int32_t)((int32_t)L_56&(int32_t)((int32_t)67108863))); // z9 += (z8 >> 26); z8 &= M26; int32_t L_57 = V_9; int32_t L_58 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)((int32_t)L_58>>(int32_t)((int32_t)26))))); // z9 += (z8 >> 26); z8 &= M26; int32_t L_59 = V_8; V_8 = ((int32_t)((int32_t)L_59&(int32_t)((int32_t)67108863))); // z[0] = z0; z[1] = z1; z[2] = z2; z[3] = z3; z[4] = z4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = ___z0; int32_t L_61 = V_0; NullCheck(L_60); (L_60)->SetAt(static_cast(0), (int32_t)L_61); // z[0] = z0; z[1] = z1; z[2] = z2; z[3] = z3; z[4] = z4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = ___z0; int32_t L_63 = V_1; NullCheck(L_62); (L_62)->SetAt(static_cast(1), (int32_t)L_63); // z[0] = z0; z[1] = z1; z[2] = z2; z[3] = z3; z[4] = z4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = ___z0; int32_t L_65 = V_2; NullCheck(L_64); (L_64)->SetAt(static_cast(2), (int32_t)L_65); // z[0] = z0; z[1] = z1; z[2] = z2; z[3] = z3; z[4] = z4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = ___z0; int32_t L_67 = V_3; NullCheck(L_66); (L_66)->SetAt(static_cast(3), (int32_t)L_67); // z[0] = z0; z[1] = z1; z[2] = z2; z[3] = z3; z[4] = z4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = ___z0; int32_t L_69 = V_4; NullCheck(L_68); (L_68)->SetAt(static_cast(4), (int32_t)L_69); // z[5] = z5; z[6] = z6; z[7] = z7; z[8] = z8; z[9] = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_70 = ___z0; int32_t L_71 = V_5; NullCheck(L_70); (L_70)->SetAt(static_cast(5), (int32_t)L_71); // z[5] = z5; z[6] = z6; z[7] = z7; z[8] = z8; z[9] = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = ___z0; int32_t L_73 = V_6; NullCheck(L_72); (L_72)->SetAt(static_cast(6), (int32_t)L_73); // z[5] = z5; z[6] = z6; z[7] = z7; z[8] = z8; z[9] = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_74 = ___z0; int32_t L_75 = V_7; NullCheck(L_74); (L_74)->SetAt(static_cast(7), (int32_t)L_75); // z[5] = z5; z[6] = z6; z[7] = z7; z[8] = z8; z[9] = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = ___z0; int32_t L_77 = V_8; NullCheck(L_76); (L_76)->SetAt(static_cast(8), (int32_t)L_77); // z[5] = z5; z[6] = z6; z[7] = z7; z[8] = z8; z[9] = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_78 = ___z0; int32_t L_79 = V_9; NullCheck(L_78); (L_78)->SetAt(static_cast(((int32_t)9)), (int32_t)L_79); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CNegate(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_CNegate_mD91A5FAA44AD89336B1E04B98684BFD8BF485FAE (int32_t ___negate0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int mask = 0 - negate; int32_t L_0 = ___negate0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)0, (int32_t)L_0)); // for (int i = 0; i < Size; ++i) V_1 = 0; goto IL_0016; } IL_0008: { // z[i] = (z[i] ^ mask) - mask; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___z1; int32_t L_2 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___z1; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = V_0; int32_t L_8 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_6^(int32_t)L_7)), (int32_t)L_8))); // for (int i = 0; i < Size; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0016: { // for (int i = 0; i < Size; ++i) int32_t L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)10)))) { goto IL_0008; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Copy(System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, int32_t ___zOff3, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_0012; } IL_0004: { // z[zOff + i] = x[xOff + i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z2; int32_t L_1 = ___zOff3; int32_t L_2 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___x0; int32_t L_4 = ___xOff1; int32_t L_5 = V_0; NullCheck(L_3); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); int32_t L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (int32_t)L_7); // for (int i = 0; i < Size; ++i) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0012: { // for (int i = 0; i < Size; ++i) int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[Size]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); return L_0; } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CreateTable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* X25519Field_CreateTable_mF5548682D430C49FA0DE0F3AF861C73EF1C9B1FE (int32_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[Size * n]; int32_t L_0 = ___n0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10), (int32_t)L_0))); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::CSwap(System.Int32,System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_CSwap_m687E2434898BAD4F453041C6FCDBF7C391CFF6AA (int32_t ___swap0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___b2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // int mask = 0 - swap; int32_t L_0 = ___swap0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)0, (int32_t)L_0)); // for (int i = 0; i < Size; ++i) V_1 = 0; goto IL_0029; } IL_0008: { // int ai = a[i], bi = b[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___a1; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; // int ai = a[i], bi = b[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___b2; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; // int dummy = mask & (ai ^ bi); int32_t L_9 = V_0; int32_t L_10 = V_2; int32_t L_11 = V_3; V_4 = ((int32_t)((int32_t)L_9&(int32_t)((int32_t)((int32_t)L_10^(int32_t)L_11)))); // a[i] = ai ^ dummy; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___a1; int32_t L_13 = V_1; int32_t L_14 = V_2; int32_t L_15 = V_4; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int32_t)((int32_t)((int32_t)L_14^(int32_t)L_15))); // b[i] = bi ^ dummy; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = ___b2; int32_t L_17 = V_1; int32_t L_18 = V_3; int32_t L_19 = V_4; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (int32_t)((int32_t)((int32_t)L_18^(int32_t)L_19))); // for (int i = 0; i < Size; ++i) int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0029: { // for (int i = 0; i < Size; ++i) int32_t L_21 = V_1; if ((((int32_t)L_21) < ((int32_t)((int32_t)10)))) { goto IL_0008; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode(System.Byte[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Decode_m26C42B819ED69EAF3E44B8BF7397A42ADCE86590 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, int32_t ___xOff1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, 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; } { // Decode128(x, xOff, z, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___x0; int32_t L_1 = ___xOff1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Decode128_m621DA5F560DF300814A1B65FFC7379572730726F(L_0, L_1, L_2, 0, /*hidden argument*/NULL); // Decode128(x, xOff + 16, z, 5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___x0; int32_t L_4 = ___xOff1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___z2; X25519Field_Decode128_m621DA5F560DF300814A1B65FFC7379572730726F(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)16))), L_5, 5, /*hidden argument*/NULL); // z[9] &= M24; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___z2; NullCheck(L_6); int32_t* L_7 = ((L_6)->GetAddressAt(static_cast(((int32_t)9)))); int32_t L_8 = *((int32_t*)L_7); *((int32_t*)L_7) = (int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)16777215))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode128(System.Byte[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Decode128_m621DA5F560DF300814A1B65FFC7379572730726F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, int32_t ___zOff3, 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; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { // uint t0 = Decode32(bs, off + 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint t1 = Decode32(bs, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs0; int32_t L_4 = ___off1; uint32_t L_5; L_5 = X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint t2 = Decode32(bs, off + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bs0; int32_t L_7 = ___off1; uint32_t L_8; L_8 = X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); V_2 = L_8; // uint t3 = Decode32(bs, off + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; uint32_t L_11; L_11 = X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); V_3 = L_11; // z[zOff + 0] = (int)t0 & M26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___z2; int32_t L_13 = ___zOff3; uint32_t L_14 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)67108863)))); // z[zOff + 1] = (int)((t1 << 6) | (t0 >> 26)) & M26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___z2; int32_t L_16 = ___zOff3; uint32_t L_17 = V_1; uint32_t L_18 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_18>>((int32_t)26)))))&(int32_t)((int32_t)67108863)))); // z[zOff + 2] = (int)((t2 << 12) | (t1 >> 20)) & M25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = ___z2; int32_t L_20 = ___zOff3; uint32_t L_21 = V_2; uint32_t L_22 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_22>>((int32_t)20)))))&(int32_t)((int32_t)33554431)))); // z[zOff + 3] = (int)((t3 << 19) | (t2 >> 13)) & M26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = ___z2; int32_t L_24 = ___zOff3; uint32_t L_25 = V_3; uint32_t L_26 = V_2; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)3))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)19)))|(int32_t)((int32_t)((uint32_t)L_26>>((int32_t)13)))))&(int32_t)((int32_t)67108863)))); // z[zOff + 4] = (int)(t3 >> 7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___z2; int32_t L_28 = ___zOff3; uint32_t L_29 = V_3; NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4))), (int32_t)((int32_t)((uint32_t)L_29>>7))); // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Decode32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t X25519Field_Decode32_mEC53FD4D9BF98468B1A822AD3B79B2635F69E6C4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method) { { // uint n = bs[off]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; int32_t L_1 = ___off1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); // n |= (uint)bs[++off] << 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = ___off1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); ___off1 = L_6; NullCheck(L_4); int32_t L_7 = L_6; uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); // n |= (uint)bs[++off] << 16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bs0; int32_t L_10 = ___off1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); ___off1 = L_11; NullCheck(L_9); int32_t L_12 = L_11; uint8_t L_13 = (L_9)->GetAt(static_cast(L_12)); // n |= (uint)bs[++off] << 24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___bs0; int32_t L_15 = ___off1; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); ___off1 = L_16; NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); // return n; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode(System.Int32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode_m618ED120C818D5A36ED53A591569C0C14D331586 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z1, int32_t ___zOff2, 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; } { // Encode128(x, 0, z, zOff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___z1; int32_t L_2 = ___zOff2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Encode128_m4860E2BE3ECC38B325A0152492EB8BC7990E8ADE(L_0, 0, L_1, L_2, /*hidden argument*/NULL); // Encode128(x, 5, z, zOff + 16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___z1; int32_t L_5 = ___zOff2; X25519Field_Encode128_m4860E2BE3ECC38B325A0152492EB8BC7990E8ADE(L_3, 5, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode128(System.Int32[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode128_m4860E2BE3ECC38B325A0152492EB8BC7990E8ADE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___xOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs2, int32_t ___off3, 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; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { // uint x0 = (uint)x[xOff + 0], x1 = (uint)x[xOff + 1], x2 = (uint)x[xOff + 2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; int32_t L_1 = ___xOff1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); // uint x0 = (uint)x[xOff + 0], x1 = (uint)x[xOff + 1], x2 = (uint)x[xOff + 2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___x0; int32_t L_5 = ___xOff1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = L_7; // uint x0 = (uint)x[xOff + 0], x1 = (uint)x[xOff + 1], x2 = (uint)x[xOff + 2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ___x0; int32_t L_9 = ___xOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; // uint x3 = (uint)x[xOff + 3], x4 = (uint)x[xOff + 4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___x0; int32_t L_13 = ___xOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_2 = L_15; // uint x3 = (uint)x[xOff + 3], x4 = (uint)x[xOff + 4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = ___x0; int32_t L_17 = ___xOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_3 = L_19; // uint t0 = x0 | (x1 << 26); Encode32(t0, bs, off + 0); uint32_t L_20 = V_0; // uint t0 = x0 | (x1 << 26); Encode32(t0, bs, off + 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___bs2; int32_t L_22 = ___off3; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74(((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)26))))), L_21, L_22, /*hidden argument*/NULL); // uint t1 = (x1 >> 6) | (x2 << 20); Encode32(t1, bs, off + 4); uint32_t L_23 = V_0; uint32_t L_24 = V_1; // uint t1 = (x1 >> 6) | (x2 << 20); Encode32(t1, bs, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___bs2; int32_t L_26 = ___off3; X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74(((int32_t)((int32_t)((int32_t)((uint32_t)L_23>>6))|(int32_t)((int32_t)((int32_t)L_24<<(int32_t)((int32_t)20))))), L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4)), /*hidden argument*/NULL); // uint t2 = (x2 >> 12) | (x3 << 13); Encode32(t2, bs, off + 8); uint32_t L_27 = V_1; uint32_t L_28 = V_2; // uint t2 = (x2 >> 12) | (x3 << 13); Encode32(t2, bs, off + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___bs2; int32_t L_30 = ___off3; X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74(((int32_t)((int32_t)((int32_t)((uint32_t)L_27>>((int32_t)12)))|(int32_t)((int32_t)((int32_t)L_28<<(int32_t)((int32_t)13))))), L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)8)), /*hidden argument*/NULL); // uint t3 = (x3 >> 19) | (x4 << 7); Encode32(t3, bs, off + 12); uint32_t L_31 = V_2; uint32_t L_32 = V_3; // uint t3 = (x3 >> 19) | (x4 << 7); Encode32(t3, bs, off + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___bs2; int32_t L_34 = ___off3; X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74(((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>((int32_t)19)))|(int32_t)((int32_t)((int32_t)L_32<<(int32_t)7)))), L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Encode32(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Encode32_mA4711096E75CE57CFAC9785FD50FC1E744159C74 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method) { { // bs[ off] = (byte)(n ); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs1; int32_t L_1 = ___off2; uint32_t L_2 = ___n0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // bs[++off] = (byte)(n >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bs1; int32_t L_4 = ___off2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ___off2 = L_5; uint32_t L_6 = ___n0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_6>>8))))); // bs[++off] = (byte)(n >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bs1; int32_t L_8 = ___off2; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); ___off2 = L_9; uint32_t L_10 = ___n0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_10>>((int32_t)16)))))); // bs[++off] = (byte)(n >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bs1; int32_t L_12 = ___off2; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); ___off2 = L_13; uint32_t L_14 = ___n0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_14>>((int32_t)24)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Inv(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Inv_m776929ECCFBBE3EB9FD7A357B3CD7FF550931207 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, 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; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // int[] x2 = Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] t = Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // PowPm5d8(x, x2, t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_1; X25519Field_PowPm5d8_m3C5DA5EF2DAC2DBDA7999E36846C213E53759C25(L_2, L_3, L_4, /*hidden argument*/NULL); // Sqr(t, 3, t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_1; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_5, 3, L_6, /*hidden argument*/NULL); // Mul(t, x2, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___z1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_7, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::IsZeroVar(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int d = 0; V_0 = 0; // for (int i = 0; i < Size; ++i) V_1 = 0; goto IL_0010; } IL_0006: { // d |= x[i]; int32_t L_0 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___x0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = ((int32_t)((int32_t)L_0|(int32_t)L_4)); // for (int i = 0; i < Size; ++i) int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0010: { // for (int i = 0; i < Size; ++i) int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)10)))) { goto IL_0006; } } { // return d == 0; int32_t L_7 = V_0; return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Mul(System.Int32[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Mul_mB0BEFD3E0601478A305033F676B23C4499A3303C (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int64_t V_10 = 0; int64_t V_11 = 0; int64_t V_12 = 0; int64_t V_13 = 0; { // int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3], x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3], x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3], x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 2; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3], x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = 3; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3], x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___x0; NullCheck(L_12); int32_t L_13 = 4; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // int x5 = x[5], x6 = x[6], x7 = x[7], x8 = x[8], x9 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___x0; NullCheck(L_15); int32_t L_16 = 5; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // int x5 = x[5], x6 = x[6], x7 = x[7], x8 = x[8], x9 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = ___x0; NullCheck(L_18); int32_t L_19 = 6; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = L_20; // int x5 = x[5], x6 = x[6], x7 = x[7], x8 = x[8], x9 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = ___x0; NullCheck(L_21); int32_t L_22 = 7; int32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = L_23; // int x5 = x[5], x6 = x[6], x7 = x[7], x8 = x[8], x9 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ___x0; NullCheck(L_24); int32_t L_25 = 8; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_8 = L_26; // int x5 = x[5], x6 = x[6], x7 = x[7], x8 = x[8], x9 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___x0; NullCheck(L_27); int32_t L_28 = ((int32_t)9); int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_9 = L_29; // c0 = (long)x2 * y; x2 = (int)c0 & M25; c0 >>= 25; int32_t L_30 = V_2; int32_t L_31 = ___y1; V_10 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_30)), (int64_t)((int64_t)((int64_t)L_31)))); // c0 = (long)x2 * y; x2 = (int)c0 & M25; c0 >>= 25; int64_t L_32 = V_10; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_32))&(int32_t)((int32_t)33554431))); // c0 = (long)x2 * y; x2 = (int)c0 & M25; c0 >>= 25; int64_t L_33 = V_10; V_10 = ((int64_t)((int64_t)L_33>>(int32_t)((int32_t)25))); // c1 = (long)x4 * y; x4 = (int)c1 & M25; c1 >>= 25; int32_t L_34 = V_4; int32_t L_35 = ___y1; V_11 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_34)), (int64_t)((int64_t)((int64_t)L_35)))); // c1 = (long)x4 * y; x4 = (int)c1 & M25; c1 >>= 25; int64_t L_36 = V_11; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_36))&(int32_t)((int32_t)33554431))); // c1 = (long)x4 * y; x4 = (int)c1 & M25; c1 >>= 25; int64_t L_37 = V_11; V_11 = ((int64_t)((int64_t)L_37>>(int32_t)((int32_t)25))); // c2 = (long)x7 * y; x7 = (int)c2 & M25; c2 >>= 25; int32_t L_38 = V_7; int32_t L_39 = ___y1; V_12 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_38)), (int64_t)((int64_t)((int64_t)L_39)))); // c2 = (long)x7 * y; x7 = (int)c2 & M25; c2 >>= 25; int64_t L_40 = V_12; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)L_40))&(int32_t)((int32_t)33554431))); // c2 = (long)x7 * y; x7 = (int)c2 & M25; c2 >>= 25; int64_t L_41 = V_12; V_12 = ((int64_t)((int64_t)L_41>>(int32_t)((int32_t)25))); // c3 = (long)x9 * y; x9 = (int)c3 & M25; c3 >>= 25; int32_t L_42 = V_9; int32_t L_43 = ___y1; V_13 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_42)), (int64_t)((int64_t)((int64_t)L_43)))); // c3 = (long)x9 * y; x9 = (int)c3 & M25; c3 >>= 25; int64_t L_44 = V_13; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_44))&(int32_t)((int32_t)33554431))); // c3 = (long)x9 * y; x9 = (int)c3 & M25; c3 >>= 25; int64_t L_45 = V_13; V_13 = ((int64_t)((int64_t)L_45>>(int32_t)((int32_t)25))); // c3 *= 38; int64_t L_46 = V_13; V_13 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_46, (int64_t)((int64_t)((int64_t)((int32_t)38))))); // c3 += (long)x0 * y; z[0] = (int)c3 & M26; c3 >>= 26; int64_t L_47 = V_13; int32_t L_48 = V_0; int32_t L_49 = ___y1; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_48)), (int64_t)((int64_t)((int64_t)L_49)))))); // c3 += (long)x0 * y; z[0] = (int)c3 & M26; c3 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = ___z2; int64_t L_51 = V_13; NullCheck(L_50); (L_50)->SetAt(static_cast(0), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51))&(int32_t)((int32_t)67108863)))); // c3 += (long)x0 * y; z[0] = (int)c3 & M26; c3 >>= 26; int64_t L_52 = V_13; V_13 = ((int64_t)((int64_t)L_52>>(int32_t)((int32_t)26))); // c1 += (long)x5 * y; z[5] = (int)c1 & M26; c1 >>= 26; int64_t L_53 = V_11; int32_t L_54 = V_5; int32_t L_55 = ___y1; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_53, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_54)), (int64_t)((int64_t)((int64_t)L_55)))))); // c1 += (long)x5 * y; z[5] = (int)c1 & M26; c1 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = ___z2; int64_t L_57 = V_11; NullCheck(L_56); (L_56)->SetAt(static_cast(5), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_57))&(int32_t)((int32_t)67108863)))); // c1 += (long)x5 * y; z[5] = (int)c1 & M26; c1 >>= 26; int64_t L_58 = V_11; V_11 = ((int64_t)((int64_t)L_58>>(int32_t)((int32_t)26))); // c3 += (long)x1 * y; z[1] = (int)c3 & M26; c3 >>= 26; int64_t L_59 = V_13; int32_t L_60 = V_1; int32_t L_61 = ___y1; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_59, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_60)), (int64_t)((int64_t)((int64_t)L_61)))))); // c3 += (long)x1 * y; z[1] = (int)c3 & M26; c3 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = ___z2; int64_t L_63 = V_13; NullCheck(L_62); (L_62)->SetAt(static_cast(1), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63))&(int32_t)((int32_t)67108863)))); // c3 += (long)x1 * y; z[1] = (int)c3 & M26; c3 >>= 26; int64_t L_64 = V_13; V_13 = ((int64_t)((int64_t)L_64>>(int32_t)((int32_t)26))); // c0 += (long)x3 * y; z[3] = (int)c0 & M26; c0 >>= 26; int64_t L_65 = V_10; int32_t L_66 = V_3; int32_t L_67 = ___y1; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_65, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_66)), (int64_t)((int64_t)((int64_t)L_67)))))); // c0 += (long)x3 * y; z[3] = (int)c0 & M26; c0 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = ___z2; int64_t L_69 = V_10; NullCheck(L_68); (L_68)->SetAt(static_cast(3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_69))&(int32_t)((int32_t)67108863)))); // c0 += (long)x3 * y; z[3] = (int)c0 & M26; c0 >>= 26; int64_t L_70 = V_10; V_10 = ((int64_t)((int64_t)L_70>>(int32_t)((int32_t)26))); // c1 += (long)x6 * y; z[6] = (int)c1 & M26; c1 >>= 26; int64_t L_71 = V_11; int32_t L_72 = V_6; int32_t L_73 = ___y1; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_71, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_72)), (int64_t)((int64_t)((int64_t)L_73)))))); // c1 += (long)x6 * y; z[6] = (int)c1 & M26; c1 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_74 = ___z2; int64_t L_75 = V_11; NullCheck(L_74); (L_74)->SetAt(static_cast(6), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_75))&(int32_t)((int32_t)67108863)))); // c1 += (long)x6 * y; z[6] = (int)c1 & M26; c1 >>= 26; int64_t L_76 = V_11; V_11 = ((int64_t)((int64_t)L_76>>(int32_t)((int32_t)26))); // c2 += (long)x8 * y; z[8] = (int)c2 & M26; c2 >>= 26; int64_t L_77 = V_12; int32_t L_78 = V_8; int32_t L_79 = ___y1; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_78)), (int64_t)((int64_t)((int64_t)L_79)))))); // c2 += (long)x8 * y; z[8] = (int)c2 & M26; c2 >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = ___z2; int64_t L_81 = V_12; NullCheck(L_80); (L_80)->SetAt(static_cast(8), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_81))&(int32_t)((int32_t)67108863)))); // c2 += (long)x8 * y; z[8] = (int)c2 & M26; c2 >>= 26; int64_t L_82 = V_12; V_12 = ((int64_t)((int64_t)L_82>>(int32_t)((int32_t)26))); // z[2] = x2 + (int)c3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = ___z2; int32_t L_84 = V_2; int64_t L_85 = V_13; NullCheck(L_83); (L_83)->SetAt(static_cast(2), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)((int32_t)L_85))))); // z[4] = x4 + (int)c0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_86 = ___z2; int32_t L_87 = V_4; int64_t L_88 = V_10; NullCheck(L_86); (L_86)->SetAt(static_cast(4), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)((int32_t)((int32_t)L_88))))); // z[7] = x7 + (int)c1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_89 = ___z2; int32_t L_90 = V_7; int64_t L_91 = V_11; NullCheck(L_89); (L_89)->SetAt(static_cast(7), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)((int32_t)L_91))))); // z[9] = x9 + (int)c2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_92 = ___z2; int32_t L_93 = V_9; int64_t L_94 = V_12; NullCheck(L_92); (L_92)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)((int32_t)L_94))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Mul(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int64_t V_20 = 0; int64_t V_21 = 0; int64_t V_22 = 0; int64_t V_23 = 0; int64_t V_24 = 0; int64_t V_25 = 0; int64_t V_26 = 0; int64_t V_27 = 0; int64_t V_28 = 0; int64_t V_29 = 0; int64_t V_30 = 0; int64_t V_31 = 0; int64_t V_32 = 0; int64_t V_33 = 0; int64_t V_34 = 0; int64_t V_35 = 0; int64_t V_36 = 0; int64_t V_37 = 0; int64_t V_38 = 0; int64_t V_39 = 0; int64_t V_40 = 0; int64_t V_41 = 0; int64_t V_42 = 0; int64_t V_43 = 0; int64_t V_44 = 0; int64_t V_45 = 0; int64_t V_46 = 0; int32_t V_47 = 0; int32_t V_48 = 0; int64_t V_49 = 0; { // int x0 = x[0], y0 = y[0]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // int x0 = x[0], y0 = y[0]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___y1; NullCheck(L_3); int32_t L_4 = 0; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // int x1 = x[1], y1 = y[1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 1; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // int x1 = x[1], y1 = y[1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___y1; NullCheck(L_9); int32_t L_10 = 1; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // int x2 = x[2], y2 = y[2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___x0; NullCheck(L_12); int32_t L_13 = 2; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // int x2 = x[2], y2 = y[2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___y1; NullCheck(L_15); int32_t L_16 = 2; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // int x3 = x[3], y3 = y[3]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = ___x0; NullCheck(L_18); int32_t L_19 = 3; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = L_20; // int x3 = x[3], y3 = y[3]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = ___y1; NullCheck(L_21); int32_t L_22 = 3; int32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = L_23; // int x4 = x[4], y4 = y[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ___x0; NullCheck(L_24); int32_t L_25 = 4; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_8 = L_26; // int x4 = x[4], y4 = y[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___y1; NullCheck(L_27); int32_t L_28 = 4; int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_9 = L_29; // int u0 = x[5], v0 = y[5]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = ___x0; NullCheck(L_30); int32_t L_31 = 5; int32_t L_32 = (L_30)->GetAt(static_cast(L_31)); V_10 = L_32; // int u0 = x[5], v0 = y[5]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = ___y1; NullCheck(L_33); int32_t L_34 = 5; int32_t L_35 = (L_33)->GetAt(static_cast(L_34)); V_11 = L_35; // int u1 = x[6], v1 = y[6]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = ___x0; NullCheck(L_36); int32_t L_37 = 6; int32_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_12 = L_38; // int u1 = x[6], v1 = y[6]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = ___y1; NullCheck(L_39); int32_t L_40 = 6; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); V_13 = L_41; // int u2 = x[7], v2 = y[7]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = ___x0; NullCheck(L_42); int32_t L_43 = 7; int32_t L_44 = (L_42)->GetAt(static_cast(L_43)); V_14 = L_44; // int u2 = x[7], v2 = y[7]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = ___y1; NullCheck(L_45); int32_t L_46 = 7; int32_t L_47 = (L_45)->GetAt(static_cast(L_46)); V_15 = L_47; // int u3 = x[8], v3 = y[8]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = ___x0; NullCheck(L_48); int32_t L_49 = 8; int32_t L_50 = (L_48)->GetAt(static_cast(L_49)); V_16 = L_50; // int u3 = x[8], v3 = y[8]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = ___y1; NullCheck(L_51); int32_t L_52 = 8; int32_t L_53 = (L_51)->GetAt(static_cast(L_52)); V_17 = L_53; // int u4 = x[9], v4 = y[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = ___x0; NullCheck(L_54); int32_t L_55 = ((int32_t)9); int32_t L_56 = (L_54)->GetAt(static_cast(L_55)); V_18 = L_56; // int u4 = x[9], v4 = y[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = ___y1; NullCheck(L_57); int32_t L_58 = ((int32_t)9); int32_t L_59 = (L_57)->GetAt(static_cast(L_58)); V_19 = L_59; // long a0 = (long)x0 * y0; int32_t L_60 = V_0; int32_t L_61 = V_1; V_20 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_60)), (int64_t)((int64_t)((int64_t)L_61)))); // long a1 = (long)x0 * y1 // + (long)x1 * y0; int32_t L_62 = V_0; int32_t L_63 = V_3; int32_t L_64 = V_2; int32_t L_65 = V_1; V_21 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_62)), (int64_t)((int64_t)((int64_t)L_63)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_64)), (int64_t)((int64_t)((int64_t)L_65)))))); // long a2 = (long)x0 * y2 // + (long)x1 * y1 // + (long)x2 * y0; int32_t L_66 = V_0; int32_t L_67 = V_5; int32_t L_68 = V_2; int32_t L_69 = V_3; int32_t L_70 = V_4; int32_t L_71 = V_1; V_22 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_66)), (int64_t)((int64_t)((int64_t)L_67)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_68)), (int64_t)((int64_t)((int64_t)L_69)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_70)), (int64_t)((int64_t)((int64_t)L_71)))))); // long a3 = (long)x1 * y2 // + (long)x2 * y1; int32_t L_72 = V_2; int32_t L_73 = V_5; int32_t L_74 = V_4; int32_t L_75 = V_3; V_23 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_72)), (int64_t)((int64_t)((int64_t)L_73)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_74)), (int64_t)((int64_t)((int64_t)L_75)))))); // a3 <<= 1; int64_t L_76 = V_23; V_23 = ((int64_t)((int64_t)L_76<<(int32_t)1)); // a3 += (long)x0 * y3 // + (long)x3 * y0; int64_t L_77 = V_23; int32_t L_78 = V_0; int32_t L_79 = V_7; int32_t L_80 = V_6; int32_t L_81 = V_1; V_23 = ((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_78)), (int64_t)((int64_t)((int64_t)L_79)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_80)), (int64_t)((int64_t)((int64_t)L_81)))))))); // long a4 = (long)x2 * y2; int32_t L_82 = V_4; int32_t L_83 = V_5; V_24 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_82)), (int64_t)((int64_t)((int64_t)L_83)))); // a4 <<= 1; int64_t L_84 = V_24; V_24 = ((int64_t)((int64_t)L_84<<(int32_t)1)); // a4 += (long)x0 * y4 // + (long)x1 * y3 // + (long)x3 * y1 // + (long)x4 * y0; int64_t L_85 = V_24; int32_t L_86 = V_0; int32_t L_87 = V_9; int32_t L_88 = V_2; int32_t L_89 = V_7; int32_t L_90 = V_6; int32_t L_91 = V_3; int32_t L_92 = V_8; int32_t L_93 = V_1; V_24 = ((int64_t)il2cpp_codegen_add((int64_t)L_85, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_86)), (int64_t)((int64_t)((int64_t)L_87)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_88)), (int64_t)((int64_t)((int64_t)L_89)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_90)), (int64_t)((int64_t)((int64_t)L_91)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_92)), (int64_t)((int64_t)((int64_t)L_93)))))))); // long a5 = (long)x1 * y4 // + (long)x2 * y3 // + (long)x3 * y2 // + (long)x4 * y1; int32_t L_94 = V_2; int32_t L_95 = V_9; int32_t L_96 = V_4; int32_t L_97 = V_7; int32_t L_98 = V_6; int32_t L_99 = V_5; int32_t L_100 = V_8; int32_t L_101 = V_3; V_25 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_94)), (int64_t)((int64_t)((int64_t)L_95)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_96)), (int64_t)((int64_t)((int64_t)L_97)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_98)), (int64_t)((int64_t)((int64_t)L_99)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_100)), (int64_t)((int64_t)((int64_t)L_101)))))); // a5 <<= 1; int64_t L_102 = V_25; V_25 = ((int64_t)((int64_t)L_102<<(int32_t)1)); // long a6 = (long)x2 * y4 // + (long)x4 * y2; int32_t L_103 = V_4; int32_t L_104 = V_9; int32_t L_105 = V_8; int32_t L_106 = V_5; V_26 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_103)), (int64_t)((int64_t)((int64_t)L_104)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_105)), (int64_t)((int64_t)((int64_t)L_106)))))); // a6 <<= 1; int64_t L_107 = V_26; V_26 = ((int64_t)((int64_t)L_107<<(int32_t)1)); // a6 += (long)x3 * y3; int64_t L_108 = V_26; int32_t L_109 = V_6; int32_t L_110 = V_7; V_26 = ((int64_t)il2cpp_codegen_add((int64_t)L_108, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_109)), (int64_t)((int64_t)((int64_t)L_110)))))); // long a7 = (long)x3 * y4 // + (long)x4 * y3; int32_t L_111 = V_6; int32_t L_112 = V_9; int32_t L_113 = V_8; int32_t L_114 = V_7; V_27 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_111)), (int64_t)((int64_t)((int64_t)L_112)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_113)), (int64_t)((int64_t)((int64_t)L_114)))))); // long a8 = (long)x4 * y4; int32_t L_115 = V_8; int32_t L_116 = V_9; V_28 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_115)), (int64_t)((int64_t)((int64_t)L_116)))); // a8 <<= 1; int64_t L_117 = V_28; V_28 = ((int64_t)((int64_t)L_117<<(int32_t)1)); // long b0 = (long)u0 * v0; int32_t L_118 = V_10; int32_t L_119 = V_11; V_29 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_118)), (int64_t)((int64_t)((int64_t)L_119)))); // long b1 = (long)u0 * v1 // + (long)u1 * v0; int32_t L_120 = V_10; int32_t L_121 = V_13; int32_t L_122 = V_12; int32_t L_123 = V_11; V_30 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_120)), (int64_t)((int64_t)((int64_t)L_121)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_122)), (int64_t)((int64_t)((int64_t)L_123)))))); // long b2 = (long)u0 * v2 // + (long)u1 * v1 // + (long)u2 * v0; int32_t L_124 = V_10; int32_t L_125 = V_15; int32_t L_126 = V_12; int32_t L_127 = V_13; int32_t L_128 = V_14; int32_t L_129 = V_11; V_31 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_124)), (int64_t)((int64_t)((int64_t)L_125)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_126)), (int64_t)((int64_t)((int64_t)L_127)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_128)), (int64_t)((int64_t)((int64_t)L_129)))))); // long b3 = (long)u1 * v2 // + (long)u2 * v1; int32_t L_130 = V_12; int32_t L_131 = V_15; int32_t L_132 = V_14; int32_t L_133 = V_13; V_32 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_130)), (int64_t)((int64_t)((int64_t)L_131)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_132)), (int64_t)((int64_t)((int64_t)L_133)))))); // b3 <<= 1; int64_t L_134 = V_32; V_32 = ((int64_t)((int64_t)L_134<<(int32_t)1)); // b3 += (long)u0 * v3 // + (long)u3 * v0; int64_t L_135 = V_32; int32_t L_136 = V_10; int32_t L_137 = V_17; int32_t L_138 = V_16; int32_t L_139 = V_11; V_32 = ((int64_t)il2cpp_codegen_add((int64_t)L_135, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_136)), (int64_t)((int64_t)((int64_t)L_137)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_138)), (int64_t)((int64_t)((int64_t)L_139)))))))); // long b4 = (long)u2 * v2; int32_t L_140 = V_14; int32_t L_141 = V_15; V_33 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_140)), (int64_t)((int64_t)((int64_t)L_141)))); // b4 <<= 1; int64_t L_142 = V_33; V_33 = ((int64_t)((int64_t)L_142<<(int32_t)1)); // b4 += (long)u0 * v4 // + (long)u1 * v3 // + (long)u3 * v1 // + (long)u4 * v0; int64_t L_143 = V_33; int32_t L_144 = V_10; int32_t L_145 = V_19; int32_t L_146 = V_12; int32_t L_147 = V_17; int32_t L_148 = V_16; int32_t L_149 = V_13; int32_t L_150 = V_18; int32_t L_151 = V_11; V_33 = ((int64_t)il2cpp_codegen_add((int64_t)L_143, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_144)), (int64_t)((int64_t)((int64_t)L_145)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_146)), (int64_t)((int64_t)((int64_t)L_147)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_148)), (int64_t)((int64_t)((int64_t)L_149)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_150)), (int64_t)((int64_t)((int64_t)L_151)))))))); // long b5 = (long)u1 * v4 // + (long)u2 * v3 // + (long)u3 * v2 // + (long)u4 * v1; int32_t L_152 = V_12; int32_t L_153 = V_19; int32_t L_154 = V_14; int32_t L_155 = V_17; int32_t L_156 = V_16; int32_t L_157 = V_15; int32_t L_158 = V_18; int32_t L_159 = V_13; V_34 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_152)), (int64_t)((int64_t)((int64_t)L_153)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_154)), (int64_t)((int64_t)((int64_t)L_155)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_156)), (int64_t)((int64_t)((int64_t)L_157)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_158)), (int64_t)((int64_t)((int64_t)L_159)))))); // long b6 = (long)u2 * v4 // + (long)u4 * v2; int32_t L_160 = V_14; int32_t L_161 = V_19; int32_t L_162 = V_18; int32_t L_163 = V_15; V_35 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_160)), (int64_t)((int64_t)((int64_t)L_161)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_162)), (int64_t)((int64_t)((int64_t)L_163)))))); // b6 <<= 1; int64_t L_164 = V_35; V_35 = ((int64_t)((int64_t)L_164<<(int32_t)1)); // b6 += (long)u3 * v3; int64_t L_165 = V_35; int32_t L_166 = V_16; int32_t L_167 = V_17; V_35 = ((int64_t)il2cpp_codegen_add((int64_t)L_165, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_166)), (int64_t)((int64_t)((int64_t)L_167)))))); // long b7 = (long)u3 * v4 // + (long)u4 * v3; int32_t L_168 = V_16; int32_t L_169 = V_19; int32_t L_170 = V_18; int32_t L_171 = V_17; V_36 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_168)), (int64_t)((int64_t)((int64_t)L_169)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_170)), (int64_t)((int64_t)((int64_t)L_171)))))); // long b8 = (long)u4 * v4; int32_t L_172 = V_18; int32_t L_173 = V_19; V_37 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_172)), (int64_t)((int64_t)((int64_t)L_173)))); // a0 -= b5 * 76; int64_t L_174 = V_20; int64_t L_175 = V_34; V_20 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_174, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_175, (int64_t)((int64_t)((int64_t)((int32_t)76))))))); // a1 -= b6 * 38; int64_t L_176 = V_21; int64_t L_177 = V_35; V_21 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_176, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_177, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a2 -= b7 * 38; int64_t L_178 = V_22; int64_t L_179 = V_36; V_22 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_178, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_179, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a3 -= b8 * 76; int64_t L_180 = V_23; int64_t L_181 = V_37; V_23 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_180, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_181, (int64_t)((int64_t)((int64_t)((int32_t)76))))))); // a5 -= b0; int64_t L_182 = V_25; int64_t L_183 = V_29; V_25 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_182, (int64_t)L_183)); // a6 -= b1; int64_t L_184 = V_26; int64_t L_185 = V_30; V_26 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_184, (int64_t)L_185)); // a7 -= b2; int64_t L_186 = V_27; int64_t L_187 = V_31; V_27 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_186, (int64_t)L_187)); // a8 -= b3; int64_t L_188 = V_28; int64_t L_189 = V_32; V_28 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_188, (int64_t)L_189)); // x0 += u0; y0 += v0; int32_t L_190 = V_0; int32_t L_191 = V_10; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_191)); // x0 += u0; y0 += v0; int32_t L_192 = V_1; int32_t L_193 = V_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_192, (int32_t)L_193)); // x1 += u1; y1 += v1; int32_t L_194 = V_2; int32_t L_195 = V_12; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)L_195)); // x1 += u1; y1 += v1; int32_t L_196 = V_3; int32_t L_197 = V_13; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)L_197)); // x2 += u2; y2 += v2; int32_t L_198 = V_4; int32_t L_199 = V_14; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)); // x2 += u2; y2 += v2; int32_t L_200 = V_5; int32_t L_201 = V_15; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201)); // x3 += u3; y3 += v3; int32_t L_202 = V_6; int32_t L_203 = V_16; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)L_203)); // x3 += u3; y3 += v3; int32_t L_204 = V_7; int32_t L_205 = V_17; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)L_205)); // x4 += u4; y4 += v4; int32_t L_206 = V_8; int32_t L_207 = V_18; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)L_207)); // x4 += u4; y4 += v4; int32_t L_208 = V_9; int32_t L_209 = V_19; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)L_209)); // long c0 = (long)x0 * y0; int32_t L_210 = V_0; int32_t L_211 = V_1; V_38 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_210)), (int64_t)((int64_t)((int64_t)L_211)))); // long c1 = (long)x0 * y1 // + (long)x1 * y0; int32_t L_212 = V_0; int32_t L_213 = V_3; int32_t L_214 = V_2; int32_t L_215 = V_1; V_39 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_212)), (int64_t)((int64_t)((int64_t)L_213)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_214)), (int64_t)((int64_t)((int64_t)L_215)))))); // long c2 = (long)x0 * y2 // + (long)x1 * y1 // + (long)x2 * y0; int32_t L_216 = V_0; int32_t L_217 = V_5; int32_t L_218 = V_2; int32_t L_219 = V_3; int32_t L_220 = V_4; int32_t L_221 = V_1; V_40 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_216)), (int64_t)((int64_t)((int64_t)L_217)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_218)), (int64_t)((int64_t)((int64_t)L_219)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_220)), (int64_t)((int64_t)((int64_t)L_221)))))); // long c3 = (long)x1 * y2 // + (long)x2 * y1; int32_t L_222 = V_2; int32_t L_223 = V_5; int32_t L_224 = V_4; int32_t L_225 = V_3; V_41 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_222)), (int64_t)((int64_t)((int64_t)L_223)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_224)), (int64_t)((int64_t)((int64_t)L_225)))))); // c3 <<= 1; int64_t L_226 = V_41; V_41 = ((int64_t)((int64_t)L_226<<(int32_t)1)); // c3 += (long)x0 * y3 // + (long)x3 * y0; int64_t L_227 = V_41; int32_t L_228 = V_0; int32_t L_229 = V_7; int32_t L_230 = V_6; int32_t L_231 = V_1; V_41 = ((int64_t)il2cpp_codegen_add((int64_t)L_227, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_228)), (int64_t)((int64_t)((int64_t)L_229)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_230)), (int64_t)((int64_t)((int64_t)L_231)))))))); // long c4 = (long)x2 * y2; int32_t L_232 = V_4; int32_t L_233 = V_5; V_42 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_232)), (int64_t)((int64_t)((int64_t)L_233)))); // c4 <<= 1; int64_t L_234 = V_42; V_42 = ((int64_t)((int64_t)L_234<<(int32_t)1)); // c4 += (long)x0 * y4 // + (long)x1 * y3 // + (long)x3 * y1 // + (long)x4 * y0; int64_t L_235 = V_42; int32_t L_236 = V_0; int32_t L_237 = V_9; int32_t L_238 = V_2; int32_t L_239 = V_7; int32_t L_240 = V_6; int32_t L_241 = V_3; int32_t L_242 = V_8; int32_t L_243 = V_1; V_42 = ((int64_t)il2cpp_codegen_add((int64_t)L_235, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_236)), (int64_t)((int64_t)((int64_t)L_237)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_238)), (int64_t)((int64_t)((int64_t)L_239)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_240)), (int64_t)((int64_t)((int64_t)L_241)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_242)), (int64_t)((int64_t)((int64_t)L_243)))))))); // long c5 = (long)x1 * y4 // + (long)x2 * y3 // + (long)x3 * y2 // + (long)x4 * y1; int32_t L_244 = V_2; int32_t L_245 = V_9; int32_t L_246 = V_4; int32_t L_247 = V_7; int32_t L_248 = V_6; int32_t L_249 = V_5; int32_t L_250 = V_8; int32_t L_251 = V_3; V_43 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_244)), (int64_t)((int64_t)((int64_t)L_245)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_246)), (int64_t)((int64_t)((int64_t)L_247)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_248)), (int64_t)((int64_t)((int64_t)L_249)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_250)), (int64_t)((int64_t)((int64_t)L_251)))))); // c5 <<= 1; int64_t L_252 = V_43; V_43 = ((int64_t)((int64_t)L_252<<(int32_t)1)); // long c6 = (long)x2 * y4 // + (long)x4 * y2; int32_t L_253 = V_4; int32_t L_254 = V_9; int32_t L_255 = V_8; int32_t L_256 = V_5; V_44 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_253)), (int64_t)((int64_t)((int64_t)L_254)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_255)), (int64_t)((int64_t)((int64_t)L_256)))))); // c6 <<= 1; int64_t L_257 = V_44; V_44 = ((int64_t)((int64_t)L_257<<(int32_t)1)); // c6 += (long)x3 * y3; int64_t L_258 = V_44; int32_t L_259 = V_6; int32_t L_260 = V_7; V_44 = ((int64_t)il2cpp_codegen_add((int64_t)L_258, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_259)), (int64_t)((int64_t)((int64_t)L_260)))))); // long c7 = (long)x3 * y4 // + (long)x4 * y3; int32_t L_261 = V_6; int32_t L_262 = V_9; int32_t L_263 = V_8; int32_t L_264 = V_7; V_45 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_261)), (int64_t)((int64_t)((int64_t)L_262)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_263)), (int64_t)((int64_t)((int64_t)L_264)))))); // long c8 = (long)x4 * y4; int32_t L_265 = V_8; int32_t L_266 = V_9; V_46 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_265)), (int64_t)((int64_t)((int64_t)L_266)))); // c8 <<= 1; int64_t L_267 = V_46; V_46 = ((int64_t)((int64_t)L_267<<(int32_t)1)); // t = a8 + (c3 - a3); int64_t L_268 = V_28; int64_t L_269 = V_41; int64_t L_270 = V_23; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_268, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_269, (int64_t)L_270)))); // z8 = (int)t & M26; t >>= 26; int64_t L_271 = V_49; V_47 = ((int32_t)((int32_t)((int32_t)((int32_t)L_271))&(int32_t)((int32_t)67108863))); // z8 = (int)t & M26; t >>= 26; int64_t L_272 = V_49; V_49 = ((int64_t)((int64_t)L_272>>(int32_t)((int32_t)26))); // t += (c4 - a4) - b4; int64_t L_273 = V_49; int64_t L_274 = V_42; int64_t L_275 = V_24; int64_t L_276 = V_33; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_273, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_274, (int64_t)L_275)), (int64_t)L_276)))); // z9 = (int)t & M25; t >>= 25; int64_t L_277 = V_49; V_48 = ((int32_t)((int32_t)((int32_t)((int32_t)L_277))&(int32_t)((int32_t)33554431))); // z9 = (int)t & M25; t >>= 25; int64_t L_278 = V_49; V_49 = ((int64_t)((int64_t)L_278>>(int32_t)((int32_t)25))); // t = a0 + (t + c5 - a5) * 38; int64_t L_279 = V_20; int64_t L_280 = V_49; int64_t L_281 = V_43; int64_t L_282 = V_25; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_279, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_280, (int64_t)L_281)), (int64_t)L_282)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // z[0] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_283 = ___z2; int64_t L_284 = V_49; NullCheck(L_283); (L_283)->SetAt(static_cast(0), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_284))&(int32_t)((int32_t)67108863)))); // z[0] = (int)t & M26; t >>= 26; int64_t L_285 = V_49; V_49 = ((int64_t)((int64_t)L_285>>(int32_t)((int32_t)26))); // t += a1 + (c6 - a6) * 38; int64_t L_286 = V_49; int64_t L_287 = V_21; int64_t L_288 = V_44; int64_t L_289 = V_26; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_286, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_287, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_288, (int64_t)L_289)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[1] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_290 = ___z2; int64_t L_291 = V_49; NullCheck(L_290); (L_290)->SetAt(static_cast(1), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_291))&(int32_t)((int32_t)67108863)))); // z[1] = (int)t & M26; t >>= 26; int64_t L_292 = V_49; V_49 = ((int64_t)((int64_t)L_292>>(int32_t)((int32_t)26))); // t += a2 + (c7 - a7) * 38; int64_t L_293 = V_49; int64_t L_294 = V_22; int64_t L_295 = V_45; int64_t L_296 = V_27; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_293, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_294, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_295, (int64_t)L_296)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[2] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_297 = ___z2; int64_t L_298 = V_49; NullCheck(L_297); (L_297)->SetAt(static_cast(2), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_298))&(int32_t)((int32_t)33554431)))); // z[2] = (int)t & M25; t >>= 25; int64_t L_299 = V_49; V_49 = ((int64_t)((int64_t)L_299>>(int32_t)((int32_t)25))); // t += a3 + (c8 - a8) * 38; int64_t L_300 = V_49; int64_t L_301 = V_23; int64_t L_302 = V_46; int64_t L_303 = V_28; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_300, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_301, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_302, (int64_t)L_303)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[3] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_304 = ___z2; int64_t L_305 = V_49; NullCheck(L_304); (L_304)->SetAt(static_cast(3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_305))&(int32_t)((int32_t)67108863)))); // z[3] = (int)t & M26; t >>= 26; int64_t L_306 = V_49; V_49 = ((int64_t)((int64_t)L_306>>(int32_t)((int32_t)26))); // t += a4 + b4 * 38; int64_t L_307 = V_49; int64_t L_308 = V_24; int64_t L_309 = V_33; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_307, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_308, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_309, (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[4] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_310 = ___z2; int64_t L_311 = V_49; NullCheck(L_310); (L_310)->SetAt(static_cast(4), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_311))&(int32_t)((int32_t)33554431)))); // z[4] = (int)t & M25; t >>= 25; int64_t L_312 = V_49; V_49 = ((int64_t)((int64_t)L_312>>(int32_t)((int32_t)25))); // t += a5 + (c0 - a0); int64_t L_313 = V_49; int64_t L_314 = V_25; int64_t L_315 = V_38; int64_t L_316 = V_20; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_313, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_314, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_315, (int64_t)L_316)))))); // z[5] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_317 = ___z2; int64_t L_318 = V_49; NullCheck(L_317); (L_317)->SetAt(static_cast(5), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_318))&(int32_t)((int32_t)67108863)))); // z[5] = (int)t & M26; t >>= 26; int64_t L_319 = V_49; V_49 = ((int64_t)((int64_t)L_319>>(int32_t)((int32_t)26))); // t += a6 + (c1 - a1); int64_t L_320 = V_49; int64_t L_321 = V_26; int64_t L_322 = V_39; int64_t L_323 = V_21; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_320, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_321, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_322, (int64_t)L_323)))))); // z[6] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_324 = ___z2; int64_t L_325 = V_49; NullCheck(L_324); (L_324)->SetAt(static_cast(6), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_325))&(int32_t)((int32_t)67108863)))); // z[6] = (int)t & M26; t >>= 26; int64_t L_326 = V_49; V_49 = ((int64_t)((int64_t)L_326>>(int32_t)((int32_t)26))); // t += a7 + (c2 - a2); int64_t L_327 = V_49; int64_t L_328 = V_27; int64_t L_329 = V_40; int64_t L_330 = V_22; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_327, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_328, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_329, (int64_t)L_330)))))); // z[7] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_331 = ___z2; int64_t L_332 = V_49; NullCheck(L_331); (L_331)->SetAt(static_cast(7), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_332))&(int32_t)((int32_t)33554431)))); // z[7] = (int)t & M25; t >>= 25; int64_t L_333 = V_49; V_49 = ((int64_t)((int64_t)L_333>>(int32_t)((int32_t)25))); // t += z8; int64_t L_334 = V_49; int32_t L_335 = V_47; V_49 = ((int64_t)il2cpp_codegen_add((int64_t)L_334, (int64_t)((int64_t)((int64_t)L_335)))); // z[8] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_336 = ___z2; int64_t L_337 = V_49; NullCheck(L_336); (L_336)->SetAt(static_cast(8), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_337))&(int32_t)((int32_t)67108863)))); // z[8] = (int)t & M26; t >>= 26; int64_t L_338 = V_49; V_49 = ((int64_t)((int64_t)L_338>>(int32_t)((int32_t)26))); // z[9] = z9 + (int)t; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_339 = ___z2; int32_t L_340 = V_48; int64_t L_341 = V_49; NullCheck(L_339); (L_339)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)((int32_t)((int32_t)L_341))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Negate(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Negate_m1687C325F7354CB62EBABFD08B0D106BD37DD7EC (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_000f; } IL_0004: { // z[i] = -x[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z1; int32_t L_1 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___x0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)((-L_5))); // for (int i = 0; i < Size; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_000f: { // for (int i = 0; i < Size; ++i) int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Normalize(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, 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; } int32_t V_0 = 0; { // int x = (z[9] >> 23) & 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = ((int32_t)9); int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)23)))&(int32_t)1)); // Reduce(z, x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___z0; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Reduce_mA6C5C976FC587343DDFBF09C99AA4009FEBA8C10(L_3, L_4, /*hidden argument*/NULL); // Reduce(z, -x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___z0; int32_t L_6 = V_0; X25519Field_Reduce_mA6C5C976FC587343DDFBF09C99AA4009FEBA8C10(L_5, ((-L_6)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::One(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_One_m8A0A2BFCC818F250F12A84D170DCC3F89C44946A (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method) { int32_t V_0 = 0; { // z[0] = 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)1); // for (int i = 1; i < Size; ++i) V_0 = 1; goto IL_0010; } IL_0008: { // z[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___z0; int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)0); // for (int i = 1; i < Size; ++i) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0010: { // for (int i = 1; i < Size; ++i) int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)10)))) { goto IL_0008; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::PowPm5d8(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_PowPm5d8_m3C5DA5EF2DAC2DBDA7999E36846C213E53759C25 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___rx21, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___rz2, 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; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_6 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_8 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_9 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; { // int[] x2 = rx2; Sqr(x, x2); Mul(x, x2, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___rx21; V_0 = L_0; // int[] x2 = rx2; Sqr(x, x2); Mul(x, x2, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_1, L_2, /*hidden argument*/NULL); // int[] x2 = rx2; Sqr(x, x2); Mul(x, x2, x2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_3, L_4, L_5, /*hidden argument*/NULL); // int[] x3 = Create(); Sqr(x2, x3); Mul(x, x3, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6; L_6 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_6; // int[] x3 = Create(); Sqr(x2, x3); Mul(x, x3, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_1; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_7, L_8, /*hidden argument*/NULL); // int[] x3 = Create(); Sqr(x2, x3); Mul(x, x3, x3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_9, L_10, L_11, /*hidden argument*/NULL); // int[] x5 = x3; Sqr(x3, 2, x5); Mul(x2, x5, x5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_1; V_2 = L_12; // int[] x5 = x3; Sqr(x3, 2, x5); Mul(x2, x5, x5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_2; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_13, 2, L_14, /*hidden argument*/NULL); // int[] x5 = x3; Sqr(x3, 2, x5); Mul(x2, x5, x5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_15, L_16, L_17, /*hidden argument*/NULL); // int[] x10 = Create(); Sqr(x5, 5, x10); Mul(x5, x10, x10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18; L_18 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_18; // int[] x10 = Create(); Sqr(x5, 5, x10); Mul(x5, x10, x10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_3; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_19, 5, L_20, /*hidden argument*/NULL); // int[] x10 = Create(); Sqr(x5, 5, x10); Mul(x5, x10, x10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_21, L_22, L_23, /*hidden argument*/NULL); // int[] x15 = Create(); Sqr(x10, 5, x15); Mul(x5, x15, x15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24; L_24 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_24; // int[] x15 = Create(); Sqr(x10, 5, x15); Mul(x5, x15, x15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = V_4; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_25, 5, L_26, /*hidden argument*/NULL); // int[] x15 = Create(); Sqr(x10, 5, x15); Mul(x5, x15, x15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_4; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_27, L_28, L_29, /*hidden argument*/NULL); // int[] x25 = x5; Sqr(x15, 10, x25); Mul(x10, x25, x25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_2; V_5 = L_30; // int[] x25 = x5; Sqr(x15, 10, x25); Mul(x10, x25, x25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_5; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_31, ((int32_t)10), L_32, /*hidden argument*/NULL); // int[] x25 = x5; Sqr(x15, 10, x25); Mul(x10, x25, x25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_5; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_33, L_34, L_35, /*hidden argument*/NULL); // int[] x50 = x10; Sqr(x25, 25, x50); Mul(x25, x50, x50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_3; V_6 = L_36; // int[] x50 = x10; Sqr(x25, 25, x50); Mul(x25, x50, x50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = V_6; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_37, ((int32_t)25), L_38, /*hidden argument*/NULL); // int[] x50 = x10; Sqr(x25, 25, x50); Mul(x25, x50, x50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = V_6; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_39, L_40, L_41, /*hidden argument*/NULL); // int[] x75 = x15; Sqr(x50, 25, x75); Mul(x25, x75, x75); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_4; V_7 = L_42; // int[] x75 = x15; Sqr(x50, 25, x75); Mul(x25, x75, x75); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = V_7; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_43, ((int32_t)25), L_44, /*hidden argument*/NULL); // int[] x75 = x15; Sqr(x50, 25, x75); Mul(x25, x75, x75); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = V_7; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_45, L_46, L_47, /*hidden argument*/NULL); // int[] x125 = x25; Sqr(x75, 50, x125); Mul(x50, x125, x125); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = V_5; V_8 = L_48; // int[] x125 = x25; Sqr(x75, 50, x125); Mul(x50, x125, x125); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_49 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = V_8; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_49, ((int32_t)50), L_50, /*hidden argument*/NULL); // int[] x125 = x25; Sqr(x75, 50, x125); Mul(x50, x125, x125); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = V_8; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_51, L_52, L_53, /*hidden argument*/NULL); // int[] x250 = x50; Sqr(x125, 125, x250); Mul(x125, x250, x250); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = V_6; V_9 = L_54; // int[] x250 = x50; Sqr(x125, 125, x250); Mul(x125, x250, x250); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = V_9; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_55, ((int32_t)125), L_56, /*hidden argument*/NULL); // int[] x250 = x50; Sqr(x125, 125, x250); Mul(x125, x250, x250); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = V_9; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_57, L_58, L_59, /*hidden argument*/NULL); // int[] t = x125; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_8; V_10 = L_60; // Sqr(x250, 2, t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = V_10; X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6(L_61, 2, L_62, /*hidden argument*/NULL); // Mul(t, x, rz); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = ___rz2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_63, L_64, L_65, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Reduce(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Reduce_mA6C5C976FC587343DDFBF09C99AA4009FEBA8C10 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, int32_t ___c1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int z9 = z[9], t = z9; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = ((int32_t)9); int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // int z9 = z[9], t = z9; int32_t L_3 = V_0; V_1 = L_3; // z9 = t & M24; t >>= 24; int32_t L_4 = V_1; V_0 = ((int32_t)((int32_t)L_4&(int32_t)((int32_t)16777215))); // z9 = t & M24; t >>= 24; int32_t L_5 = V_1; V_1 = ((int32_t)((int32_t)L_5>>(int32_t)((int32_t)24))); // t += c; int32_t L_6 = V_1; int32_t L_7 = ___c1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); // t *= 19; int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)19))); // t += z[0]; z[0] = t & M26; t >>= 26; int32_t L_9 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ___z0; NullCheck(L_10); int32_t L_11 = 0; int32_t L_12 = (L_10)->GetAt(static_cast(L_11)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_12)); // t += z[0]; z[0] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = ___z0; int32_t L_14 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(0), (int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)67108863)))); // t += z[0]; z[0] = t & M26; t >>= 26; int32_t L_15 = V_1; V_1 = ((int32_t)((int32_t)L_15>>(int32_t)((int32_t)26))); // t += z[1]; z[1] = t & M26; t >>= 26; int32_t L_16 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ___z0; NullCheck(L_17); int32_t L_18 = 1; int32_t L_19 = (L_17)->GetAt(static_cast(L_18)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_19)); // t += z[1]; z[1] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = ___z0; int32_t L_21 = V_1; NullCheck(L_20); (L_20)->SetAt(static_cast(1), (int32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)67108863)))); // t += z[1]; z[1] = t & M26; t >>= 26; int32_t L_22 = V_1; V_1 = ((int32_t)((int32_t)L_22>>(int32_t)((int32_t)26))); // t += z[2]; z[2] = t & M25; t >>= 25; int32_t L_23 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ___z0; NullCheck(L_24); int32_t L_25 = 2; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_26)); // t += z[2]; z[2] = t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___z0; int32_t L_28 = V_1; NullCheck(L_27); (L_27)->SetAt(static_cast(2), (int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)33554431)))); // t += z[2]; z[2] = t & M25; t >>= 25; int32_t L_29 = V_1; V_1 = ((int32_t)((int32_t)L_29>>(int32_t)((int32_t)25))); // t += z[3]; z[3] = t & M26; t >>= 26; int32_t L_30 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = ___z0; NullCheck(L_31); int32_t L_32 = 3; int32_t L_33 = (L_31)->GetAt(static_cast(L_32)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_33)); // t += z[3]; z[3] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = ___z0; int32_t L_35 = V_1; NullCheck(L_34); (L_34)->SetAt(static_cast(3), (int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)67108863)))); // t += z[3]; z[3] = t & M26; t >>= 26; int32_t L_36 = V_1; V_1 = ((int32_t)((int32_t)L_36>>(int32_t)((int32_t)26))); // t += z[4]; z[4] = t & M25; t >>= 25; int32_t L_37 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = ___z0; NullCheck(L_38); int32_t L_39 = 4; int32_t L_40 = (L_38)->GetAt(static_cast(L_39)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_40)); // t += z[4]; z[4] = t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = ___z0; int32_t L_42 = V_1; NullCheck(L_41); (L_41)->SetAt(static_cast(4), (int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)33554431)))); // t += z[4]; z[4] = t & M25; t >>= 25; int32_t L_43 = V_1; V_1 = ((int32_t)((int32_t)L_43>>(int32_t)((int32_t)25))); // t += z[5]; z[5] = t & M26; t >>= 26; int32_t L_44 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = ___z0; NullCheck(L_45); int32_t L_46 = 5; int32_t L_47 = (L_45)->GetAt(static_cast(L_46)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_47)); // t += z[5]; z[5] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = ___z0; int32_t L_49 = V_1; NullCheck(L_48); (L_48)->SetAt(static_cast(5), (int32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)67108863)))); // t += z[5]; z[5] = t & M26; t >>= 26; int32_t L_50 = V_1; V_1 = ((int32_t)((int32_t)L_50>>(int32_t)((int32_t)26))); // t += z[6]; z[6] = t & M26; t >>= 26; int32_t L_51 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = ___z0; NullCheck(L_52); int32_t L_53 = 6; int32_t L_54 = (L_52)->GetAt(static_cast(L_53)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_54)); // t += z[6]; z[6] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = ___z0; int32_t L_56 = V_1; NullCheck(L_55); (L_55)->SetAt(static_cast(6), (int32_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)67108863)))); // t += z[6]; z[6] = t & M26; t >>= 26; int32_t L_57 = V_1; V_1 = ((int32_t)((int32_t)L_57>>(int32_t)((int32_t)26))); // t += z[7]; z[7] = t & M25; t >>= 25; int32_t L_58 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = ___z0; NullCheck(L_59); int32_t L_60 = 7; int32_t L_61 = (L_59)->GetAt(static_cast(L_60)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_61)); // t += z[7]; z[7] = t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = ___z0; int32_t L_63 = V_1; NullCheck(L_62); (L_62)->SetAt(static_cast(7), (int32_t)((int32_t)((int32_t)L_63&(int32_t)((int32_t)33554431)))); // t += z[7]; z[7] = t & M25; t >>= 25; int32_t L_64 = V_1; V_1 = ((int32_t)((int32_t)L_64>>(int32_t)((int32_t)25))); // t += z[8]; z[8] = t & M26; t >>= 26; int32_t L_65 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = ___z0; NullCheck(L_66); int32_t L_67 = 8; int32_t L_68 = (L_66)->GetAt(static_cast(L_67)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_68)); // t += z[8]; z[8] = t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = ___z0; int32_t L_70 = V_1; NullCheck(L_69); (L_69)->SetAt(static_cast(8), (int32_t)((int32_t)((int32_t)L_70&(int32_t)((int32_t)67108863)))); // t += z[8]; z[8] = t & M26; t >>= 26; int32_t L_71 = V_1; V_1 = ((int32_t)((int32_t)L_71>>(int32_t)((int32_t)26))); // t += z9; z[9] = t; int32_t L_72 = V_1; int32_t L_73 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73)); // t += z9; z[9] = t; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_74 = ___z0; int32_t L_75 = V_1; NullCheck(L_74); (L_74)->SetAt(static_cast(((int32_t)9)), (int32_t)L_75); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sqr(System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int64_t V_13 = 0; int64_t V_14 = 0; int64_t V_15 = 0; int64_t V_16 = 0; int64_t V_17 = 0; int64_t V_18 = 0; int64_t V_19 = 0; int64_t V_20 = 0; int64_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; int32_t V_24 = 0; int32_t V_25 = 0; int64_t V_26 = 0; int64_t V_27 = 0; int64_t V_28 = 0; int64_t V_29 = 0; int64_t V_30 = 0; int64_t V_31 = 0; int64_t V_32 = 0; int64_t V_33 = 0; int64_t V_34 = 0; int64_t V_35 = 0; int64_t V_36 = 0; int64_t V_37 = 0; int64_t V_38 = 0; int64_t V_39 = 0; int64_t V_40 = 0; int64_t V_41 = 0; int64_t V_42 = 0; int64_t V_43 = 0; int32_t V_44 = 0; int32_t V_45 = 0; int64_t V_46 = 0; { // int x0 = x[0]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // int x1 = x[1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // int x2 = x[2]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 2; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); // int x3 = x[3]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = 3; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_2 = L_11; // int x4 = x[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___x0; NullCheck(L_12); int32_t L_13 = 4; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_3 = L_14; // int u0 = x[5]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___x0; NullCheck(L_15); int32_t L_16 = 5; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_4 = L_17; // int u1 = x[6]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = ___x0; NullCheck(L_18); int32_t L_19 = 6; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_5 = L_20; // int u2 = x[7]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = ___x0; NullCheck(L_21); int32_t L_22 = 7; int32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_6 = L_23; // int u3 = x[8]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ___x0; NullCheck(L_24); int32_t L_25 = 8; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); V_7 = L_26; // int u4 = x[9]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___x0; NullCheck(L_27); int32_t L_28 = ((int32_t)9); int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); V_8 = L_29; // int x1_2 = x1 * 2; int32_t L_30 = V_1; V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2)); // int x2_2 = x2 * 2; int32_t L_31 = L_8; V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)); // int x3_2 = x3 * 2; int32_t L_32 = V_2; V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)2)); // int x4_2 = x4 * 2; int32_t L_33 = V_3; V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2)); // long a0 = (long)x0 * x0; int32_t L_34 = V_0; int32_t L_35 = V_0; V_13 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_34)), (int64_t)((int64_t)((int64_t)L_35)))); // long a1 = (long)x0 * x1_2; int32_t L_36 = V_0; int32_t L_37 = V_9; V_14 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_36)), (int64_t)((int64_t)((int64_t)L_37)))); // long a2 = (long)x0 * x2_2 // + (long)x1 * x1; int32_t L_38 = V_0; int32_t L_39 = V_10; int32_t L_40 = V_1; int32_t L_41 = V_1; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_38)), (int64_t)((int64_t)((int64_t)L_39)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_40)), (int64_t)((int64_t)((int64_t)L_41)))))); // long a3 = (long)x1_2 * x2_2 // + (long)x0 * x3_2; int32_t L_42 = V_9; int32_t L_43 = V_10; int32_t L_44 = V_0; int32_t L_45 = V_11; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_42)), (int64_t)((int64_t)((int64_t)L_43)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_44)), (int64_t)((int64_t)((int64_t)L_45)))))); // long a4 = (long)x2 * x2_2 // + (long)x0 * x4_2 // + (long)x1 * x3_2; int32_t L_46 = L_31; int32_t L_47 = V_10; int32_t L_48 = V_0; int32_t L_49 = V_12; int32_t L_50 = V_1; int32_t L_51 = V_11; V_17 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_46)), (int64_t)((int64_t)((int64_t)L_47)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_48)), (int64_t)((int64_t)((int64_t)L_49)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_50)), (int64_t)((int64_t)((int64_t)L_51)))))); // long a5 = (long)x1_2 * x4_2 // + (long)x2_2 * x3_2; int32_t L_52 = V_9; int32_t L_53 = V_12; int32_t L_54 = V_10; int32_t L_55 = V_11; V_18 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_52)), (int64_t)((int64_t)((int64_t)L_53)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_54)), (int64_t)((int64_t)((int64_t)L_55)))))); // long a6 = (long)x2_2 * x4_2 // + (long)x3 * x3; int32_t L_56 = V_10; int32_t L_57 = V_12; int32_t L_58 = V_2; int32_t L_59 = V_2; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_56)), (int64_t)((int64_t)((int64_t)L_57)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_58)), (int64_t)((int64_t)((int64_t)L_59)))))); // long a7 = (long)x3 * x4_2; int32_t L_60 = V_2; int32_t L_61 = V_12; V_20 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_60)), (int64_t)((int64_t)((int64_t)L_61)))); // long a8 = (long)x4 * x4_2; int32_t L_62 = V_3; int32_t L_63 = V_12; V_21 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_62)), (int64_t)((int64_t)((int64_t)L_63)))); // int u1_2 = u1 * 2; int32_t L_64 = V_5; V_22 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)2)); // int u2_2 = u2 * 2; int32_t L_65 = V_6; V_23 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_65, (int32_t)2)); // int u3_2 = u3 * 2; int32_t L_66 = V_7; V_24 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_66, (int32_t)2)); // int u4_2 = u4 * 2; int32_t L_67 = V_8; V_25 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_67, (int32_t)2)); // long b0 = (long)u0 * u0; int32_t L_68 = V_4; int32_t L_69 = V_4; V_26 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_68)), (int64_t)((int64_t)((int64_t)L_69)))); // long b1 = (long)u0 * u1_2; int32_t L_70 = V_4; int32_t L_71 = V_22; V_27 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_70)), (int64_t)((int64_t)((int64_t)L_71)))); // long b2 = (long)u0 * u2_2 // + (long)u1 * u1; int32_t L_72 = V_4; int32_t L_73 = V_23; int32_t L_74 = V_5; int32_t L_75 = V_5; V_28 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_72)), (int64_t)((int64_t)((int64_t)L_73)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_74)), (int64_t)((int64_t)((int64_t)L_75)))))); // long b3 = (long)u1_2 * u2_2 // + (long)u0 * u3_2; int32_t L_76 = V_22; int32_t L_77 = V_23; int32_t L_78 = V_4; int32_t L_79 = V_24; V_29 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_76)), (int64_t)((int64_t)((int64_t)L_77)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_78)), (int64_t)((int64_t)((int64_t)L_79)))))); // long b4 = (long)u2 * u2_2 // + (long)u0 * u4_2 // + (long)u1 * u3_2; int32_t L_80 = V_6; int32_t L_81 = V_23; int32_t L_82 = V_4; int32_t L_83 = V_25; int32_t L_84 = V_5; int32_t L_85 = V_24; V_30 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_80)), (int64_t)((int64_t)((int64_t)L_81)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_82)), (int64_t)((int64_t)((int64_t)L_83)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_84)), (int64_t)((int64_t)((int64_t)L_85)))))); // long b5 = (long)u1_2 * u4_2 // + (long)u2_2 * u3_2; int32_t L_86 = V_22; int32_t L_87 = V_25; int32_t L_88 = V_23; int32_t L_89 = V_24; V_31 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_86)), (int64_t)((int64_t)((int64_t)L_87)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_88)), (int64_t)((int64_t)((int64_t)L_89)))))); // long b6 = (long)u2_2 * u4_2 // + (long)u3 * u3; int32_t L_90 = V_23; int32_t L_91 = V_25; int32_t L_92 = V_7; int32_t L_93 = V_7; V_32 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_90)), (int64_t)((int64_t)((int64_t)L_91)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_92)), (int64_t)((int64_t)((int64_t)L_93)))))); // long b7 = (long)u3 * u4_2; int32_t L_94 = V_7; int32_t L_95 = V_25; V_33 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_94)), (int64_t)((int64_t)((int64_t)L_95)))); // long b8 = (long)u4 * u4_2; int32_t L_96 = V_8; int32_t L_97 = V_25; V_34 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_96)), (int64_t)((int64_t)((int64_t)L_97)))); // a0 -= b5 * 38; int64_t L_98 = V_13; int64_t L_99 = V_31; V_13 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_98, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_99, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a1 -= b6 * 38; int64_t L_100 = V_14; int64_t L_101 = V_32; V_14 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_100, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_101, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a2 -= b7 * 38; int64_t L_102 = V_15; int64_t L_103 = V_33; V_15 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_102, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_103, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a3 -= b8 * 38; int64_t L_104 = V_16; int64_t L_105 = V_34; V_16 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_104, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_105, (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // a5 -= b0; int64_t L_106 = V_18; int64_t L_107 = V_26; V_18 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_106, (int64_t)L_107)); // a6 -= b1; int64_t L_108 = V_19; int64_t L_109 = V_27; V_19 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_108, (int64_t)L_109)); // a7 -= b2; int64_t L_110 = V_20; int64_t L_111 = V_28; V_20 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_110, (int64_t)L_111)); // a8 -= b3; int64_t L_112 = V_21; int64_t L_113 = V_29; V_21 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_112, (int64_t)L_113)); // x0 += u0; int32_t L_114 = V_0; int32_t L_115 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)L_115)); // x1 += u1; int32_t L_116 = V_1; int32_t L_117 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)L_117)); // x2 += u2; int32_t L_118 = V_6; // x3 += u3; int32_t L_119 = V_2; int32_t L_120 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)L_120)); // x4 += u4; int32_t L_121 = V_3; int32_t L_122 = V_8; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)L_122)); // x1_2 = x1 * 2; int32_t L_123 = V_1; V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_123, (int32_t)2)); // x2_2 = x2 * 2; int32_t L_124 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_118)); V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_124, (int32_t)2)); // x3_2 = x3 * 2; int32_t L_125 = V_2; V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)2)); // x4_2 = x4 * 2; int32_t L_126 = V_3; V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_126, (int32_t)2)); // long c0 = (long)x0 * x0; int32_t L_127 = V_0; int32_t L_128 = V_0; V_35 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_127)), (int64_t)((int64_t)((int64_t)L_128)))); // long c1 = (long)x0 * x1_2; int32_t L_129 = V_0; int32_t L_130 = V_9; V_36 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_129)), (int64_t)((int64_t)((int64_t)L_130)))); // long c2 = (long)x0 * x2_2 // + (long)x1 * x1; int32_t L_131 = V_0; int32_t L_132 = V_10; int32_t L_133 = V_1; int32_t L_134 = V_1; V_37 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_131)), (int64_t)((int64_t)((int64_t)L_132)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_133)), (int64_t)((int64_t)((int64_t)L_134)))))); // long c3 = (long)x1_2 * x2_2 // + (long)x0 * x3_2; int32_t L_135 = V_9; int32_t L_136 = V_10; int32_t L_137 = V_0; int32_t L_138 = V_11; V_38 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_135)), (int64_t)((int64_t)((int64_t)L_136)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_137)), (int64_t)((int64_t)((int64_t)L_138)))))); // long c4 = (long)x2 * x2_2 // + (long)x0 * x4_2 // + (long)x1 * x3_2; int32_t L_139 = V_10; int32_t L_140 = V_0; int32_t L_141 = V_12; int32_t L_142 = V_1; int32_t L_143 = V_11; V_39 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_124)), (int64_t)((int64_t)((int64_t)L_139)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_140)), (int64_t)((int64_t)((int64_t)L_141)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_142)), (int64_t)((int64_t)((int64_t)L_143)))))); // long c5 = (long)x1_2 * x4_2 // + (long)x2_2 * x3_2; int32_t L_144 = V_9; int32_t L_145 = V_12; int32_t L_146 = V_10; int32_t L_147 = V_11; V_40 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_144)), (int64_t)((int64_t)((int64_t)L_145)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_146)), (int64_t)((int64_t)((int64_t)L_147)))))); // long c6 = (long)x2_2 * x4_2 // + (long)x3 * x3; int32_t L_148 = V_10; int32_t L_149 = V_12; int32_t L_150 = V_2; int32_t L_151 = V_2; V_41 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_148)), (int64_t)((int64_t)((int64_t)L_149)))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_150)), (int64_t)((int64_t)((int64_t)L_151)))))); // long c7 = (long)x3 * x4_2; int32_t L_152 = V_2; int32_t L_153 = V_12; V_42 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_152)), (int64_t)((int64_t)((int64_t)L_153)))); // long c8 = (long)x4 * x4_2; int32_t L_154 = V_3; int32_t L_155 = V_12; V_43 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_154)), (int64_t)((int64_t)((int64_t)L_155)))); // t = a8 + (c3 - a3); int64_t L_156 = V_21; int64_t L_157 = V_38; int64_t L_158 = V_16; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_156, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_157, (int64_t)L_158)))); // z8 = (int)t & M26; t >>= 26; int64_t L_159 = V_46; V_44 = ((int32_t)((int32_t)((int32_t)((int32_t)L_159))&(int32_t)((int32_t)67108863))); // z8 = (int)t & M26; t >>= 26; int64_t L_160 = V_46; V_46 = ((int64_t)((int64_t)L_160>>(int32_t)((int32_t)26))); // t += (c4 - a4) - b4; int64_t L_161 = V_46; int64_t L_162 = V_39; int64_t L_163 = V_17; int64_t L_164 = V_30; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_161, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_162, (int64_t)L_163)), (int64_t)L_164)))); // z9 = (int)t & M25; t >>= 25; int64_t L_165 = V_46; V_45 = ((int32_t)((int32_t)((int32_t)((int32_t)L_165))&(int32_t)((int32_t)33554431))); // z9 = (int)t & M25; t >>= 25; int64_t L_166 = V_46; V_46 = ((int64_t)((int64_t)L_166>>(int32_t)((int32_t)25))); // t = a0 + (t + c5 - a5) * 38; int64_t L_167 = V_13; int64_t L_168 = V_46; int64_t L_169 = V_40; int64_t L_170 = V_18; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_167, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_168, (int64_t)L_169)), (int64_t)L_170)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))); // z[0] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_171 = ___z1; int64_t L_172 = V_46; NullCheck(L_171); (L_171)->SetAt(static_cast(0), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_172))&(int32_t)((int32_t)67108863)))); // z[0] = (int)t & M26; t >>= 26; int64_t L_173 = V_46; V_46 = ((int64_t)((int64_t)L_173>>(int32_t)((int32_t)26))); // t += a1 + (c6 - a6) * 38; int64_t L_174 = V_46; int64_t L_175 = V_14; int64_t L_176 = V_41; int64_t L_177 = V_19; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_174, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_175, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_176, (int64_t)L_177)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[1] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_178 = ___z1; int64_t L_179 = V_46; NullCheck(L_178); (L_178)->SetAt(static_cast(1), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_179))&(int32_t)((int32_t)67108863)))); // z[1] = (int)t & M26; t >>= 26; int64_t L_180 = V_46; V_46 = ((int64_t)((int64_t)L_180>>(int32_t)((int32_t)26))); // t += a2 + (c7 - a7) * 38; int64_t L_181 = V_46; int64_t L_182 = V_15; int64_t L_183 = V_42; int64_t L_184 = V_20; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_181, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_182, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_183, (int64_t)L_184)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[2] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_185 = ___z1; int64_t L_186 = V_46; NullCheck(L_185); (L_185)->SetAt(static_cast(2), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_186))&(int32_t)((int32_t)33554431)))); // z[2] = (int)t & M25; t >>= 25; int64_t L_187 = V_46; V_46 = ((int64_t)((int64_t)L_187>>(int32_t)((int32_t)25))); // t += a3 + (c8 - a8) * 38; int64_t L_188 = V_46; int64_t L_189 = V_16; int64_t L_190 = V_43; int64_t L_191 = V_21; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_188, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_189, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_190, (int64_t)L_191)), (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[3] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_192 = ___z1; int64_t L_193 = V_46; NullCheck(L_192); (L_192)->SetAt(static_cast(3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_193))&(int32_t)((int32_t)67108863)))); // z[3] = (int)t & M26; t >>= 26; int64_t L_194 = V_46; V_46 = ((int64_t)((int64_t)L_194>>(int32_t)((int32_t)26))); // t += a4 + b4 * 38; int64_t L_195 = V_46; int64_t L_196 = V_17; int64_t L_197 = V_30; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_195, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_196, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_197, (int64_t)((int64_t)((int64_t)((int32_t)38))))))))); // z[4] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_198 = ___z1; int64_t L_199 = V_46; NullCheck(L_198); (L_198)->SetAt(static_cast(4), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_199))&(int32_t)((int32_t)33554431)))); // z[4] = (int)t & M25; t >>= 25; int64_t L_200 = V_46; V_46 = ((int64_t)((int64_t)L_200>>(int32_t)((int32_t)25))); // t += a5 + (c0 - a0); int64_t L_201 = V_46; int64_t L_202 = V_18; int64_t L_203 = V_35; int64_t L_204 = V_13; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_201, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_202, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_203, (int64_t)L_204)))))); // z[5] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_205 = ___z1; int64_t L_206 = V_46; NullCheck(L_205); (L_205)->SetAt(static_cast(5), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_206))&(int32_t)((int32_t)67108863)))); // z[5] = (int)t & M26; t >>= 26; int64_t L_207 = V_46; V_46 = ((int64_t)((int64_t)L_207>>(int32_t)((int32_t)26))); // t += a6 + (c1 - a1); int64_t L_208 = V_46; int64_t L_209 = V_19; int64_t L_210 = V_36; int64_t L_211 = V_14; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_208, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_209, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_210, (int64_t)L_211)))))); // z[6] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_212 = ___z1; int64_t L_213 = V_46; NullCheck(L_212); (L_212)->SetAt(static_cast(6), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_213))&(int32_t)((int32_t)67108863)))); // z[6] = (int)t & M26; t >>= 26; int64_t L_214 = V_46; V_46 = ((int64_t)((int64_t)L_214>>(int32_t)((int32_t)26))); // t += a7 + (c2 - a2); int64_t L_215 = V_46; int64_t L_216 = V_20; int64_t L_217 = V_37; int64_t L_218 = V_15; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_215, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_216, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_217, (int64_t)L_218)))))); // z[7] = (int)t & M25; t >>= 25; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_219 = ___z1; int64_t L_220 = V_46; NullCheck(L_219); (L_219)->SetAt(static_cast(7), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_220))&(int32_t)((int32_t)33554431)))); // z[7] = (int)t & M25; t >>= 25; int64_t L_221 = V_46; V_46 = ((int64_t)((int64_t)L_221>>(int32_t)((int32_t)25))); // t += z8; int64_t L_222 = V_46; int32_t L_223 = V_44; V_46 = ((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)((int64_t)((int64_t)L_223)))); // z[8] = (int)t & M26; t >>= 26; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_224 = ___z1; int64_t L_225 = V_46; NullCheck(L_224); (L_224)->SetAt(static_cast(8), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_225))&(int32_t)((int32_t)67108863)))); // z[8] = (int)t & M26; t >>= 26; int64_t L_226 = V_46; V_46 = ((int64_t)((int64_t)L_226>>(int32_t)((int32_t)26))); // z[9] = z9 + (int)t; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_227 = ___z1; int32_t L_228 = V_45; int64_t L_229 = V_46; NullCheck(L_227); (L_227)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)((int32_t)((int32_t)L_229))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sqr(System.Int32[],System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sqr_m05996B577694301139468807269065DFCAA19DA6 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, int32_t ___n1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, 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; } { // Sqr(x, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_0, L_1, /*hidden argument*/NULL); goto IL_0010; } IL_0009: { // Sqr(z, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___z2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_2, L_3, /*hidden argument*/NULL); } IL_0010: { // while (--n > 0) int32_t L_4 = ___n1; int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); ___n1 = L_5; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0009; } } { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::SqrtRatioVar(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X25519Field_SqrtRatioVar_m1ABCB3B7E1DCBFEA5EC1873EE302115C57227430 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___u0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___v1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, 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; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; { // int[] uv3 = Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_0 = L_0; // int[] uv7 = Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_1 = L_1; // Mul(u, v, uv3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___u0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___v1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_2, L_3, L_4, /*hidden argument*/NULL); // Sqr(v, uv7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___v1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_1; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_5, L_6, /*hidden argument*/NULL); // Mul(uv3, uv7, uv3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_0; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_7, L_8, L_9, /*hidden argument*/NULL); // Sqr(uv7, uv7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_10, L_11, /*hidden argument*/NULL); // Mul(uv7, uv3, uv7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = V_1; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_12, L_13, L_14, /*hidden argument*/NULL); // int[] t = Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15; L_15 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_2 = L_15; // int[] x = Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16; L_16 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_3 = L_16; // PowPm5d8(uv7, t, x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = V_3; X25519Field_PowPm5d8_m3C5DA5EF2DAC2DBDA7999E36846C213E53759C25(L_17, L_18, L_19, /*hidden argument*/NULL); // Mul(x, uv3, x); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_3; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_20, L_21, L_22, /*hidden argument*/NULL); // int[] vx2 = Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23; L_23 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); V_4 = L_23; // Sqr(x, vx2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_4; X25519Field_Sqr_m86EFA73F5A64FC5269F02EA03518423AD0A4D00E(L_24, L_25, /*hidden argument*/NULL); // Mul(vx2, v, vx2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ___v1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_4; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_26, L_27, L_28, /*hidden argument*/NULL); // Sub(vx2, u, t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = ___u0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_2; X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8(L_29, L_30, L_31, /*hidden argument*/NULL); // Normalize(t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_2; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_32, /*hidden argument*/NULL); // if (IsZeroVar(t)) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_2; bool L_34; L_34 = X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0089; } } { // Copy(x, 0, z, 0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Copy_mDBB0259817C96BB25405DD342F01494C3F9AC9B7(L_35, 0, L_36, 0, /*hidden argument*/NULL); // return true; return (bool)1; } IL_0089: { // Add(vx2, u, t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = ___u0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); X25519Field_Add_m1060BDFCC05E5B5F4ED3474363DBDA33D909AFCA(L_37, L_38, L_39, /*hidden argument*/NULL); // Normalize(t); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = V_2; X25519Field_Normalize_m19A3EF896FE207F486692E1573D3C8D16F05049E(L_40, /*hidden argument*/NULL); // if (IsZeroVar(t)) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = V_2; bool L_42; L_42 = X25519Field_IsZeroVar_mC6C3E61D4CABEDDB3E2D1CDC8EE6782EE25BF7DE(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00ae; } } { // Mul(x, RootNegOne, z); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = ((X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_StaticFields*)il2cpp_codegen_static_fields_for(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var))->get_RootNegOne_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = ___z2; X25519Field_Mul_mD37E232F9D4B1E5C69A501878B74A78692F28CA4(L_43, L_44, L_45, /*hidden argument*/NULL); // return true; return (bool)1; } IL_00ae: { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Sub(System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Sub_m65C6DEB90ECF734A2A1EDBC8EB0B30CF0AA33EB8 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z2, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_0012; } IL_0004: { // z[i] = x[i] - y[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z2; int32_t L_1 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___x0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___y1; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_9))); // for (int i = 0; i < Size; ++i) int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0012: { // for (int i = 0; i < Size; ++i) int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::SubOne(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_SubOne_m7696DE56903BF0D3208FEBAD447A0416CEC887AF (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method) { { // z[0] -= 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; NullCheck(L_0); int32_t* L_1 = ((L_0)->GetAddressAt(static_cast(0))); int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Zero(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field_Zero_m457B82472FF008556C3CE8AE1B66A69F00FB101B (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z0, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < Size; ++i) V_0 = 0; goto IL_000c; } IL_0004: { // z[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___z0; int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)0); // for (int i = 0; i < Size; ++i) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000c: { // for (int i = 0; i < Size; ++i) int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519Field__cctor_m286CF1509DB600822E8DE24365427EC937B56473 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int[] RootNegOne = { 0x020EA0B0, 0x0386C9D2, 0x00478C4E, 0x0035697F, 0x005E8630, // 0x01FBD7A7, 0x0340264F, 0x01F0B2B4, 0x00027E0E, 0x00570649 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_StaticFields*)il2cpp_codegen_static_fields_for(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var))->set_RootNegOne_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsClosedManually { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsClosedManuallyU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_MaxFragmentSize_m683CFB4F34A3F1351017D22731E6E7555690CA2C_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, uint16_t ___value0, const RuntimeMethod* method) { { // public UInt16 MaxFragmentSize { get; private set; } uint16_t L_0 = ___value0; __this->set_U3CMaxFragmentSizeU3Ek__BackingField_39(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketResponse_get_WebSocket_m07C66B123C86F97D2B76973242291EEF09C5D638_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public WebSocket WebSocket { get; internal set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_U3CWebSocketU3Ek__BackingField_33(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebSocketFrame_get_Data_m40B15C9FDB05F47055727E674E00F0C9A5BD912C_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method) { { // public byte[] Data { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t WebSocketResponse_get_MaxFragmentSize_m2F1C611448313B54EE85F6B688B9D6EB3406F845_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public UInt16 MaxFragmentSize { get; private set; } uint16_t L_0 = __this->get_U3CMaxFragmentSizeU3Ek__BackingField_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketFrame_get_DataLength_m4D3A17CFAFAFC25875CC905425991A3CDF0C103C_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method) { { // public int DataLength { get; private set; } int32_t L_0 = __this->get_U3CDataLengthU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_PingFrequnecy_m3C8A44B25D0A2462CC8F48CD0FA3B1C3254388FD_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingFrequnecy { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingFrequnecyU3Ek__BackingField_38(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t WebSocketFrame_get_Type_m89AD499D9D5095E5DCEA73A5208CA564FEAF3510_inline (WebSocketFrame_tC5BC4CFDA1F1C64F8D887FCE5A80B804AD7241CC * __this, const RuntimeMethod* method) { { // public WebSocketFrameTypes Type { get; private set; } uint8_t L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsCreated { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CIsCreatedU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mA64B041648A30DDA995B04F2137B0A7B2A93EC00_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Exception_t * ___value0, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = ___value0; __this->set_U3CExceptionU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_State_m8B42AABAE06683325CA663653FEB8692EC78B4DA_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WebSocketFrameReader_get_HasMask_m4A5E39294054C8094CF2342DA5044316DEB0FF38_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method) { { // public bool HasMask { get; private set; } bool L_0 = __this->get_U3CHasMaskU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool WebSocketFrameReader_get_IsFinal_m1AF009C25A56BDABF96F2413A50122A1F09CD2BF_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method) { { // public bool IsFinal { get; private set; } bool L_0 = __this->get_U3CIsFinalU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t WebSocketFrameReader_get_Type_mCD2092099132726EE3B618AE69DC7F68F5AD23DC_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method) { { // public WebSocketFrameTypes Type { get; private set; } uint8_t L_0 = __this->get_U3CTypeU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebSocketFrameReader_get_Data_mAEEA6E623986938B34902C8630CB08E7B9B32030_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method) { { // public byte[] Data { get; private set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketResponse_set_Latency_m05B6D6E5B788751AFCCAA84C35FBBA93AD83E2AA_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int Latency { get; private set; } int32_t L_0 = ___value0; __this->set_U3CLatencyU3Ek__BackingField_41(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebSocketFrameReader_get_DataAsText_m17FC860FCB6449854BDE81F86E3C9CF23821D257_inline (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB * __this, const RuntimeMethod* method) { { // public string DataAsText { get; private set; } String_t* L_0 = __this->get_U3CDataAsTextU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 WebSocketResponse_get_PingFrequnecy_m470522DFA774D1EC48149108C461B2FDBEE4887B_inline (WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * __this, const RuntimeMethod* method) { { // public TimeSpan PingFrequnecy { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingFrequnecyU3Ek__BackingField_38(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 WebSocket_get_CloseAfterNoMesssage_m38D2592869C4503113F46E127765EE424036FFE6_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method) { { // public TimeSpan CloseAfterNoMesssage { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CCloseAfterNoMesssageU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * WebSocket_get_InternalRequest_mF25CD0F760C00453702D8AC24B063144953D7814_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method) { { // public HTTPRequest InternalRequest { get; private set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CInternalRequestU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPResponse Response { get; internal set; } HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = __this->get_U3CResponseU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool StartPingThread { get; set; } bool L_0 = ___value0; __this->set_U3CStartPingThreadU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * HTTPManager_get_Proxy_mD95EEFBF3CC7E81129B1E1FD88B09BF5D6F359C3_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static Proxy Proxy { get; set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_U3CProxyU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Proxy_get_Address_mFEAC54C53753024C5E55F5F0200AF3CEDA252DB7_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method) { { // public Uri Address { get; set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CAddressU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * Proxy_get_Credentials_mE1D30979B19EEACABD966C702E50077AC0E4E8C8_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method) { { // public Credentials Credentials { get; set; } Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * L_0 = __this->get_U3CCredentialsU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Proxy_mBA6CA5AB24EDD4700FD16C57C004A62AEE770103_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___value0, const RuntimeMethod* method) { { // public Proxy Proxy { get; set; } Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_0 = ___value0; __this->set_U3CProxyU3Ek__BackingField_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransportBase_get_State_mF3D615CAC02F06509333763B74000D0553654787_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method) { { // get { return _state; } int32_t L_0 = __this->get__state_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TransportBase_get_Connection_m8F30B46BFC00E9DA71FF8AAA610FA08FE1EFCFD3_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method) { { // public IConnection Connection { get; protected set; } RuntimeObject* L_0 = __this->get_U3CConnectionU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = __this->get_U3CAuthenticationProviderU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public IProtocol Protocol { get; private set; } RuntimeObject* L_0 = __this->get_U3CProtocolU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_ErrorReason_m51477C012AD7BFBE91B163A251CE2EE9842B3775_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ErrorReason { get; private set; } String_t* L_0 = ___value0; __this->set_U3CErrorReasonU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebSocketTransport_get_ErrorReason_mB72691D48D4AB0D754F71E9E5A3880EF5F29137C_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // public string ErrorReason { get; private set; } String_t* L_0 = __this->get_U3CErrorReasonU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_mB4CED93A2C6F70D87CD6BB9A5AB408CF2928A889_inline (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, const RuntimeMethod* method) { { // get { return this._state; } int32_t L_0 = __this->get__state_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public NegotiationResult NegotiationResult { get; private set; } NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_0 = __this->get_U3CNegotiationResultU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationResult_get_ConnectionId_m345851B621599FDC81B3C0084A79EBE45060A173_inline (NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * __this, const RuntimeMethod* method) { { // public string ConnectionId { get; private set; } String_t* L_0 = __this->get_U3CConnectionIdU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_State_mD32906B817429DCD3BDC58D46965C3D98C3AEC09_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public TransportStates State { get; private set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_Manager_m88ADB4D3B0E4DD98BE6022E7762FC02103CFF8A7_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = ___value0; __this->set_U3CManagerU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebSocketTransport_get_State_m43D83D1F7C69F00F02BEF1E77D31EAC608EB4F4B_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public TransportStates State { get; private set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * WebSocketTransport_get_Manager_m7F75314862618901334A85EBAA0F8C1D76B6F94F_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = __this->get_U3CManagerU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public HandshakeData Handshake { get; private set; } HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_0 = __this->get_U3CHandshakeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public SocketOptions Options { get; private set; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = __this->get_U3COptionsU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_QueryParamsOnlyForHandshake_m30258CFC229AFAB32F7B12C57A341205B6DEAE6F_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = __this->get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public string Sid { get; private set; } String_t* L_0 = __this->get_U3CSidU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocketTransport_set_Implementation_m4BBDDDA076973F6F5CB3176A2A94D7731915B44A_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___value0, const RuntimeMethod* method) { { // public WebSocket Implementation { get; private set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = ___value0; __this->set_U3CImplementationU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * WebSocketTransport_get_Implementation_m451D3A1E4A21226FF003586D2CB3F954BEA2B8B2_inline (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, const RuntimeMethod* method) { { // public WebSocket Implementation { get; private set; } WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get_U3CImplementationU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = __this->get_U3CUpgradingTransportU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_AttachmentCount_mF976AF14AEE1BD9C01AB1F7BF5E3E72633071A5F_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public int AttachmentCount { get; private set; } int32_t L_0 = __this->get_U3CAttachmentCountU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CUpgradingTransportU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public List Attachments { get { return attachments; } set { attachments = value; AttachmentCount = attachments != null ? attachments.Count : 0; } } List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_0 = __this->get_attachments_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public TransportEventTypes TransportEvent { get; private set; } int32_t L_0 = __this->get_U3CTransportEventU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public string Payload { get; private set; } String_t* L_0 = __this->get_U3CPayloadU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEffects_set_PlayingAudio_m2EEE94A5D8D9BF9517AD6DA76FA26E9D238A23AC_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PlayingAudio { get; private set; } bool L_0 = ___value0; __this->set_U3CPlayingAudioU3Ek__BackingField_8(L_0); return; } } 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 bool WheelEffects_get_skidding_m1EBCDCFEDB16686E9B2D4B73FEE0482B9337EE97_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, const RuntimeMethod* method) { { // public bool skidding { get; private set; } bool L_0 = __this->get_U3CskiddingU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEffects_set_skidding_mBA4FE70870D08789EDF7C7EF7060E53BBA7C8C49_inline (WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool skidding { get; private set; } bool L_0 = ___value0; __this->set_U3CskiddingU3Ek__BackingField_7(L_0); return; } } 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 float Quaternion_Angle_m3BE44E43965BB9EDFD06DBC1E0985324A83327CF_inline (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B3_0 = 0.0f; { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___a0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = ___b1; float L_2; L_2 = Quaternion_Dot_m7F12C5843352AB2EA687923444CC987D51515F9A(L_0, L_1, /*hidden argument*/NULL); float L_3; L_3 = fabsf(L_2); float L_4; L_4 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_3, (1.0f), /*hidden argument*/NULL); V_0 = L_4; float L_5 = V_0; bool L_6; L_6 = Quaternion_IsEqualUsingDot_mC57C44978B13AD1592750B1D523AAB4549BD5643(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0034; } } { float L_7 = V_0; float L_8; L_8 = acosf(L_7); G_B3_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(2.0f))), (float)(57.2957802f))); goto IL_0039; } IL_0034: { G_B3_0 = (0.0f); } IL_0039: { V_1 = G_B3_0; goto IL_003c; } IL_003c: { float L_9 = V_1; return L_9; } } 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 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 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 WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB List_1_get_Item_m546C6057485D92A0A06696EDCD2B514F2B181013_gshared_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __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: { WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29* L_2 = (WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29*)__this->get__items_1(); int32_t L_3 = ___index0; WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((WebSocketFrameReaderU5BU5D_t3743FFE26D11323DEE9045473FB48714A5EF2F29*)L_2, (int32_t)L_3); return (WebSocketFrameReader_t58A18F681862A4A1930215AE1E08ADB8C9B8CFCB )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD89F955F7D6F7BC7FECFC9C6C8FE2A1014C13D80_gshared_inline (List_1_t3F9EF315AB2F77BBF0220562A966A7A60FD0DF56 * __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 int32_t CircularBuffer_1_get_Count_m173058F10BAACECE0B5C859D7DAE38DF145F0535_gshared_inline (CircularBuffer_1_t0EEE361509A7632E72FAA9678BD22A0E639DEC88 * __this, const RuntimeMethod* method) { { // public int Count { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CCountU3Ek__BackingField_1(); return (int32_t)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 int32_t Queue_1_get_Count_m023DE9824E4700C0324D9C11906B19B6C8FE0BDC_gshared_inline (Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __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: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)__this->get__items_1(); int32_t L_3 = ___index0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_2, (int32_t)L_3); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_gshared_inline (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * __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 int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_9(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)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; } }