#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Action`1 struct Action_1_t541DA96BB9525842B8B1DB21FBDBC2132B872892; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`1 struct Action_1_tC69F896035AB847FEF048F8F4EFDF631B62D6815; // System.Action`1 struct Action_1_t997598EB3175C3DD68D4FAC4E49B9F163A27F6D5; // System.Action`1 struct Action_1_t1B7004A16BED5066BEB03C343CA7F4B5EE772A10; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD; // System.Action`2 struct Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2; // 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_t7814044BF3075E198C1B10D80661E1B4EF98897B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857; // 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.HashSet`1 struct HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3E3E05F07E8EF5D378AE4BAD133B57DD8E6111EA; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t6B71D817A8699B5ED82EEFD8CBE7A8C15AEED216; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tF690D87A9089EA6DAE3723F50B97C0F71D6D89D9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0AD40606124C71AD3717DC68332C28FF372F68DD; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEA5245C7173F20498E19E68E673E9762905E235; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tEE8DB305728D046B0D8959F3713C307A4E4D2B9B; // 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_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF; // System.Collections.Generic.List`1 struct List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41; // System.Collections.Generic.List`1 struct List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2; // System.Collections.Generic.List`1 struct List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E; // System.Collections.Generic.List`1 struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188; // System.Collections.Generic.List`1 struct List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26; // 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; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t778FCCDBB9C08BA0011E81B64D5AE6A8CA2951DC; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3BDF08082B67114190A76DF793D1466DAF9C22E7; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3B331569C6C6B68034A2EDD3432842A8C250AD8D; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t437D872E6D5EE6C38A6006DC50E43685503DAB02; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6AB0BF67296B5188069C98CCAC2ADF29C4977080; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t689DAB226536B3E7F33C5F27D06EC56DEFD731DA; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t32DAAF35645F36FCE1257A8B6BC95BB2F5F749B8; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tB268C4A2A35512FB39D7DF9BD532F5A91B33A24C; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t33EC0D3104CE571EFAFC379F9501DEEDBAA24170; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint[] struct AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // WolfSyncData[] struct WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70; // YejiSyncData[] struct YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1; // ArrowSync/SyncData[] struct SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // ArrowSync struct ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // AuthLoginMask struct AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeGameModeLocalPK struct ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap struct ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint struct F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint struct FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // o0.IMU.HardwareVariance struct HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471; // HomeView struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // UnityEngine.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B; // NewUserGuiderManager struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo struct PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A; // RabbitHuntGameMode_OnlinePK struct RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // StoneRecorder struct StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // TreeAreaRecorder struct TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6; // JCUnityLib.UI.ValidateJigsaw struct ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065; // JCUnityLib.UI.ValidateJigsawDragBar struct ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D; // JCUnityLib.UI.ValidateJigsawView struct ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C; // o0Project.Variance struct Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo struct WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo struct WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30; // UnityEngine.WWWForm struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // UnityStandardAssets.Utility.WaypointCircuit struct WaypointCircuit_t7AE524FF94B8E547A926638FAED92ED61BCA2971; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // JCEngineCore.WebSocketServer struct WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779; // UnityStandardAssets.Vehicles.Car.WheelEffects struct WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24; // Wolf struct Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC; // WolfActGrid struct WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4; // WolfHuntGameMode struct WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF; // WolfHuntGameMode_OnlinePK struct WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627; // WolfLineRender struct WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA; // WolfSyncData struct WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // Yeji struct Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81; // YejiHuntGameMode_OnlinePK struct YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA; // YejiSyncData struct YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8; // o0.IMU._663AxisPreProcessor struct _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250; // o0.IMU._9AxisPreProcessor struct _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78; // manager struct manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F; // o0Aien.o0WeightedAverageFilterVector3 struct o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // RabbitHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6; // TreeAreaRecorder/AreaInfo struct AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781; // UserComp/<>c struct U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA; // UserController/d__1 struct U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88; // UserController/d__0 struct U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF; // UserPlayer/<>c struct U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D; // UserPlayer/d__3 struct U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; // JCUnityLib.UI.ValidateJigsawView/d__6 struct U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback struct MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback struct WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback struct WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99; // BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c struct U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8; // UnityStandardAssets.Utility.WaypointCircuit/WaypointList struct WaypointList_t38111546595D6D7CF2085616A46D9205D360CE3C; // JCEngineCore.WebSocketServer/d__8 struct U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810; // UnityStandardAssets.Vehicles.Car.WheelEffects/d__18 struct U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16; // Wolf/<>c struct U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC; // 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; // WolfHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper struct BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder struct C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder struct C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder struct C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder struct C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder struct C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder struct C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder struct C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder struct C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder struct C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder struct C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder struct C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder struct C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder struct C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder struct C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder struct C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder struct C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder struct Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder struct Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder struct Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder struct Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder struct Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder struct Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder struct Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E; // Yeji/ComparerAreaInfosByDistance struct ComparerAreaInfosByDistance_t9EA8762959531B367A90185F6213B51755EEBD68; // Yeji/OnlineHandler struct OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587; // Yeji/State struct State_t908756508036982A4DF72593F6016F3C51C610B7; // YejiHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B; // YejiHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8; // manager/d__6 struct U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E; // o0.Bow.o09AxisCS/State struct State_tA998B3974CD46E2941FB7670C333E0A82C1966D1; // o0MagneticCalibraterEllipsoidFitting/<>c struct U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1; // RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0; // RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator struct RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D; // WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848; // WolfHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6; // YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2; // YejiHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497; IL2CPP_EXTERN_C RuntimeClass* Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_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* SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72; IL2CPP_EXTERN_C String_t* _stringLiteral01C1421625A005EA6CC9336F95099D99260267EC; IL2CPP_EXTERN_C String_t* _stringLiteral01C34FB257EE313C4333AA18669AE92D08546BB0; IL2CPP_EXTERN_C String_t* _stringLiteral01DB47E6A8422FF887D8DB7F81D489CF16787970; IL2CPP_EXTERN_C String_t* _stringLiteral088128A91CF3BE04B681F4C7047E965F862BB988; IL2CPP_EXTERN_C String_t* _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA; IL2CPP_EXTERN_C String_t* _stringLiteral0E12E48467CBA608DE1C83A329ED3B7CD5A48D86; IL2CPP_EXTERN_C String_t* _stringLiteral10A470D01673DF1C0F647781A47033AE2B6D0EB7; IL2CPP_EXTERN_C String_t* _stringLiteral11DA954284C9EA0E9F2CCAF18500166BF464BF7E; IL2CPP_EXTERN_C String_t* _stringLiteral12164147B82C1E63D90CBDDF4B68545CA5796417; IL2CPP_EXTERN_C String_t* _stringLiteral12F21D09C13291F63FE659E70433391169F38B9B; IL2CPP_EXTERN_C String_t* _stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E; IL2CPP_EXTERN_C String_t* _stringLiteral1546762A78B412F3C3CCF449E2DE1CCC887E2823; IL2CPP_EXTERN_C String_t* _stringLiteral17D101100C4455095976BED4FC01B056678581BF; IL2CPP_EXTERN_C String_t* _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC; IL2CPP_EXTERN_C String_t* _stringLiteral19B05483200D4C0289CBEC0DFF47F0CECD6C954B; IL2CPP_EXTERN_C String_t* _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; IL2CPP_EXTERN_C String_t* _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305; IL2CPP_EXTERN_C String_t* _stringLiteral1E479844F619893EA1C58A487E357D45C8968261; IL2CPP_EXTERN_C String_t* _stringLiteral1F1C7288CA728F93ECFB74563FFD38717E500890; IL2CPP_EXTERN_C String_t* _stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E; IL2CPP_EXTERN_C String_t* _stringLiteral221D1221EDB405F12CB8DCF03CC659E0E4D199B2; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2608F54D2EF14718173B99D2FABE9E1AE68B9C9B; IL2CPP_EXTERN_C String_t* _stringLiteral2619A50D640D12F7EAED94CD5A39DFCD03B99E2A; IL2CPP_EXTERN_C String_t* _stringLiteral26507C0E40D4F2F5B987CEBD1302FB05ED47B409; IL2CPP_EXTERN_C String_t* _stringLiteral282A0F0953BDD4D89E26336FC72EF0CD8A384528; IL2CPP_EXTERN_C String_t* _stringLiteral2A0FE9C2BF678ED2922FD8FE69BF514E600A40C6; IL2CPP_EXTERN_C String_t* _stringLiteral2ABC372889CBC00F55D64BA4C16821D906F6A6DE; IL2CPP_EXTERN_C String_t* _stringLiteral2B15809204AF928E4C5F287141C50CA38B52BC0C; IL2CPP_EXTERN_C String_t* _stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5; IL2CPP_EXTERN_C String_t* _stringLiteral2B4A9FC070BCDB55C019ADD736CA532890B10DAB; IL2CPP_EXTERN_C String_t* _stringLiteral2C8ED8CBEF3FAAF7BF87CCEB3495EAE08B4440C2; IL2CPP_EXTERN_C String_t* _stringLiteral2CFEBE9F147BF979089BCF3C55BE473355242A51; IL2CPP_EXTERN_C String_t* _stringLiteral328EA440123DBA42D63C467066ABEA7B1372DFBF; IL2CPP_EXTERN_C String_t* _stringLiteral337532BF710854B2633202762F469B2FA4331FD5; IL2CPP_EXTERN_C String_t* _stringLiteral34AEFDB882E5FF4B25CF92FDF53D6FCEB1C1A618; IL2CPP_EXTERN_C String_t* _stringLiteral355421006343DACF8B22CC140547B201F3C8F668; IL2CPP_EXTERN_C String_t* _stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662; IL2CPP_EXTERN_C String_t* _stringLiteral372555088EF593360A00816B73E5B0940B0FBA0D; IL2CPP_EXTERN_C String_t* _stringLiteral38228F56360020FD0E33B93CD6C971FED3A9DE75; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral3B205B257486C3C9A5CF2789CB4FA8C74A3F2F62; IL2CPP_EXTERN_C String_t* _stringLiteral3DFB6789D00B772FD4B04ABFD88EFDEE5E379667; IL2CPP_EXTERN_C String_t* _stringLiteral3E869EBF64620755C791A40DFC1192A782C0917B; IL2CPP_EXTERN_C String_t* _stringLiteral42C4301A71AB42C582A56DC10E3E055504E14EAF; IL2CPP_EXTERN_C String_t* _stringLiteral43157937701415D741D71955DE8C071ACB4720F3; IL2CPP_EXTERN_C String_t* _stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09; IL2CPP_EXTERN_C String_t* _stringLiteral4701E062DD38CA8790D80E077285B447E78AA537; IL2CPP_EXTERN_C String_t* _stringLiteral4978170EB04BD10422CECA94A6F151CE21337335; IL2CPP_EXTERN_C String_t* _stringLiteral4B23339A5D111132D4E220C073D55E9B8B68CD0D; IL2CPP_EXTERN_C String_t* _stringLiteral50340B96E7F4FCBAC016BA1DCDC5C9A7A028991A; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral510291C04360A2822070D6941263BE1B6E69D3E8; IL2CPP_EXTERN_C String_t* _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C; IL2CPP_EXTERN_C String_t* _stringLiteral51D952F28737FB4AFF03ECC7A154BACE7E324AAD; IL2CPP_EXTERN_C String_t* _stringLiteral521DA9D8E943447630D6469433CEF3FD900A443D; IL2CPP_EXTERN_C String_t* _stringLiteral5248C520076F67BEAAF11B904F20041567827E07; IL2CPP_EXTERN_C String_t* _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4; IL2CPP_EXTERN_C String_t* _stringLiteral54BCF5DA782C2014C1141A250F709F467A555297; IL2CPP_EXTERN_C String_t* _stringLiteral56487C6DAE37B8AE95919574EE8BF3B7940908CF; IL2CPP_EXTERN_C String_t* _stringLiteral58D9EB63E0F6A774D4DDF03287E5C7E2C83CAD35; IL2CPP_EXTERN_C String_t* _stringLiteral5D587DAE7C99F6D0C3DD089AD135D4BBAAE59202; IL2CPP_EXTERN_C String_t* _stringLiteral5E8CB65138EAC6717DDCE3171960A2C01ABB7ED6; IL2CPP_EXTERN_C String_t* _stringLiteral5F39CCD7B49DB5837C1A7712F2F662522C6FDA57; IL2CPP_EXTERN_C String_t* _stringLiteral62440F6DCA54CF24732CD74267ADDEDF8F840E7C; IL2CPP_EXTERN_C String_t* _stringLiteral6B4B7D9B73260AA16FC5FC3E89F15FE53B087016; IL2CPP_EXTERN_C String_t* _stringLiteral6B4EA1B3E5D4B94EFA37B90E7881150F59F14FE3; IL2CPP_EXTERN_C String_t* _stringLiteral6EBCD75E476855968FDB85B8D30D12198606601B; IL2CPP_EXTERN_C String_t* _stringLiteral736E8D24A1DE79EC3780365DA046888553CED2F6; IL2CPP_EXTERN_C String_t* _stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE; IL2CPP_EXTERN_C String_t* _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3; IL2CPP_EXTERN_C String_t* _stringLiteral74E92227804D27CD41291CF1BF98E2F222A1C4AC; IL2CPP_EXTERN_C String_t* _stringLiteral78EBF08A2E612C21602003241CF863C44C66EB7E; IL2CPP_EXTERN_C String_t* _stringLiteral7C06A3770C0A6E5FE165B1027776090B1F342D5E; IL2CPP_EXTERN_C String_t* _stringLiteral7C45F9EBABA7284FD97146503979752DBC8F01E1; IL2CPP_EXTERN_C String_t* _stringLiteral7CE6DCD600E6D38AFBFE802EE8E359DFD524BE01; IL2CPP_EXTERN_C String_t* _stringLiteral7DA1615F7D1B5367462132A7DF6365252715C61A; IL2CPP_EXTERN_C String_t* _stringLiteral7ED6EEB8B1F65FAD8918278D32744DECA21B1C0C; IL2CPP_EXTERN_C String_t* _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC; IL2CPP_EXTERN_C String_t* _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8; IL2CPP_EXTERN_C String_t* _stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145; IL2CPP_EXTERN_C String_t* _stringLiteral8522A6C5A2B9FBE41E16026AA02789BDA84A54B1; IL2CPP_EXTERN_C String_t* _stringLiteral85A56648B55D58C19DADB13CF7CB8C41F9D48234; IL2CPP_EXTERN_C String_t* _stringLiteral8608930BC69312F86DA14081E2EE0858A48D8493; IL2CPP_EXTERN_C String_t* _stringLiteral8A15149F067021C04A27596BDCF3D8FF45D5244B; IL2CPP_EXTERN_C String_t* _stringLiteral91F2F9C3F9EA0FE0F9515EB0BBC4CBCDEA220F11; IL2CPP_EXTERN_C String_t* _stringLiteral9252ACF91FE2307E9060204CAC6D683FDA6F46D6; IL2CPP_EXTERN_C String_t* _stringLiteral92B22233BAE137080ECDE9FFEFE5B8AECCD51FF6; IL2CPP_EXTERN_C String_t* _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294; IL2CPP_EXTERN_C String_t* _stringLiteral97F2B8D78396D87A418F07EB9480ADA4F24F469F; IL2CPP_EXTERN_C String_t* _stringLiteral998E315CE6501FFC8B57C3E6B5A8E9D907E144AA; IL2CPP_EXTERN_C String_t* _stringLiteral9B090B4A6E78AA83C46DD9DAB6A62303489953CA; IL2CPP_EXTERN_C String_t* _stringLiteral9B63A9485B3082F7018E30615775D7F9FEF3950C; IL2CPP_EXTERN_C String_t* _stringLiteral9E559249B3B7C10788601999EE3D1C74F9714A31; IL2CPP_EXTERN_C String_t* _stringLiteral9FA177146E5A439416257A38FFDFAA808A919EFD; IL2CPP_EXTERN_C String_t* _stringLiteralA0B8972CEF7B41FFE94C97B2628ABEC9B6EE7866; IL2CPP_EXTERN_C String_t* _stringLiteralA2F9158046FCF6759D2B4EEBF317F3A42021D357; IL2CPP_EXTERN_C String_t* _stringLiteralA3055D292FFC1709F7F5A663D6909E37FD4CF9AD; IL2CPP_EXTERN_C String_t* _stringLiteralA3234C18436741A455957987B30AA404CC743796; IL2CPP_EXTERN_C String_t* _stringLiteralA516F497A04C3CA7D20D496D37D45C2216D1B5D7; IL2CPP_EXTERN_C String_t* _stringLiteralA6C7A71EDBB879F878698173ED8B3E0F65807A2F; IL2CPP_EXTERN_C String_t* _stringLiteralA704C5461CDFD44710E4105B56E1EDB5DB89EEAD; IL2CPP_EXTERN_C String_t* _stringLiteralAAACA78EB7C36C42F23BAA3BBC70824362D3ED07; IL2CPP_EXTERN_C String_t* _stringLiteralAB949F29DF17C257301D4F9AC321C3D7FB0AFA81; IL2CPP_EXTERN_C String_t* _stringLiteralADAE28BF5FF1453EE63C5DFA8D2EAC67A3613424; IL2CPP_EXTERN_C String_t* _stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7; IL2CPP_EXTERN_C String_t* _stringLiteralAF9AEA5787DAE9E1E77F110E4E28D0272A12A366; IL2CPP_EXTERN_C String_t* _stringLiteralAFECA185D324BE6622403421D2E09BD36B12A129; IL2CPP_EXTERN_C String_t* _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900; IL2CPP_EXTERN_C String_t* _stringLiteralB827A11FB98A06224AE0914A1FD7CF55E344B195; IL2CPP_EXTERN_C String_t* _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E; IL2CPP_EXTERN_C String_t* _stringLiteralBD622CF784D98312919F2543E33212BB198756D7; IL2CPP_EXTERN_C String_t* _stringLiteralBD694EA73181056D0826A3FCC0A6F6206BEA9F45; IL2CPP_EXTERN_C String_t* _stringLiteralBF10C83A00E899A8D51779E8AC0534A8BD67795A; IL2CPP_EXTERN_C String_t* _stringLiteralBF52E76185A7BD3C7D6312A3075E618F8F988C85; IL2CPP_EXTERN_C String_t* _stringLiteralBFF283F7859CE3D4722B2CF866BF552A640AFC28; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC389E4E46954409BDF885A072712CB492A1FA1B8; IL2CPP_EXTERN_C String_t* _stringLiteralC390947A904BCB26C5AF9B6640CBF2D4868C2061; IL2CPP_EXTERN_C String_t* _stringLiteralC4311C0EF5000E17E92112FC1B175069F18ECCEF; IL2CPP_EXTERN_C String_t* _stringLiteralC55E48E2E4F3B9A17EC1E7CFFC3C787161F7FB81; IL2CPP_EXTERN_C String_t* _stringLiteralC67D85E48D520044A23A8B86AAA385B316A17F4D; IL2CPP_EXTERN_C String_t* _stringLiteralC970E5AE39367B6EA0900D5A201806103A334310; IL2CPP_EXTERN_C String_t* _stringLiteralCB248F18FD6ED9E710F48CAEB620DEDABCD5CD75; IL2CPP_EXTERN_C String_t* _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294; IL2CPP_EXTERN_C String_t* _stringLiteralCEFE346F1F76AF24FA7D8D53B3510D7D392CB35D; IL2CPP_EXTERN_C String_t* _stringLiteralD017F80396C5D743E1673492D91F9710C6167B1D; IL2CPP_EXTERN_C String_t* _stringLiteralD0A9A72FDB14897920E1A0A11CCEA61051EB01DA; IL2CPP_EXTERN_C String_t* _stringLiteralD0BC8AA23621DD2F85757C297EC16376CB54A4B4; IL2CPP_EXTERN_C String_t* _stringLiteralD1725B892BBE47AEF62C83D250CCBE536D2984C7; IL2CPP_EXTERN_C String_t* _stringLiteralD258C97D94918A0CDBEA03B63C4AA6D66D78D2D7; IL2CPP_EXTERN_C String_t* _stringLiteralD6BC58909F7ABB98330E9380DFE492C256CF7CA1; IL2CPP_EXTERN_C String_t* _stringLiteralD73E59CA5133B58EF5063DA98985201D1EC6E4EE; IL2CPP_EXTERN_C String_t* _stringLiteralD8547BDF17BE85EDC3D2A4B358BB72E4716AC84C; IL2CPP_EXTERN_C String_t* _stringLiteralD8CF1A043768CD38039AAB5E45954DA9C141E7F5; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC2828AE8832F50304974C98AC5BCBB5B3AC47BF; IL2CPP_EXTERN_C String_t* _stringLiteralDC7466B88440DAC78C473B163A6501A473112212; IL2CPP_EXTERN_C String_t* _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2; IL2CPP_EXTERN_C String_t* _stringLiteralDD7C56658D96DFD6EC8AB281669A6A5FE6208AF3; IL2CPP_EXTERN_C String_t* _stringLiteralDEDED04BEBDAD048BD63341F573AA1420E23D022; IL2CPP_EXTERN_C String_t* _stringLiteralDF32AE9283AA6624D1AD7F361562D93AB976BF93; IL2CPP_EXTERN_C String_t* _stringLiteralE2E2ADD11675202E9C051B74F6D8AE8196DAB072; IL2CPP_EXTERN_C String_t* _stringLiteralE4EA996178DF2EDD616A772D8B33560D1E771B56; IL2CPP_EXTERN_C String_t* _stringLiteralE5D280B9708E9092EBCF717ACA4E6412B61F52A2; IL2CPP_EXTERN_C String_t* _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145; IL2CPP_EXTERN_C String_t* _stringLiteralEF26A57AA7843DD7106BB1F57C23A3E7861C330A; IL2CPP_EXTERN_C String_t* _stringLiteralF21B21A548E30EBA1A776E9E85E304381A9DC49C; IL2CPP_EXTERN_C String_t* _stringLiteralF404C17DF2F58F753D5AD98407ED68182EF2E790; IL2CPP_EXTERN_C String_t* _stringLiteralF596F4D6893D312449134FAC87751817DC773DDD; IL2CPP_EXTERN_C String_t* _stringLiteralF8E202EFA42F41AC56AEB7E7E21C70338EA77648; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralF9B2472F799D2CB04437219FA77899A0F4EEEE6F; IL2CPP_EXTERN_C String_t* _stringLiteralF9D761D3FCF09B062B55BFB1823CA8FDCAECCE70; IL2CPP_EXTERN_C String_t* _stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17; IL2CPP_EXTERN_C String_t* _stringLiteralFE71678C9730F15958911DF64E0DF8767A331EC0; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedCipherWrapper_Unwrap_mAEA784950A96156722F24406954A06BC56834AA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferedCipherWrapper_Wrap_mEC5C743DA990F7D1CE6BEEFED1B7CF2AC5D683FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_mCB3BF30BD4375AB21E374A6F5D57132F214C6601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m055FCBE67B7A14D09FD445097B4FB8175BA63EED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m797BFB4FCEADDF190725BC6DF78C9710DFF9F744_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mC0FBF93DC1903531F2779B3C0BFE26248F1EAE9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mE300BD1A63760E729AF5A6C62285A7BE34D0E771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m317EE2117B84026EE1BE5AFA6CF7C183C66F86C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD874987DE104CC0A9C6E31C45BD6BE08DDA5BFF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mDB4BB0817E1BB3349622432DA675D1F9EC6F0085_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1B931D8D65C577B2A5A5E7E05D2C8C70BF9777DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7EE41949429627101A5A0F2B02758ABBFD958106_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD80F4947CAC3A6435C23B1DF058EFB0B768C3DCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m973A95F12EA9747CEB5CA6EA2048CF325F02C908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC906DA6A373F4B8652F31867DC68D1214649D04D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m2D6B30897C0DE1BA86F3BA856F12A66ABA51451A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB1554E4BD8D5AAE43255289943745C6D47E8C09A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB61952A036113CE26CDE3AFB99E1FF057ACC4A7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m06F7F73D5D643D298A2090CDB2BB12BF15CA5278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m21C7924D6C9195A9B47670B158432F9451445A7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mDE3A1F2C5B7C023F4F7A40A954F00EF54EE9FEDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9E232F63ACC938E80C48C81FB4079ACE0076EF1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA5F3FF2F0E2B8A0D6918E89DE99936E0DBE44797_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD3492B9FB249C9A3006FB32FF4AE1EC529A8B9D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m50A4B614321D04360110BFD9C297039C97022C7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m57A0F88B1BAABA21B592B62D28DDB13E50B6A616_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7DF3A6E7ED30ED92319F806A451EB160DB1FC5DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_m787252E13CDC8546EEB9D887654E0D08D0E342EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisYeji_tE6BD925F837340572A36DAC8B0F636034B696A81_m82CE4619411D4E631989E5433534C4474AF0ADED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisJsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_m35F0D19DB2D904E88E282F274DCAF9B69CBDB703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisList_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_m76AA5B02144F9B809599113C79E78E7B7B6C0F76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisList_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_m635B6FA69003666D4FD35E9522FC38E4446BF19F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisSyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_mFAFCAD55B236C56B87527B3CFA4D3E75A77342AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisSyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_m9CF55EA19B40FB35DFE7CADFC9EEB25692B3377D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m43A5C9789D4C0A11BCFE87D8504DAA8D1FB1E30F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m4ABEAD77265AA751014ADA08C9EB45321CC732B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mF2C53DDC8406C006C717EB77DF84B3668145E0E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mAF500E6E155AA89B054E317716C05B5421D1D4FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m86EF134E3E9FB8449E0286F307D2129197F59CBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC5A9DEFBC2223427161C7B8BA52871C8140B521C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m1339A526D7089C0013546A229B78650B7D0E690F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEDD5D0C560815053E3F17E3A6DBEE941ABC7FB70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m691F746050C941F76022D3D77CA6B59CA93749CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC6665A728AA06154CEC0D3D9B48712FD72FDA586_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_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_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* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m97097C67AEE5EC5FF3EEC6D53AA1DC94245B4D4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnlineHelper_onReceivePKGameData_m12F89A557C2710B7ED2E47DA5548E533A5F36060_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnlineHelper_onReceivePKGameData_m523F6ED0A5CFB2A806FDD07D5C5613BBECF7580D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_m3EE5C8CFF2655E053E4DB8706420516A3DC52944_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mA794417F9B06BF0D2A7282575CAB631A42667002_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mD638AC77B4EC14E413248A304513F8226724132E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayCloseU3Ed__6_System_Collections_IEnumerator_Reset_mEE04F107087994967BD0408A4A78CF514B5E9A59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CReconnenctServerU3Ed__3_System_Collections_IEnumerator_Reset_mA59E9D6DB16A854D67351A3B716AB9908305ECF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveEmailU3Ed__1_System_Collections_IEnumerator_Reset_mB68D4FC1D42745823CEF8B8FD70408718A3D00D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSavePhoneU3Ed__0_System_Collections_IEnumerator_Reset_m51D6BE8B00446795D869177BAF082B35453F2F4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartSkidTrailU3Ed__18_System_Collections_IEnumerator_Reset_m981418E0BAC5979456EF45FCD3D5917BA5B4F352_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3ConAuthResU3Eb__11_1_mBE6B98C07B11AFC7F08492D0B267EF2EED7E164C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3ConAuthResU3Eb__11_2_mE478B6E4F405F8577628D828AF5A7AEE0EA1583D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m3DA3884F56AAC055B107027A144E2D405B614CF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_mF51E313506CD1C9C6AACF41D9993293921F317F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CblinkSphereU3Ed__6_System_Collections_IEnumerator_Reset_m4AF3A3426870301AC6F0BEAC88879C3A6069EB8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdoHeartBeatU3Ed__8_System_Collections_IEnumerator_Reset_m01DA7B3889A379C16ADCF66C1F53EB2FDDED5FDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_0_0_0_var; struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke; struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com; struct AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA : 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_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0* ___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_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8 * ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___entries_1)); } inline EntryU5BU5D_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0* 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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___keys_7)); } inline KeyCollection_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6 * 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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ___values_8)); } inline ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8 * get_values_8() const { return ___values_8; } inline ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8 * 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_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 : 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_t437D872E6D5EE6C38A6006DC50E43685503DAB02* ___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_t0AD40606124C71AD3717DC68332C28FF372F68DD * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t778FCCDBB9C08BA0011E81B64D5AE6A8CA2951DC * ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___entries_1)); } inline EntryU5BU5D_t437D872E6D5EE6C38A6006DC50E43685503DAB02* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t437D872E6D5EE6C38A6006DC50E43685503DAB02** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t437D872E6D5EE6C38A6006DC50E43685503DAB02* 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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___keys_7)); } inline KeyCollection_t0AD40606124C71AD3717DC68332C28FF372F68DD * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0AD40606124C71AD3717DC68332C28FF372F68DD ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0AD40606124C71AD3717DC68332C28FF372F68DD * 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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ___values_8)); } inline ValueCollection_t778FCCDBB9C08BA0011E81B64D5AE6A8CA2951DC * get_values_8() const { return ___values_8; } inline ValueCollection_t778FCCDBB9C08BA0011E81B64D5AE6A8CA2951DC ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t778FCCDBB9C08BA0011E81B64D5AE6A8CA2951DC * 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_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 : 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_t6AB0BF67296B5188069C98CCAC2ADF29C4977080* ___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_tFEA5245C7173F20498E19E68E673E9762905E235 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t3BDF08082B67114190A76DF793D1466DAF9C22E7 * ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___entries_1)); } inline EntryU5BU5D_t6AB0BF67296B5188069C98CCAC2ADF29C4977080* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t6AB0BF67296B5188069C98CCAC2ADF29C4977080** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t6AB0BF67296B5188069C98CCAC2ADF29C4977080* 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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___keys_7)); } inline KeyCollection_tFEA5245C7173F20498E19E68E673E9762905E235 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFEA5245C7173F20498E19E68E673E9762905E235 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFEA5245C7173F20498E19E68E673E9762905E235 * 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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ___values_8)); } inline ValueCollection_t3BDF08082B67114190A76DF793D1466DAF9C22E7 * get_values_8() const { return ___values_8; } inline ValueCollection_t3BDF08082B67114190A76DF793D1466DAF9C22E7 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3BDF08082B67114190A76DF793D1466DAF9C22E7 * 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_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 : 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_t689DAB226536B3E7F33C5F27D06EC56DEFD731DA* ___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_tEE8DB305728D046B0D8959F3713C307A4E4D2B9B * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t3B331569C6C6B68034A2EDD3432842A8C250AD8D * ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___entries_1)); } inline EntryU5BU5D_t689DAB226536B3E7F33C5F27D06EC56DEFD731DA* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t689DAB226536B3E7F33C5F27D06EC56DEFD731DA** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t689DAB226536B3E7F33C5F27D06EC56DEFD731DA* 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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___keys_7)); } inline KeyCollection_tEE8DB305728D046B0D8959F3713C307A4E4D2B9B * get_keys_7() const { return ___keys_7; } inline KeyCollection_tEE8DB305728D046B0D8959F3713C307A4E4D2B9B ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tEE8DB305728D046B0D8959F3713C307A4E4D2B9B * 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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ___values_8)); } inline ValueCollection_t3B331569C6C6B68034A2EDD3432842A8C250AD8D * get_values_8() const { return ___values_8; } inline ValueCollection_t3B331569C6C6B68034A2EDD3432842A8C250AD8D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3B331569C6C6B68034A2EDD3432842A8C250AD8D * 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_tF110DD5E27E3BC71C04E37F542545E155BBE3F57, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C : 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_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18* ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____slots_8)); } inline SlotU5BU5D_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18* 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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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_tC5715D3475135D0E978BA6BA299F273B6823EA1C, ____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.HashSet`1 struct HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 : 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_t33EC0D3104CE571EFAFC379F9501DEEDBAA24170* ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____slots_8)); } inline SlotU5BU5D_t33EC0D3104CE571EFAFC379F9501DEEDBAA24170* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t33EC0D3104CE571EFAFC379F9501DEEDBAA24170** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t33EC0D3104CE571EFAFC379F9501DEEDBAA24170* 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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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_tE6300051910DC3B92733F2742958CB82AD4C7BDF : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* ____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_tE6300051910DC3B92733F2742958CB82AD4C7BDF, ____items_1)); } inline WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* get__items_1() const { return ____items_1; } inline WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70** get_address_of__items_1() { return &____items_1; } inline void set__items_1(WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* 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_tE6300051910DC3B92733F2742958CB82AD4C7BDF, ____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_tE6300051910DC3B92733F2742958CB82AD4C7BDF, ____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_tE6300051910DC3B92733F2742958CB82AD4C7BDF, ____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_tE6300051910DC3B92733F2742958CB82AD4C7BDF_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_StaticFields, ____emptyArray_5)); } inline WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* get__emptyArray_5() const { return ____emptyArray_5; } inline WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(WolfSyncDataU5BU5D_tB6A339500F7BB0E46C6EA38C9BECEAFEFAC3EB70* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* ____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_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41, ____items_1)); } inline YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* get__items_1() const { return ____items_1; } inline YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* 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_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41, ____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_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41, ____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_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41, ____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_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_StaticFields, ____emptyArray_5)); } inline YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* get__emptyArray_5() const { return ____emptyArray_5; } inline YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(YejiSyncDataU5BU5D_t50EDAD910460D29B73374C2DD68E4C8FC81BF6E1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* ____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_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2, ____items_1)); } inline SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* get__items_1() const { return ____items_1; } inline SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* 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_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2, ____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_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2, ____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_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2, ____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_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_StaticFields, ____emptyArray_5)); } inline SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* get__emptyArray_5() const { return ____emptyArray_5; } inline SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // 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); } }; // 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); } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // 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: }; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB : public RuntimeObject { public: // System.Int32 RequestResult::code int32_t ___code_0; // System.Object RequestResult::data RuntimeObject * ___data_1; // System.String RequestResult::msg String_t* ___msg_2; public: inline static int32_t get_offset_of_code_0() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___code_0)); } inline int32_t get_code_0() const { return ___code_0; } inline int32_t* get_address_of_code_0() { return &___code_0; } inline void set_code_0(int32_t value) { ___code_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___data_1)); } inline RuntimeObject * get_data_1() const { return ___data_1; } inline RuntimeObject ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(RuntimeObject * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } inline static int32_t get_offset_of_msg_2() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___msg_2)); } inline String_t* get_msg_2() const { return ___msg_2; } inline String_t** get_address_of_msg_2() { return &___msg_2; } inline void set_msg_2(String_t* value) { ___msg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___msg_2), (void*)value); } }; // 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); } }; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F : public RuntimeObject { public: // System.Int32 UserInfo::id int32_t ___id_0; // System.Int32 UserInfo::avatarID int32_t ___avatarID_1; // System.String UserInfo::nickname String_t* ___nickname_2; // System.Int32 UserInfo::gender int32_t ___gender_3; // System.String UserInfo::phone String_t* ___phone_4; // System.String UserInfo::email String_t* ___email_5; // System.String UserInfo::birthday String_t* ___birthday_6; // System.String UserInfo::country String_t* ___country_7; // System.String UserInfo::state String_t* ___state_8; // System.String UserInfo::city String_t* ___city_9; // System.Int32 UserInfo::integral int32_t ___integral_10; // System.Int32 UserInfo::coin int32_t ___coin_11; // System.Int32 UserInfo::diamond int32_t ___diamond_12; // System.String UserInfo::mac String_t* ___mac_13; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_14; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_15; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_16; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_17; // System.String UserInfo::guideRecord String_t* ___guideRecord_18; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_phone_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_4)); } inline String_t* get_phone_4() const { return ___phone_4; } inline String_t** get_address_of_phone_4() { return &___phone_4; } inline void set_phone_4(String_t* value) { ___phone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_4), (void*)value); } inline static int32_t get_offset_of_email_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_5)); } inline String_t* get_email_5() const { return ___email_5; } inline String_t** get_address_of_email_5() { return &___email_5; } inline void set_email_5(String_t* value) { ___email_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_5), (void*)value); } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_6)); } inline String_t* get_birthday_6() const { return ___birthday_6; } inline String_t** get_address_of_birthday_6() { return &___birthday_6; } inline void set_birthday_6(String_t* value) { ___birthday_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_6), (void*)value); } inline static int32_t get_offset_of_country_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_7)); } inline String_t* get_country_7() const { return ___country_7; } inline String_t** get_address_of_country_7() { return &___country_7; } inline void set_country_7(String_t* value) { ___country_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_7), (void*)value); } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_8)); } inline String_t* get_state_8() const { return ___state_8; } inline String_t** get_address_of_state_8() { return &___state_8; } inline void set_state_8(String_t* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_city_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_9)); } inline String_t* get_city_9() const { return ___city_9; } inline String_t** get_address_of_city_9() { return &___city_9; } inline void set_city_9(String_t* value) { ___city_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_9), (void*)value); } inline static int32_t get_offset_of_integral_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_10)); } inline int32_t get_integral_10() const { return ___integral_10; } inline int32_t* get_address_of_integral_10() { return &___integral_10; } inline void set_integral_10(int32_t value) { ___integral_10 = value; } inline static int32_t get_offset_of_coin_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_11)); } inline int32_t get_coin_11() const { return ___coin_11; } inline int32_t* get_address_of_coin_11() { return &___coin_11; } inline void set_coin_11(int32_t value) { ___coin_11 = value; } inline static int32_t get_offset_of_diamond_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_12)); } inline int32_t get_diamond_12() const { return ___diamond_12; } inline int32_t* get_address_of_diamond_12() { return &___diamond_12; } inline void set_diamond_12(int32_t value) { ___diamond_12 = value; } inline static int32_t get_offset_of_mac_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_13)); } inline String_t* get_mac_13() const { return ___mac_13; } inline String_t** get_address_of_mac_13() { return &___mac_13; } inline void set_mac_13(String_t* value) { ___mac_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_13), (void*)value); } inline static int32_t get_offset_of_bagList_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_14)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_14() const { return ___bagList_14; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_14() { return &___bagList_14; } inline void set_bagList_14(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_14), (void*)value); } inline static int32_t get_offset_of_deviceList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_15)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_15() const { return ___deviceList_15; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_15() { return &___deviceList_15; } inline void set_deviceList_15(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_15), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_16)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_16() const { return ___timeLimitGameScores_16; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_16() { return &___timeLimitGameScores_16; } inline void set_timeLimitGameScores_16(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_16), (void*)value); } inline static int32_t get_offset_of_challengeLevels_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_17)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_17() const { return ___challengeLevels_17; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_17() { return &___challengeLevels_17; } inline void set_challengeLevels_17(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_17), (void*)value); } inline static int32_t get_offset_of_guideRecord_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_18)); } inline String_t* get_guideRecord_18() const { return ___guideRecord_18; } inline String_t** get_address_of_guideRecord_18() { return &___guideRecord_18; } inline void set_guideRecord_18(String_t* value) { ___guideRecord_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_18), (void*)value); } }; // 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 { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo struct WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_preComp ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___m_preComp_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_preCompNeg ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___m_preCompNeg_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::m_twice ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_twice_2; public: inline static int32_t get_offset_of_m_preComp_0() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_preComp_0)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_m_preComp_0() const { return ___m_preComp_0; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_m_preComp_0() { return &___m_preComp_0; } inline void set_m_preComp_0(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___m_preComp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preComp_0), (void*)value); } inline static int32_t get_offset_of_m_preCompNeg_1() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_preCompNeg_1)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_m_preCompNeg_1() const { return ___m_preCompNeg_1; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_m_preCompNeg_1() { return &___m_preCompNeg_1; } inline void set_m_preCompNeg_1(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___m_preCompNeg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompNeg_1), (void*)value); } inline static int32_t get_offset_of_m_twice_2() { return static_cast(offsetof(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE, ___m_twice_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_twice_2() const { return ___m_twice_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_twice_2() { return &___m_twice_2; } inline void set_m_twice_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_twice_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_twice_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities struct WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1 : public RuntimeObject { public: public: }; struct WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::PRECOMP_NAME String_t* ___PRECOMP_NAME_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::DEFAULT_WINDOW_SIZE_CUTOFFS Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DEFAULT_WINDOW_SIZE_CUTOFFS_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::EMPTY_POINTS ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___EMPTY_POINTS_2; public: inline static int32_t get_offset_of_PRECOMP_NAME_0() { return static_cast(offsetof(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_StaticFields, ___PRECOMP_NAME_0)); } inline String_t* get_PRECOMP_NAME_0() const { return ___PRECOMP_NAME_0; } inline String_t** get_address_of_PRECOMP_NAME_0() { return &___PRECOMP_NAME_0; } inline void set_PRECOMP_NAME_0(String_t* value) { ___PRECOMP_NAME_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRECOMP_NAME_0), (void*)value); } inline static int32_t get_offset_of_DEFAULT_WINDOW_SIZE_CUTOFFS_1() { return static_cast(offsetof(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_StaticFields, ___DEFAULT_WINDOW_SIZE_CUTOFFS_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DEFAULT_WINDOW_SIZE_CUTOFFS_1() const { return ___DEFAULT_WINDOW_SIZE_CUTOFFS_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DEFAULT_WINDOW_SIZE_CUTOFFS_1() { return &___DEFAULT_WINDOW_SIZE_CUTOFFS_1; } inline void set_DEFAULT_WINDOW_SIZE_CUTOFFS_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DEFAULT_WINDOW_SIZE_CUTOFFS_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DEFAULT_WINDOW_SIZE_CUTOFFS_1), (void*)value); } inline static int32_t get_offset_of_EMPTY_POINTS_2() { return static_cast(offsetof(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_StaticFields, ___EMPTY_POINTS_2)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_EMPTY_POINTS_2() const { return ___EMPTY_POINTS_2; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_EMPTY_POINTS_2() { return &___EMPTY_POINTS_2; } inline void set_EMPTY_POINTS_2(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___EMPTY_POINTS_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_POINTS_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo struct WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo::m_preComp AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* ___m_preComp_0; public: inline static int32_t get_offset_of_m_preComp_0() { return static_cast(offsetof(WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30, ___m_preComp_0)); } inline AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* get_m_preComp_0() const { return ___m_preComp_0; } inline AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50** get_address_of_m_preComp_0() { return &___m_preComp_0; } inline void set_m_preComp_0(AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* value) { ___m_preComp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preComp_0), (void*)value); } }; // UnityEngine.WWWForm struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.WWWForm::formData List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___formData_0; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fieldNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___fieldNames_1; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fileNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___fileNames_2; // System.Collections.Generic.List`1 UnityEngine.WWWForm::types List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___types_3; // System.Byte[] UnityEngine.WWWForm::boundary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___boundary_4; // System.Boolean UnityEngine.WWWForm::containsFiles bool ___containsFiles_5; public: inline static int32_t get_offset_of_formData_0() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___formData_0)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_formData_0() const { return ___formData_0; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_formData_0() { return &___formData_0; } inline void set_formData_0(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___formData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___formData_0), (void*)value); } inline static int32_t get_offset_of_fieldNames_1() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___fieldNames_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_fieldNames_1() const { return ___fieldNames_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_fieldNames_1() { return &___fieldNames_1; } inline void set_fieldNames_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___fieldNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldNames_1), (void*)value); } inline static int32_t get_offset_of_fileNames_2() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___fileNames_2)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_fileNames_2() const { return ___fileNames_2; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_fileNames_2() { return &___fileNames_2; } inline void set_fileNames_2(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___fileNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileNames_2), (void*)value); } inline static int32_t get_offset_of_types_3() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___types_3)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_types_3() const { return ___types_3; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_types_3() { return &___types_3; } inline void set_types_3(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___types_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___types_3), (void*)value); } inline static int32_t get_offset_of_boundary_4() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___boundary_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_boundary_4() const { return ___boundary_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_boundary_4() { return &___boundary_4; } inline void set_boundary_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___boundary_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundary_4), (void*)value); } inline static int32_t get_offset_of_containsFiles_5() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___containsFiles_5)); } inline bool get_containsFiles_5() const { return ___containsFiles_5; } inline bool* get_address_of_containsFiles_5() { return &___containsFiles_5; } inline void set_containsFiles_5(bool value) { ___containsFiles_5 = value; } }; struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields { public: // System.Byte[] UnityEngine.WWWForm::dDash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dDash_6; // System.Byte[] UnityEngine.WWWForm::crlf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___crlf_7; // System.Byte[] UnityEngine.WWWForm::contentTypeHeader ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___contentTypeHeader_8; // System.Byte[] UnityEngine.WWWForm::dispositionHeader ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dispositionHeader_9; // System.Byte[] UnityEngine.WWWForm::endQuote ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___endQuote_10; // System.Byte[] UnityEngine.WWWForm::fileNameField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fileNameField_11; // System.Byte[] UnityEngine.WWWForm::ampersand ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ampersand_12; // System.Byte[] UnityEngine.WWWForm::equal ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___equal_13; public: inline static int32_t get_offset_of_dDash_6() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___dDash_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dDash_6() const { return ___dDash_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dDash_6() { return &___dDash_6; } inline void set_dDash_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dDash_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___dDash_6), (void*)value); } inline static int32_t get_offset_of_crlf_7() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___crlf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_crlf_7() const { return ___crlf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_crlf_7() { return &___crlf_7; } inline void set_crlf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___crlf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlf_7), (void*)value); } inline static int32_t get_offset_of_contentTypeHeader_8() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___contentTypeHeader_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_contentTypeHeader_8() const { return ___contentTypeHeader_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_contentTypeHeader_8() { return &___contentTypeHeader_8; } inline void set_contentTypeHeader_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___contentTypeHeader_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentTypeHeader_8), (void*)value); } inline static int32_t get_offset_of_dispositionHeader_9() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___dispositionHeader_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dispositionHeader_9() const { return ___dispositionHeader_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dispositionHeader_9() { return &___dispositionHeader_9; } inline void set_dispositionHeader_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dispositionHeader_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dispositionHeader_9), (void*)value); } inline static int32_t get_offset_of_endQuote_10() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___endQuote_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_endQuote_10() const { return ___endQuote_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_endQuote_10() { return &___endQuote_10; } inline void set_endQuote_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___endQuote_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___endQuote_10), (void*)value); } inline static int32_t get_offset_of_fileNameField_11() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___fileNameField_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fileNameField_11() const { return ___fileNameField_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fileNameField_11() { return &___fileNameField_11; } inline void set_fileNameField_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fileNameField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileNameField_11), (void*)value); } inline static int32_t get_offset_of_ampersand_12() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___ampersand_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ampersand_12() const { return ___ampersand_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ampersand_12() { return &___ampersand_12; } inline void set_ampersand_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ampersand_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ampersand_12), (void*)value); } inline static int32_t get_offset_of_equal_13() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___equal_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_equal_13() const { return ___equal_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_equal_13() { return &___equal_13; } inline void set_equal_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___equal_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___equal_13), (void*)value); } }; // 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); } }; // 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.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::parameters X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ___parameters_0; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC, ___parameters_0)); } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * get_parameters_0() const { return ___parameters_0; } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 ** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } }; // YejiSyncData struct YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 : public RuntimeObject { public: // System.Int32 YejiSyncData::id int32_t ___id_0; // System.Single YejiSyncData::rx float ___rx_1; // System.Single YejiSyncData::ry float ___ry_2; // System.Single YejiSyncData::rz float ___rz_3; // System.Single YejiSyncData::rw float ___rw_4; // System.Single YejiSyncData::px float ___px_5; // System.Single YejiSyncData::py float ___py_6; // System.Single YejiSyncData::pz float ___pz_7; // System.Int32 YejiSyncData::ms int32_t ___ms_8; // System.Int32 YejiSyncData::ii int32_t ___ii_9; // System.Int32 YejiSyncData::di int32_t ___di_10; // System.Single YejiSyncData::asp float ___asp_11; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___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_ms_8() { return static_cast(offsetof(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___ms_8)); } inline int32_t get_ms_8() const { return ___ms_8; } inline int32_t* get_address_of_ms_8() { return &___ms_8; } inline void set_ms_8(int32_t value) { ___ms_8 = value; } inline static int32_t get_offset_of_ii_9() { return static_cast(offsetof(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___ii_9)); } inline int32_t get_ii_9() const { return ___ii_9; } inline int32_t* get_address_of_ii_9() { return &___ii_9; } inline void set_ii_9(int32_t value) { ___ii_9 = value; } inline static int32_t get_offset_of_di_10() { return static_cast(offsetof(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___di_10)); } inline int32_t get_di_10() const { return ___di_10; } inline int32_t* get_address_of_di_10() { return &___di_10; } inline void set_di_10(int32_t value) { ___di_10 = value; } inline static int32_t get_offset_of_asp_11() { return static_cast(offsetof(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8, ___asp_11)); } inline float get_asp_11() const { return ___asp_11; } inline float* get_address_of_asp_11() { return &___asp_11; } inline void set_asp_11(float value) { ___asp_11 = 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 { }; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF : public RuntimeObject { public: // System.Boolean ArrowSync/SyncData::inited bool ___inited_0; // System.Int32 ArrowSync/SyncData::id int32_t ___id_2; // System.Single ArrowSync/SyncData::rx float ___rx_3; // System.Single ArrowSync/SyncData::ry float ___ry_4; // System.Single ArrowSync/SyncData::rz float ___rz_5; // System.Single ArrowSync/SyncData::rw float ___rw_6; // System.Single ArrowSync/SyncData::px float ___px_7; // System.Single ArrowSync/SyncData::py float ___py_8; // System.Single ArrowSync/SyncData::pz float ___pz_9; // System.Boolean ArrowSync/SyncData::cs bool ___cs_10; // System.Boolean ArrowSync/SyncData::ih bool ___ih_11; // System.Int32 ArrowSync/SyncData::ht int32_t ___ht_12; // System.Single ArrowSync/SyncData::sp float ___sp_13; // System.Boolean ArrowSync/SyncData::dns bool ___dns_14; // System.String ArrowSync/SyncData::act3 String_t* ___act3_15; // System.String[] ArrowSync/SyncData::htai StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___htai_16; public: inline static int32_t get_offset_of_inited_0() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___inited_0)); } inline bool get_inited_0() const { return ___inited_0; } inline bool* get_address_of_inited_0() { return &___inited_0; } inline void set_inited_0(bool value) { ___inited_0 = value; } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___id_2)); } inline int32_t get_id_2() const { return ___id_2; } inline int32_t* get_address_of_id_2() { return &___id_2; } inline void set_id_2(int32_t value) { ___id_2 = value; } inline static int32_t get_offset_of_rx_3() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rx_3)); } inline float get_rx_3() const { return ___rx_3; } inline float* get_address_of_rx_3() { return &___rx_3; } inline void set_rx_3(float value) { ___rx_3 = value; } inline static int32_t get_offset_of_ry_4() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ry_4)); } inline float get_ry_4() const { return ___ry_4; } inline float* get_address_of_ry_4() { return &___ry_4; } inline void set_ry_4(float value) { ___ry_4 = value; } inline static int32_t get_offset_of_rz_5() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rz_5)); } inline float get_rz_5() const { return ___rz_5; } inline float* get_address_of_rz_5() { return &___rz_5; } inline void set_rz_5(float value) { ___rz_5 = value; } inline static int32_t get_offset_of_rw_6() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___rw_6)); } inline float get_rw_6() const { return ___rw_6; } inline float* get_address_of_rw_6() { return &___rw_6; } inline void set_rw_6(float value) { ___rw_6 = value; } inline static int32_t get_offset_of_px_7() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___px_7)); } inline float get_px_7() const { return ___px_7; } inline float* get_address_of_px_7() { return &___px_7; } inline void set_px_7(float value) { ___px_7 = value; } inline static int32_t get_offset_of_py_8() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___py_8)); } inline float get_py_8() const { return ___py_8; } inline float* get_address_of_py_8() { return &___py_8; } inline void set_py_8(float value) { ___py_8 = value; } inline static int32_t get_offset_of_pz_9() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___pz_9)); } inline float get_pz_9() const { return ___pz_9; } inline float* get_address_of_pz_9() { return &___pz_9; } inline void set_pz_9(float value) { ___pz_9 = value; } inline static int32_t get_offset_of_cs_10() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___cs_10)); } inline bool get_cs_10() const { return ___cs_10; } inline bool* get_address_of_cs_10() { return &___cs_10; } inline void set_cs_10(bool value) { ___cs_10 = value; } inline static int32_t get_offset_of_ih_11() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ih_11)); } inline bool get_ih_11() const { return ___ih_11; } inline bool* get_address_of_ih_11() { return &___ih_11; } inline void set_ih_11(bool value) { ___ih_11 = value; } inline static int32_t get_offset_of_ht_12() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___ht_12)); } inline int32_t get_ht_12() const { return ___ht_12; } inline int32_t* get_address_of_ht_12() { return &___ht_12; } inline void set_ht_12(int32_t value) { ___ht_12 = value; } inline static int32_t get_offset_of_sp_13() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___sp_13)); } inline float get_sp_13() const { return ___sp_13; } inline float* get_address_of_sp_13() { return &___sp_13; } inline void set_sp_13(float value) { ___sp_13 = value; } inline static int32_t get_offset_of_dns_14() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___dns_14)); } inline bool get_dns_14() const { return ___dns_14; } inline bool* get_address_of_dns_14() { return &___dns_14; } inline void set_dns_14(bool value) { ___dns_14 = value; } inline static int32_t get_offset_of_act3_15() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___act3_15)); } inline String_t* get_act3_15() const { return ___act3_15; } inline String_t** get_address_of_act3_15() { return &___act3_15; } inline void set_act3_15(String_t* value) { ___act3_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___act3_15), (void*)value); } inline static int32_t get_offset_of_htai_16() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF, ___htai_16)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_htai_16() const { return ___htai_16; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_htai_16() { return &___htai_16; } inline void set_htai_16(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___htai_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___htai_16), (void*)value); } }; struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields { public: // System.Int32 ArrowSync/SyncData::autoID int32_t ___autoID_1; public: inline static int32_t get_offset_of_autoID_1() { return static_cast(offsetof(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF_StaticFields, ___autoID_1)); } inline int32_t get_autoID_1() const { return ___autoID_1; } inline int32_t* get_address_of_autoID_1() { return &___autoID_1; } inline void set_autoID_1(int32_t value) { ___autoID_1 = value; } }; // UserComp/<>c struct U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA : public RuntimeObject { public: public: }; struct U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_StaticFields { public: // UserComp/<>c UserComp/<>c::<>9 U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * ___U3CU3E9_0; // System.Action`1 UserComp/<>c::<>9__2_0 Action_1_t541DA96BB9525842B8B1DB21FBDBC2132B872892 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_StaticFields, ___U3CU3E9__2_0_1)); } inline Action_1_t541DA96BB9525842B8B1DB21FBDBC2132B872892 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Action_1_t541DA96BB9525842B8B1DB21FBDBC2132B872892 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Action_1_t541DA96BB9525842B8B1DB21FBDBC2132B872892 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // UserController/d__1 struct U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 : public RuntimeObject { public: // System.Int32 UserController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UserController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String UserController/d__1::email String_t* ___email_2; // System.Int64 UserController/d__1::timestamp int64_t ___timestamp_3; // System.String UserController/d__1::sign String_t* ___sign_4; // System.Action`1 UserController/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_5; // UnityEngine.Networking.UnityWebRequest UserController/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___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(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_email_2() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___email_2)); } inline String_t* get_email_2() const { return ___email_2; } inline String_t** get_address_of_email_2() { return &___email_2; } inline void set_email_2(String_t* value) { ___email_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_2), (void*)value); } inline static int32_t get_offset_of_timestamp_3() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___timestamp_3)); } inline int64_t get_timestamp_3() const { return ___timestamp_3; } inline int64_t* get_address_of_timestamp_3() { return &___timestamp_3; } inline void set_timestamp_3(int64_t value) { ___timestamp_3 = value; } inline static int32_t get_offset_of_sign_4() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___sign_4)); } inline String_t* get_sign_4() const { return ___sign_4; } inline String_t** get_address_of_sign_4() { return &___sign_4; } inline void set_sign_4(String_t* value) { ___sign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sign_4), (void*)value); } inline static int32_t get_offset_of_callback_5() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___callback_5)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_5() const { return ___callback_5; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_5() { return &___callback_5; } inline void set_callback_5(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_5), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_6() { return static_cast(offsetof(U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88, ___U3CrequestU3E5__2_6)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_6() const { return ___U3CrequestU3E5__2_6; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_6() { return &___U3CrequestU3E5__2_6; } inline void set_U3CrequestU3E5__2_6(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_6), (void*)value); } }; // UserController/d__0 struct U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF : public RuntimeObject { public: // System.Int32 UserController/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UserController/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String UserController/d__0::phone String_t* ___phone_2; // System.Int64 UserController/d__0::timestamp int64_t ___timestamp_3; // System.String UserController/d__0::sign String_t* ___sign_4; // System.Action`1 UserController/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_5; // UnityEngine.Networking.UnityWebRequest UserController/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___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(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___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_phone_2() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___phone_2)); } inline String_t* get_phone_2() const { return ___phone_2; } inline String_t** get_address_of_phone_2() { return &___phone_2; } inline void set_phone_2(String_t* value) { ___phone_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_2), (void*)value); } inline static int32_t get_offset_of_timestamp_3() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___timestamp_3)); } inline int64_t get_timestamp_3() const { return ___timestamp_3; } inline int64_t* get_address_of_timestamp_3() { return &___timestamp_3; } inline void set_timestamp_3(int64_t value) { ___timestamp_3 = value; } inline static int32_t get_offset_of_sign_4() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___sign_4)); } inline String_t* get_sign_4() const { return ___sign_4; } inline String_t** get_address_of_sign_4() { return &___sign_4; } inline void set_sign_4(String_t* value) { ___sign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sign_4), (void*)value); } inline static int32_t get_offset_of_callback_5() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___callback_5)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_5() const { return ___callback_5; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_5() { return &___callback_5; } inline void set_callback_5(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_5), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_6() { return static_cast(offsetof(U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF, ___U3CrequestU3E5__2_6)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_6() const { return ___U3CrequestU3E5__2_6; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_6() { return &___U3CrequestU3E5__2_6; } inline void set_U3CrequestU3E5__2_6(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_6), (void*)value); } }; // UserPlayer/<>c struct U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D : public RuntimeObject { public: public: }; struct U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields { public: // UserPlayer/<>c UserPlayer/<>c::<>9 U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * ___U3CU3E9_0; // System.Action`1 UserPlayer/<>c::<>9__2_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__2_0_1; // System.Action`1 UserPlayer/<>c::<>9__11_2 Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * ___U3CU3E9__11_2_2; // System.Action UserPlayer/<>c::<>9__11_1 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__11_1_3; // System.Action`1 UserPlayer/<>c::<>9__11_0 Action_1_tC69F896035AB847FEF048F8F4EFDF631B62D6815 * ___U3CU3E9__11_0_4; // DG.Tweening.TweenCallback UserPlayer/<>c::<>9__14_0 TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___U3CU3E9__14_0_5; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9__2_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__11_2_2() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9__11_2_2)); } inline Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * get_U3CU3E9__11_2_2() const { return ___U3CU3E9__11_2_2; } inline Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 ** get_address_of_U3CU3E9__11_2_2() { return &___U3CU3E9__11_2_2; } inline void set_U3CU3E9__11_2_2(Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * value) { ___U3CU3E9__11_2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__11_2_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__11_1_3() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9__11_1_3)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__11_1_3() const { return ___U3CU3E9__11_1_3; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__11_1_3() { return &___U3CU3E9__11_1_3; } inline void set_U3CU3E9__11_1_3(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__11_1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__11_1_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__11_0_4() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9__11_0_4)); } inline Action_1_tC69F896035AB847FEF048F8F4EFDF631B62D6815 * get_U3CU3E9__11_0_4() const { return ___U3CU3E9__11_0_4; } inline Action_1_tC69F896035AB847FEF048F8F4EFDF631B62D6815 ** get_address_of_U3CU3E9__11_0_4() { return &___U3CU3E9__11_0_4; } inline void set_U3CU3E9__11_0_4(Action_1_tC69F896035AB847FEF048F8F4EFDF631B62D6815 * value) { ___U3CU3E9__11_0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__11_0_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__14_0_5() { return static_cast(offsetof(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields, ___U3CU3E9__14_0_5)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_U3CU3E9__14_0_5() const { return ___U3CU3E9__14_0_5; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_U3CU3E9__14_0_5() { return &___U3CU3E9__14_0_5; } inline void set_U3CU3E9__14_0_5(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___U3CU3E9__14_0_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__14_0_5), (void*)value); } }; // UserPlayer/d__3 struct U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF : public RuntimeObject { public: // System.Int32 UserPlayer/d__3::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UserPlayer/d__3::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UserPlayer UserPlayer/d__3::<>4__this UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF, ___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(U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF, ___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(U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF, ___U3CU3E4__this_2)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A : public RuntimeObject { public: // System.Action UserPlayer/TempData::onUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onUpdate_0; // System.Boolean UserPlayer/TempData::_hasFriendRequest bool ____hasFriendRequest_1; public: inline static int32_t get_offset_of_onUpdate_0() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ___onUpdate_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onUpdate_0() const { return ___onUpdate_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onUpdate_0() { return &___onUpdate_0; } inline void set_onUpdate_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onUpdate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_0), (void*)value); } inline static int32_t get_offset_of__hasFriendRequest_1() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ____hasFriendRequest_1)); } inline bool get__hasFriendRequest_1() const { return ____hasFriendRequest_1; } inline bool* get_address_of__hasFriendRequest_1() { return &____hasFriendRequest_1; } inline void set__hasFriendRequest_1(bool value) { ____hasFriendRequest_1 = value; } }; // JCUnityLib.UI.ValidateJigsawView/d__6 struct U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 : public RuntimeObject { public: // System.Int32 JCUnityLib.UI.ValidateJigsawView/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object JCUnityLib.UI.ValidateJigsawView/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // JCUnityLib.UI.ValidateJigsawView JCUnityLib.UI.ValidateJigsawView/d__6::<>4__this ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187, ___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(U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187, ___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(U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187, ___U3CU3E4__this_2)); } inline ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback struct MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback::m_wnafPreCompP WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * ___m_wnafPreCompP_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback::m_includeNegated bool ___m_includeNegated_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback::m_pointMap RuntimeObject* ___m_pointMap_2; public: inline static int32_t get_offset_of_m_wnafPreCompP_0() { return static_cast(offsetof(MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F, ___m_wnafPreCompP_0)); } inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * get_m_wnafPreCompP_0() const { return ___m_wnafPreCompP_0; } inline WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE ** get_address_of_m_wnafPreCompP_0() { return &___m_wnafPreCompP_0; } inline void set_m_wnafPreCompP_0(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * value) { ___m_wnafPreCompP_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_wnafPreCompP_0), (void*)value); } inline static int32_t get_offset_of_m_includeNegated_1() { return static_cast(offsetof(MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F, ___m_includeNegated_1)); } inline bool get_m_includeNegated_1() const { return ___m_includeNegated_1; } inline bool* get_address_of_m_includeNegated_1() { return &___m_includeNegated_1; } inline void set_m_includeNegated_1(bool value) { ___m_includeNegated_1 = value; } inline static int32_t get_offset_of_m_pointMap_2() { return static_cast(offsetof(MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F, ___m_pointMap_2)); } inline RuntimeObject* get_m_pointMap_2() const { return ___m_pointMap_2; } inline RuntimeObject** get_address_of_m_pointMap_2() { return &___m_pointMap_2; } inline void set_m_pointMap_2(RuntimeObject* value) { ___m_pointMap_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pointMap_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback struct WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::m_p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_p_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::m_width int32_t ___m_width_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::m_includeNegated bool ___m_includeNegated_2; public: inline static int32_t get_offset_of_m_p_0() { return static_cast(offsetof(WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8, ___m_p_0)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_p_0() const { return ___m_p_0; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_p_0() { return &___m_p_0; } inline void set_m_p_0(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_p_0), (void*)value); } inline static int32_t get_offset_of_m_width_1() { return static_cast(offsetof(WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8, ___m_width_1)); } inline int32_t get_m_width_1() const { return ___m_width_1; } inline int32_t* get_address_of_m_width_1() { return &___m_width_1; } inline void set_m_width_1(int32_t value) { ___m_width_1 = value; } inline static int32_t get_offset_of_m_includeNegated_2() { return static_cast(offsetof(WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8, ___m_includeNegated_2)); } inline bool get_m_includeNegated_2() const { return ___m_includeNegated_2; } inline bool* get_address_of_m_includeNegated_2() { return &___m_includeNegated_2; } inline void set_m_includeNegated_2(bool value) { ___m_includeNegated_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback struct WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback::m_p AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * ___m_p_0; // System.SByte BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback::m_a int8_t ___m_a_1; public: inline static int32_t get_offset_of_m_p_0() { return static_cast(offsetof(WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99, ___m_p_0)); } inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * get_m_p_0() const { return ___m_p_0; } inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 ** get_address_of_m_p_0() { return &___m_p_0; } inline void set_m_p_0(AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * value) { ___m_p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_p_0), (void*)value); } inline static int32_t get_offset_of_m_a_1() { return static_cast(offsetof(WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99, ___m_a_1)); } inline int8_t get_m_a_1() const { return ___m_a_1; } inline int8_t* get_address_of_m_a_1() { return &___m_a_1; } inline void set_m_a_1(int8_t value) { ___m_a_1 = value; } }; // BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c struct U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 : public RuntimeObject { public: public: }; struct U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_StaticFields { public: // BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::<>9 U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::<>9__1_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_StaticFields, ___U3CU3E9__1_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // UnityStandardAssets.Utility.WaypointCircuit/WaypointList struct WaypointList_t38111546595D6D7CF2085616A46D9205D360CE3C : public RuntimeObject { public: // UnityStandardAssets.Utility.WaypointCircuit UnityStandardAssets.Utility.WaypointCircuit/WaypointList::circuit WaypointCircuit_t7AE524FF94B8E547A926638FAED92ED61BCA2971 * ___circuit_0; // UnityEngine.Transform[] UnityStandardAssets.Utility.WaypointCircuit/WaypointList::items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___items_1; public: inline static int32_t get_offset_of_circuit_0() { return static_cast(offsetof(WaypointList_t38111546595D6D7CF2085616A46D9205D360CE3C, ___circuit_0)); } inline WaypointCircuit_t7AE524FF94B8E547A926638FAED92ED61BCA2971 * get_circuit_0() const { return ___circuit_0; } inline WaypointCircuit_t7AE524FF94B8E547A926638FAED92ED61BCA2971 ** get_address_of_circuit_0() { return &___circuit_0; } inline void set_circuit_0(WaypointCircuit_t7AE524FF94B8E547A926638FAED92ED61BCA2971 * value) { ___circuit_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___circuit_0), (void*)value); } inline static int32_t get_offset_of_items_1() { return static_cast(offsetof(WaypointList_t38111546595D6D7CF2085616A46D9205D360CE3C, ___items_1)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_items_1() const { return ___items_1; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_items_1() { return &___items_1; } inline void set_items_1(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_1), (void*)value); } }; // 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); } }; // WolfHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF : public RuntimeObject { public: // System.Int32 WolfHuntGameMode_OnlinePK/SyncLogicData::roundID int32_t ___roundID_0; // System.Int32 WolfHuntGameMode_OnlinePK/SyncLogicData::currentPlayerIndex int32_t ___currentPlayerIndex_1; // System.Single WolfHuntGameMode_OnlinePK/SyncLogicData::singleShootReadyTime float ___singleShootReadyTime_2; // System.Int32 WolfHuntGameMode_OnlinePK/SyncLogicData::animalCount int32_t ___animalCount_3; // System.Int32[] WolfHuntGameMode_OnlinePK/SyncLogicData::hitScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hitScores_4; // System.Int32[] WolfHuntGameMode_OnlinePK/SyncLogicData::hpList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hpList_5; // System.Int32 WolfHuntGameMode_OnlinePK/SyncLogicData::hp int32_t ___hp_6; // System.Boolean[] WolfHuntGameMode_OnlinePK/SyncLogicData::dieList BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___dieList_7; // System.Boolean WolfHuntGameMode_OnlinePK/SyncLogicData::gameEnd bool ___gameEnd_8; public: inline static int32_t get_offset_of_roundID_0() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___roundID_0)); } inline int32_t get_roundID_0() const { return ___roundID_0; } inline int32_t* get_address_of_roundID_0() { return &___roundID_0; } inline void set_roundID_0(int32_t value) { ___roundID_0 = value; } inline static int32_t get_offset_of_currentPlayerIndex_1() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___currentPlayerIndex_1)); } inline int32_t get_currentPlayerIndex_1() const { return ___currentPlayerIndex_1; } inline int32_t* get_address_of_currentPlayerIndex_1() { return &___currentPlayerIndex_1; } inline void set_currentPlayerIndex_1(int32_t value) { ___currentPlayerIndex_1 = value; } inline static int32_t get_offset_of_singleShootReadyTime_2() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___singleShootReadyTime_2)); } inline float get_singleShootReadyTime_2() const { return ___singleShootReadyTime_2; } inline float* get_address_of_singleShootReadyTime_2() { return &___singleShootReadyTime_2; } inline void set_singleShootReadyTime_2(float value) { ___singleShootReadyTime_2 = value; } inline static int32_t get_offset_of_animalCount_3() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___animalCount_3)); } inline int32_t get_animalCount_3() const { return ___animalCount_3; } inline int32_t* get_address_of_animalCount_3() { return &___animalCount_3; } inline void set_animalCount_3(int32_t value) { ___animalCount_3 = value; } inline static int32_t get_offset_of_hitScores_4() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___hitScores_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hitScores_4() const { return ___hitScores_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hitScores_4() { return &___hitScores_4; } inline void set_hitScores_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hitScores_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitScores_4), (void*)value); } inline static int32_t get_offset_of_hpList_5() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___hpList_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hpList_5() const { return ___hpList_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hpList_5() { return &___hpList_5; } inline void set_hpList_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hpList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpList_5), (void*)value); } inline static int32_t get_offset_of_hp_6() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___hp_6)); } inline int32_t get_hp_6() const { return ___hp_6; } inline int32_t* get_address_of_hp_6() { return &___hp_6; } inline void set_hp_6(int32_t value) { ___hp_6 = value; } inline static int32_t get_offset_of_dieList_7() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___dieList_7)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_dieList_7() const { return ___dieList_7; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_dieList_7() { return &___dieList_7; } inline void set_dieList_7(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___dieList_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dieList_7), (void*)value); } inline static int32_t get_offset_of_gameEnd_8() { return static_cast(offsetof(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF, ___gameEnd_8)); } inline bool get_gameEnd_8() const { return ___gameEnd_8; } inline bool* get_address_of_gameEnd_8() { return &___gameEnd_8; } inline void set_gameEnd_8(bool value) { ___gameEnd_8 = 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; } }; // Yeji/ComparerAreaInfosByDistance struct ComparerAreaInfosByDistance_t9EA8762959531B367A90185F6213B51755EEBD68 : public RuntimeObject { public: public: }; // Yeji/State struct State_t908756508036982A4DF72593F6016F3C51C610B7 : public RuntimeObject { public: // System.Boolean Yeji/State::standing bool ___standing_0; // System.Boolean Yeji/State::_flyStaying bool ____flyStaying_1; // System.Boolean Yeji/State::_dead bool ____dead_2; // System.Boolean Yeji/State::_down bool ____down_3; // System.Boolean Yeji/State::_landing bool ____landing_4; // System.Boolean Yeji/State::_up bool ____up_5; // System.Boolean Yeji/State::_flying bool ____flying_6; // Yeji Yeji/State::animal Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___animal_7; public: inline static int32_t get_offset_of_standing_0() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ___standing_0)); } inline bool get_standing_0() const { return ___standing_0; } inline bool* get_address_of_standing_0() { return &___standing_0; } inline void set_standing_0(bool value) { ___standing_0 = value; } inline static int32_t get_offset_of__flyStaying_1() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____flyStaying_1)); } inline bool get__flyStaying_1() const { return ____flyStaying_1; } inline bool* get_address_of__flyStaying_1() { return &____flyStaying_1; } inline void set__flyStaying_1(bool value) { ____flyStaying_1 = value; } inline static int32_t get_offset_of__dead_2() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____dead_2)); } inline bool get__dead_2() const { return ____dead_2; } inline bool* get_address_of__dead_2() { return &____dead_2; } inline void set__dead_2(bool value) { ____dead_2 = value; } inline static int32_t get_offset_of__down_3() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____down_3)); } inline bool get__down_3() const { return ____down_3; } inline bool* get_address_of__down_3() { return &____down_3; } inline void set__down_3(bool value) { ____down_3 = value; } inline static int32_t get_offset_of__landing_4() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____landing_4)); } inline bool get__landing_4() const { return ____landing_4; } inline bool* get_address_of__landing_4() { return &____landing_4; } inline void set__landing_4(bool value) { ____landing_4 = value; } inline static int32_t get_offset_of__up_5() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____up_5)); } inline bool get__up_5() const { return ____up_5; } inline bool* get_address_of__up_5() { return &____up_5; } inline void set__up_5(bool value) { ____up_5 = value; } inline static int32_t get_offset_of__flying_6() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ____flying_6)); } inline bool get__flying_6() const { return ____flying_6; } inline bool* get_address_of__flying_6() { return &____flying_6; } inline void set__flying_6(bool value) { ____flying_6 = value; } inline static int32_t get_offset_of_animal_7() { return static_cast(offsetof(State_t908756508036982A4DF72593F6016F3C51C610B7, ___animal_7)); } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * get_animal_7() const { return ___animal_7; } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 ** get_address_of_animal_7() { return &___animal_7; } inline void set_animal_7(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * value) { ___animal_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animal_7), (void*)value); } }; // YejiHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 : public RuntimeObject { public: // System.Int32 YejiHuntGameMode_OnlinePK/SyncLogicData::roundID int32_t ___roundID_0; // System.Int32 YejiHuntGameMode_OnlinePK/SyncLogicData::currentPlayerIndex int32_t ___currentPlayerIndex_1; // System.Single YejiHuntGameMode_OnlinePK/SyncLogicData::singleShootReadyTime float ___singleShootReadyTime_2; // System.Int32 YejiHuntGameMode_OnlinePK/SyncLogicData::animalCount int32_t ___animalCount_3; // System.Int32 YejiHuntGameMode_OnlinePK/SyncLogicData::arrowCount int32_t ___arrowCount_4; // System.Single YejiHuntGameMode_OnlinePK/SyncLogicData::time float ___time_5; // System.Int32[] YejiHuntGameMode_OnlinePK/SyncLogicData::hitScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hitScores_6; // System.Boolean YejiHuntGameMode_OnlinePK/SyncLogicData::gameEnd bool ___gameEnd_7; public: inline static int32_t get_offset_of_roundID_0() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___roundID_0)); } inline int32_t get_roundID_0() const { return ___roundID_0; } inline int32_t* get_address_of_roundID_0() { return &___roundID_0; } inline void set_roundID_0(int32_t value) { ___roundID_0 = value; } inline static int32_t get_offset_of_currentPlayerIndex_1() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___currentPlayerIndex_1)); } inline int32_t get_currentPlayerIndex_1() const { return ___currentPlayerIndex_1; } inline int32_t* get_address_of_currentPlayerIndex_1() { return &___currentPlayerIndex_1; } inline void set_currentPlayerIndex_1(int32_t value) { ___currentPlayerIndex_1 = value; } inline static int32_t get_offset_of_singleShootReadyTime_2() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___singleShootReadyTime_2)); } inline float get_singleShootReadyTime_2() const { return ___singleShootReadyTime_2; } inline float* get_address_of_singleShootReadyTime_2() { return &___singleShootReadyTime_2; } inline void set_singleShootReadyTime_2(float value) { ___singleShootReadyTime_2 = value; } inline static int32_t get_offset_of_animalCount_3() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___animalCount_3)); } inline int32_t get_animalCount_3() const { return ___animalCount_3; } inline int32_t* get_address_of_animalCount_3() { return &___animalCount_3; } inline void set_animalCount_3(int32_t value) { ___animalCount_3 = value; } inline static int32_t get_offset_of_arrowCount_4() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___arrowCount_4)); } inline int32_t get_arrowCount_4() const { return ___arrowCount_4; } inline int32_t* get_address_of_arrowCount_4() { return &___arrowCount_4; } inline void set_arrowCount_4(int32_t value) { ___arrowCount_4 = value; } inline static int32_t get_offset_of_time_5() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___time_5)); } inline float get_time_5() const { return ___time_5; } inline float* get_address_of_time_5() { return &___time_5; } inline void set_time_5(float value) { ___time_5 = value; } inline static int32_t get_offset_of_hitScores_6() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___hitScores_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hitScores_6() const { return ___hitScores_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hitScores_6() { return &___hitScores_6; } inline void set_hitScores_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hitScores_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitScores_6), (void*)value); } inline static int32_t get_offset_of_gameEnd_7() { return static_cast(offsetof(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8, ___gameEnd_7)); } inline bool get_gameEnd_7() const { return ___gameEnd_7; } inline bool* get_address_of_gameEnd_7() { return &___gameEnd_7; } inline void set_gameEnd_7(bool value) { ___gameEnd_7 = value; } }; // manager/d__6 struct U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF : public RuntimeObject { public: // System.Int32 manager/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object manager/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // manager manager/d__6::<>4__this manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___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(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___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(U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF, ___U3CU3E4__this_2)); } inline manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // o0MagneticCalibraterEllipsoidFitting/<>c struct U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 : public RuntimeObject { public: public: }; struct U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields { public: // o0MagneticCalibraterEllipsoidFitting/<>c o0MagneticCalibraterEllipsoidFitting/<>c::<>9 U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * ___U3CU3E9_0; // System.Func`2 o0MagneticCalibraterEllipsoidFitting/<>c::<>9__19_0 Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___U3CU3E9__19_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__19_0_1() { return static_cast(offsetof(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields, ___U3CU3E9__19_0_1)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_U3CU3E9__19_0_1() const { return ___U3CU3E9__19_0_1; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_U3CU3E9__19_0_1() { return &___U3CU3E9__19_0_1; } inline void set_U3CU3E9__19_0_1(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___U3CU3E9__19_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__19_0_1), (void*)value); } }; // RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 : public RuntimeObject { public: // RabbitHuntGameMode_OnlinePK/OnlineHelper RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::<>4__this OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * ___U3CU3E4__this_0; // System.Action RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::successCallback Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0, ___U3CU3E4__this_0)); } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_successCallback_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0, ___successCallback_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_successCallback_1() const { return ___successCallback_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_successCallback_1() { return &___successCallback_1; } inline void set_successCallback_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___successCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___successCallback_1), (void*)value); } }; // RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 : public RuntimeObject { public: // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // RabbitHuntGameMode_OnlinePK/OnlineHelper RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::<>4__this OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5, ___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(U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5, ___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(U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5, ___U3CU3E4__this_2)); } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator struct RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D : public RuntimeObject { public: // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator::e RuntimeObject* ___e_0; public: inline static int32_t get_offset_of_e_0() { return static_cast(offsetof(RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D, ___e_0)); } inline RuntimeObject* get_e_0() const { return ___e_0; } inline RuntimeObject** get_address_of_e_0() { return &___e_0; } inline void set_e_0(RuntimeObject* value) { ___e_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_0), (void*)value); } }; // WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 : public RuntimeObject { public: // WolfHuntGameMode_OnlinePK/OnlineHelper WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::<>4__this OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * ___U3CU3E4__this_0; // System.Action WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::successCallback Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848, ___U3CU3E4__this_0)); } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_successCallback_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848, ___successCallback_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_successCallback_1() const { return ___successCallback_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_successCallback_1() { return &___successCallback_1; } inline void set_successCallback_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___successCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___successCallback_1), (void*)value); } }; // WolfHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 : public RuntimeObject { public: // System.Int32 WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // WolfHuntGameMode_OnlinePK/OnlineHelper WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::<>4__this OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6, ___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(U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6, ___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(U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6, ___U3CU3E4__this_2)); } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 : public RuntimeObject { public: // YejiHuntGameMode_OnlinePK/OnlineHelper YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::<>4__this OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * ___U3CU3E4__this_0; // System.Action YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::successCallback Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2, ___U3CU3E4__this_0)); } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_successCallback_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2, ___successCallback_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_successCallback_1() const { return ___successCallback_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_successCallback_1() { return &___successCallback_1; } inline void set_successCallback_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___successCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___successCallback_1), (void*)value); } }; // YejiHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 : public RuntimeObject { public: // System.Int32 YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // YejiHuntGameMode_OnlinePK/OnlineHelper YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::<>4__this OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497, ___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(U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497, ___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(U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497, ___U3CU3E4__this_2)); } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ____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 Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC, ____set_0)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get__set_0() const { return ____set_0; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC, ____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_t4C791373C9443EF8411D9243706043DFB5EB57CC, ____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_t4C791373C9443EF8411D9243706043DFB5EB57CC, ____current_3)); } inline Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * get__current_3() const { return ____current_3; } inline Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current int32_t ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___list_0)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_list_0() const { return ___list_0; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___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_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___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_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = 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.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.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.Collections.Generic.List`1/Enumerator struct Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71, ___list_0)); } inline List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * get_list_0() const { return ___list_0; } inline List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71, ___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_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71, ___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_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71, ___current_3)); } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * get_current_3() const { return ___current_3; } inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * ____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 Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061, ____set_0)); } inline HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * get__set_0() const { return ____set_0; } inline HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061, ____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_t56EDF8026DFAAE04A48416483FAB75F1CAF73061, ____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_t56EDF8026DFAAE04A48416483FAB75F1CAF73061, ____current_3)); } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * get__current_3() const { return ____current_3; } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053, ___list_0)); } inline List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * get_list_0() const { return ___list_0; } inline List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053, ___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_t3562CA65A77CF24ACB1720217EBE6BD4F8981053, ___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_t3562CA65A77CF24ACB1720217EBE6BD4F8981053, ___current_3)); } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * get_current_3() const { return ___current_3; } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696, ___list_0)); } inline List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * get_list_0() const { return ___list_0; } inline List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696, ___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_tD38E969819E8552DB35C82C7BCE08F851FE3F696, ___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_tD38E969819E8552DB35C82C7BCE08F851FE3F696, ___current_3)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_current_3() const { return ___current_3; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30, ___value_1)); } inline ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * get_value_1() const { return ___value_1; } inline ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539, ___value_1)); } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * get_value_1() const { return ___value_1; } inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA, ___value_1)); } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * get_value_1() const { return ___value_1; } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::si BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___si_16; public: inline static int32_t get_offset_of_si_16() { return static_cast(offsetof(AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE, ___si_16)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_si_16() const { return ___si_16; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_si_16() { return &___si_16; } inline void set_si_16(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___si_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___si_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // UnityEngine.AnimatorStateInfo struct AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA { public: // System.Int32 UnityEngine.AnimatorStateInfo::m_Name int32_t ___m_Name_0; // System.Int32 UnityEngine.AnimatorStateInfo::m_Path int32_t ___m_Path_1; // System.Int32 UnityEngine.AnimatorStateInfo::m_FullPath int32_t ___m_FullPath_2; // System.Single UnityEngine.AnimatorStateInfo::m_NormalizedTime float ___m_NormalizedTime_3; // System.Single UnityEngine.AnimatorStateInfo::m_Length float ___m_Length_4; // System.Single UnityEngine.AnimatorStateInfo::m_Speed float ___m_Speed_5; // System.Single UnityEngine.AnimatorStateInfo::m_SpeedMultiplier float ___m_SpeedMultiplier_6; // System.Int32 UnityEngine.AnimatorStateInfo::m_Tag int32_t ___m_Tag_7; // System.Int32 UnityEngine.AnimatorStateInfo::m_Loop int32_t ___m_Loop_8; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Name_0)); } inline int32_t get_m_Name_0() const { return ___m_Name_0; } inline int32_t* get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(int32_t value) { ___m_Name_0 = value; } inline static int32_t get_offset_of_m_Path_1() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Path_1)); } inline int32_t get_m_Path_1() const { return ___m_Path_1; } inline int32_t* get_address_of_m_Path_1() { return &___m_Path_1; } inline void set_m_Path_1(int32_t value) { ___m_Path_1 = value; } inline static int32_t get_offset_of_m_FullPath_2() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_FullPath_2)); } inline int32_t get_m_FullPath_2() const { return ___m_FullPath_2; } inline int32_t* get_address_of_m_FullPath_2() { return &___m_FullPath_2; } inline void set_m_FullPath_2(int32_t value) { ___m_FullPath_2 = value; } inline static int32_t get_offset_of_m_NormalizedTime_3() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_NormalizedTime_3)); } inline float get_m_NormalizedTime_3() const { return ___m_NormalizedTime_3; } inline float* get_address_of_m_NormalizedTime_3() { return &___m_NormalizedTime_3; } inline void set_m_NormalizedTime_3(float value) { ___m_NormalizedTime_3 = value; } inline static int32_t get_offset_of_m_Length_4() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Length_4)); } inline float get_m_Length_4() const { return ___m_Length_4; } inline float* get_address_of_m_Length_4() { return &___m_Length_4; } inline void set_m_Length_4(float value) { ___m_Length_4 = value; } inline static int32_t get_offset_of_m_Speed_5() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Speed_5)); } inline float get_m_Speed_5() const { return ___m_Speed_5; } inline float* get_address_of_m_Speed_5() { return &___m_Speed_5; } inline void set_m_Speed_5(float value) { ___m_Speed_5 = value; } inline static int32_t get_offset_of_m_SpeedMultiplier_6() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_SpeedMultiplier_6)); } inline float get_m_SpeedMultiplier_6() const { return ___m_SpeedMultiplier_6; } inline float* get_address_of_m_SpeedMultiplier_6() { return &___m_SpeedMultiplier_6; } inline void set_m_SpeedMultiplier_6(float value) { ___m_SpeedMultiplier_6 = value; } inline static int32_t get_offset_of_m_Tag_7() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Tag_7)); } inline int32_t get_m_Tag_7() const { return ___m_Tag_7; } inline int32_t* get_address_of_m_Tag_7() { return &___m_Tag_7; } inline void set_m_Tag_7(int32_t value) { ___m_Tag_7 = value; } inline static int32_t get_offset_of_m_Loop_8() { return static_cast(offsetof(AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA, ___m_Loop_8)); } inline int32_t get_m_Loop_8() const { return ___m_Loop_8; } inline int32_t* get_address_of_m_Loop_8() { return &___m_Loop_8; } inline void set_m_Loop_8(int32_t value) { ___m_Loop_8 = value; } }; // 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; } }; // 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); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::userCertificate DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___userCertificate_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::revocationDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___revocationDate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::crlEntryExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryExtensions_5; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_userCertificate_3() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___userCertificate_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_userCertificate_3() const { return ___userCertificate_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_userCertificate_3() { return &___userCertificate_3; } inline void set_userCertificate_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___userCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___userCertificate_3), (void*)value); } inline static int32_t get_offset_of_revocationDate_4() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___revocationDate_4)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_revocationDate_4() const { return ___revocationDate_4; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_revocationDate_4() { return &___revocationDate_4; } inline void set_revocationDate_4(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___revocationDate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationDate_4), (void*)value); } inline static int32_t get_offset_of_crlEntryExtensions_5() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___crlEntryExtensions_5)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlEntryExtensions_5() const { return ___crlEntryExtensions_5; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlEntryExtensions_5() { return &___crlEntryExtensions_5; } inline void set_crlEntryExtensions_5(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlEntryExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlEntryExtensions_5), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // 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; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // o0.Geometry.Quaternion struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 { public: // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CxU3Ek__BackingField_0; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CyU3Ek__BackingField_1; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CzU3Ek__BackingField_2; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CwU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CxU3Ek__BackingField_0)); } inline double get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; } inline double* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; } inline void set_U3CxU3Ek__BackingField_0(double value) { ___U3CxU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CyU3Ek__BackingField_1)); } inline double get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; } inline double* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; } inline void set_U3CyU3Ek__BackingField_1(double value) { ___U3CyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CzU3Ek__BackingField_2() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CzU3Ek__BackingField_2)); } inline double get_U3CzU3Ek__BackingField_2() const { return ___U3CzU3Ek__BackingField_2; } inline double* get_address_of_U3CzU3Ek__BackingField_2() { return &___U3CzU3Ek__BackingField_2; } inline void set_U3CzU3Ek__BackingField_2(double value) { ___U3CzU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CwU3Ek__BackingField_3() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CwU3Ek__BackingField_3)); } inline double get_U3CwU3Ek__BackingField_3() const { return ___U3CwU3Ek__BackingField_3; } inline double* get_address_of_U3CwU3Ek__BackingField_3() { return &___U3CwU3Ek__BackingField_3; } inline void set_U3CwU3Ek__BackingField_3(double value) { ___U3CwU3Ek__BackingField_3 = value; } }; struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields { public: // o0.Geometry.Quaternion o0.Geometry.Quaternion::k__BackingField Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___U3CIdentityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdentityU3Ek__BackingField_4() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields, ___U3CIdentityU3Ek__BackingField_4)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_U3CIdentityU3Ek__BackingField_4() const { return ___U3CIdentityU3Ek__BackingField_4; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_U3CIdentityU3Ek__BackingField_4() { return &___U3CIdentityU3Ek__BackingField_4; } inline void set_U3CIdentityU3Ek__BackingField_4(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___U3CIdentityU3Ek__BackingField_4 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // 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.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { float ___m_Seconds_0; }; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // System.Single UnityEngine.WaitForSecondsRealtime::k__BackingField float ___U3CwaitTimeU3Ek__BackingField_0; // System.Single UnityEngine.WaitForSecondsRealtime::m_WaitUntilTime float ___m_WaitUntilTime_1; public: inline static int32_t get_offset_of_U3CwaitTimeU3Ek__BackingField_0() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___U3CwaitTimeU3Ek__BackingField_0)); } inline float get_U3CwaitTimeU3Ek__BackingField_0() const { return ___U3CwaitTimeU3Ek__BackingField_0; } inline float* get_address_of_U3CwaitTimeU3Ek__BackingField_0() { return &___U3CwaitTimeU3Ek__BackingField_0; } inline void set_U3CwaitTimeU3Ek__BackingField_0(float value) { ___U3CwaitTimeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_WaitUntilTime_1() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___m_WaitUntilTime_1)); } inline float get_m_WaitUntilTime_1() const { return ___m_WaitUntilTime_1; } inline float* get_address_of_m_WaitUntilTime_1() { return &___m_WaitUntilTime_1; } inline void set_m_WaitUntilTime_1(float value) { ___m_WaitUntilTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::encoding Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encoding_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::c ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p_4; public: inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___encoding_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encoding_2() const { return ___encoding_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_c_3() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___c_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_c_3() const { return ___c_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_c_3() { return &___c_3; } inline void set_c_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___c_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_3), (void*)value); } inline static int32_t get_offset_of_p_4() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___p_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_p_4() const { return ___p_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_p_4() { return &___p_4; } inline void set_p_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___p_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder struct C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder struct C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder struct C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder struct C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder struct C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder struct C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder struct C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder struct C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder struct C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder struct C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder struct C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder struct C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder struct C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder struct C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder struct C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder struct C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder struct Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder struct Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder struct Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder struct Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder struct Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder struct Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder struct Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // o09Axis/Vector3D struct Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 { public: // System.Double o09Axis/Vector3D::x double ___x_0; // System.Double o09Axis/Vector3D::y double ___y_1; // System.Double o09Axis/Vector3D::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6, ___dictionary_0)); } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6, ___current_3)); } inline KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C, ___dictionary_0)); } inline Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C, ___current_3)); } inline KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641, ___dictionary_0)); } inline Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641, ___current_3)); } inline KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0, ___dictionary_0)); } inline Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0, ___current_3)); } inline KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA get_current_3() const { return ___current_3; } inline KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D, ___dictionary_0)); } inline Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D, ___current_3)); } inline KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_completeCallback_1)); } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // 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; } }; // BluetoothStatusEnum struct BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905 { public: // System.Int32 BluetoothStatusEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { intptr_t ___m_Ptr_0; }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m int32_t ___m_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k1 int32_t ___k1_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k2 int32_t ___k2_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k3 int32_t ___k3_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m_infinity F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * ___m_infinity_22; public: inline static int32_t get_offset_of_m_18() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_18)); } inline int32_t get_m_18() const { return ___m_18; } inline int32_t* get_address_of_m_18() { return &___m_18; } inline void set_m_18(int32_t value) { ___m_18 = value; } inline static int32_t get_offset_of_k1_19() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k1_19)); } inline int32_t get_k1_19() const { return ___k1_19; } inline int32_t* get_address_of_k1_19() { return &___k1_19; } inline void set_k1_19(int32_t value) { ___k1_19 = value; } inline static int32_t get_offset_of_k2_20() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k2_20)); } inline int32_t get_k2_20() const { return ___k2_20; } inline int32_t* get_address_of_k2_20() { return &___k2_20; } inline void set_k2_20(int32_t value) { ___k2_20 = value; } inline static int32_t get_offset_of_k3_21() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k3_21)); } inline int32_t get_k3_21() const { return ___k3_21; } inline int32_t* get_address_of_k3_21() { return &___k3_21; } inline void set_k3_21(int32_t value) { ___k3_21 = value; } inline static int32_t get_offset_of_m_infinity_22() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_infinity_22)); } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * get_m_infinity_22() const { return ___m_infinity_22; } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F ** get_address_of_m_infinity_22() { return &___m_infinity_22; } inline void set_m_infinity_22(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * value) { ___m_infinity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_q_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_r BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_r_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_infinity FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_q_17() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_q_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_q_17() const { return ___m_q_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_q_17() { return &___m_q_17; } inline void set_m_q_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_q_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_q_17), (void*)value); } inline static int32_t get_offset_of_m_r_18() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_r_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_r_18() const { return ___m_r_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_r_18() { return &___m_r_18; } inline void set_m_r_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_r_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_r_18), (void*)value); } inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_infinity_19)); } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * get_m_infinity_19() const { return ___m_infinity_19; } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; }; // PKMatchType struct PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240 { public: // System.Int32 PKMatchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240, ___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.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // System.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; } }; // 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; } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com { intptr_t ___m_Ptr_0; }; // 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; } }; // YejiHuntGameMode struct YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563 : public ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B { public: // System.Single YejiHuntGameMode::flyPlaneHeight float ___flyPlaneHeight_17; // TreeAreaRecorder YejiHuntGameMode::treeAreaRecorder TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * ___treeAreaRecorder_18; // System.Int32 YejiHuntGameMode::createCountMax int32_t ___createCountMax_19; // System.Int32 YejiHuntGameMode::createAnimalIndex int32_t ___createAnimalIndex_20; // System.Boolean YejiHuntGameMode::banCreateAnimal bool ___banCreateAnimal_21; public: inline static int32_t get_offset_of_flyPlaneHeight_17() { return static_cast(offsetof(YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563, ___flyPlaneHeight_17)); } inline float get_flyPlaneHeight_17() const { return ___flyPlaneHeight_17; } inline float* get_address_of_flyPlaneHeight_17() { return &___flyPlaneHeight_17; } inline void set_flyPlaneHeight_17(float value) { ___flyPlaneHeight_17 = value; } inline static int32_t get_offset_of_treeAreaRecorder_18() { return static_cast(offsetof(YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563, ___treeAreaRecorder_18)); } inline TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * get_treeAreaRecorder_18() const { return ___treeAreaRecorder_18; } inline TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 ** get_address_of_treeAreaRecorder_18() { return &___treeAreaRecorder_18; } inline void set_treeAreaRecorder_18(TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * value) { ___treeAreaRecorder_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeAreaRecorder_18), (void*)value); } inline static int32_t get_offset_of_createCountMax_19() { return static_cast(offsetof(YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563, ___createCountMax_19)); } inline int32_t get_createCountMax_19() const { return ___createCountMax_19; } inline int32_t* get_address_of_createCountMax_19() { return &___createCountMax_19; } inline void set_createCountMax_19(int32_t value) { ___createCountMax_19 = value; } inline static int32_t get_offset_of_createAnimalIndex_20() { return static_cast(offsetof(YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563, ___createAnimalIndex_20)); } inline int32_t get_createAnimalIndex_20() const { return ___createAnimalIndex_20; } inline int32_t* get_address_of_createAnimalIndex_20() { return &___createAnimalIndex_20; } inline void set_createAnimalIndex_20(int32_t value) { ___createAnimalIndex_20 = value; } inline static int32_t get_offset_of_banCreateAnimal_21() { return static_cast(offsetof(YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563, ___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; } }; // o0.Bow.o0663Axis struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 : public RuntimeObject { public: // o0.IMU._663AxisPreProcessor o0.Bow.o0663Axis::Attitude _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * ___Attitude_0; // System.Collections.Generic.List`1 o0.Bow.o0663Axis::States List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * ___States_4; // System.Int32 o0.Bow.o0663Axis::StatesMaxCount int32_t ___StatesMaxCount_5; // System.Single o0.Bow.o0663Axis::x float ___x_6; // System.Single o0.Bow.o0663Axis::y float ___y_7; // System.Single o0.Bow.o0663Axis::z float ___z_8; // System.Int64 o0.Bow.o0663Axis::TimeGapOld int64_t ___TimeGapOld_9; // System.Double o0.Bow.o0663Axis::lastv double ___lastv_10; // System.Int32 o0.Bow.o0663Axis::ShakeFrame int32_t ___ShakeFrame_11; // System.Int32 o0.Bow.o0663Axis::AccVarianceInput int32_t ___AccVarianceInput_12; // System.Double o0.Bow.o0663Axis::diff double ___diff_13; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___Attitude_0)); } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * get_Attitude_0() const { return ___Attitude_0; } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_States_4() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___States_4)); } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * get_States_4() const { return ___States_4; } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E ** get_address_of_States_4() { return &___States_4; } inline void set_States_4(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * value) { ___States_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_4), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_5() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___StatesMaxCount_5)); } inline int32_t get_StatesMaxCount_5() const { return ___StatesMaxCount_5; } inline int32_t* get_address_of_StatesMaxCount_5() { return &___StatesMaxCount_5; } inline void set_StatesMaxCount_5(int32_t value) { ___StatesMaxCount_5 = value; } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___x_6)); } inline float get_x_6() const { return ___x_6; } inline float* get_address_of_x_6() { return &___x_6; } inline void set_x_6(float value) { ___x_6 = value; } inline static int32_t get_offset_of_y_7() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___y_7)); } inline float get_y_7() const { return ___y_7; } inline float* get_address_of_y_7() { return &___y_7; } inline void set_y_7(float value) { ___y_7 = value; } inline static int32_t get_offset_of_z_8() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___z_8)); } inline float get_z_8() const { return ___z_8; } inline float* get_address_of_z_8() { return &___z_8; } inline void set_z_8(float value) { ___z_8 = value; } inline static int32_t get_offset_of_TimeGapOld_9() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___TimeGapOld_9)); } inline int64_t get_TimeGapOld_9() const { return ___TimeGapOld_9; } inline int64_t* get_address_of_TimeGapOld_9() { return &___TimeGapOld_9; } inline void set_TimeGapOld_9(int64_t value) { ___TimeGapOld_9 = value; } inline static int32_t get_offset_of_lastv_10() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___lastv_10)); } inline double get_lastv_10() const { return ___lastv_10; } inline double* get_address_of_lastv_10() { return &___lastv_10; } inline void set_lastv_10(double value) { ___lastv_10 = value; } inline static int32_t get_offset_of_ShakeFrame_11() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___ShakeFrame_11)); } inline int32_t get_ShakeFrame_11() const { return ___ShakeFrame_11; } inline int32_t* get_address_of_ShakeFrame_11() { return &___ShakeFrame_11; } inline void set_ShakeFrame_11(int32_t value) { ___ShakeFrame_11 = value; } inline static int32_t get_offset_of_AccVarianceInput_12() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___AccVarianceInput_12)); } inline int32_t get_AccVarianceInput_12() const { return ___AccVarianceInput_12; } inline int32_t* get_address_of_AccVarianceInput_12() { return &___AccVarianceInput_12; } inline void set_AccVarianceInput_12(int32_t value) { ___AccVarianceInput_12 = value; } inline static int32_t get_offset_of_diff_13() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___diff_13)); } inline double get_diff_13() const { return ___diff_13; } inline double* get_address_of_diff_13() { return &___diff_13; } inline void set_diff_13(double value) { ___diff_13 = value; } }; struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o0663Axis::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_3; public: inline static int32_t get_offset_of_QuaTest_1() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___QuaTest_1)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_1() const { return ___QuaTest_1; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_1() { return &___QuaTest_1; } inline void set_QuaTest_1(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_1), (void*)value); } inline static int32_t get_offset_of_AccIdentity_2() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___AccIdentity_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_2() const { return ___AccIdentity_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_2() { return &___AccIdentity_2; } inline void set_AccIdentity_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_2 = value; } inline static int32_t get_offset_of_MagIdentity_3() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___MagIdentity_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_3() const { return ___MagIdentity_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_3() { return &___MagIdentity_3; } inline void set_MagIdentity_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_3 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD : public RuntimeObject { public: // o0.IMU._9AxisPreProcessor o0.Bow.o09AxisAfterXiaMenFromDll::Attitude _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * ___Attitude_0; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::GyrHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___GyrHardwareVariance_1; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::AccHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___AccHardwareVariance_2; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::MagHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___MagHardwareVariance_3; // System.Collections.Generic.List`1 o0.Bow.o09AxisAfterXiaMenFromDll::States List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * ___States_6; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::StatesMaxCount int32_t ___StatesMaxCount_7; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::ShakeFrame int32_t ___ShakeFrame_8; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::AccVarianceInput int32_t ___AccVarianceInput_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::diff double ___diff_10; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___Attitude_0)); } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * get_Attitude_0() const { return ___Attitude_0; } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_GyrHardwareVariance_1() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___GyrHardwareVariance_1)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_GyrHardwareVariance_1() const { return ___GyrHardwareVariance_1; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_GyrHardwareVariance_1() { return &___GyrHardwareVariance_1; } inline void set_GyrHardwareVariance_1(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___GyrHardwareVariance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrHardwareVariance_1), (void*)value); } inline static int32_t get_offset_of_AccHardwareVariance_2() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccHardwareVariance_2)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_AccHardwareVariance_2() const { return ___AccHardwareVariance_2; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_AccHardwareVariance_2() { return &___AccHardwareVariance_2; } inline void set_AccHardwareVariance_2(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___AccHardwareVariance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccHardwareVariance_2), (void*)value); } inline static int32_t get_offset_of_MagHardwareVariance_3() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___MagHardwareVariance_3)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_MagHardwareVariance_3() const { return ___MagHardwareVariance_3; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_MagHardwareVariance_3() { return &___MagHardwareVariance_3; } inline void set_MagHardwareVariance_3(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___MagHardwareVariance_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagHardwareVariance_3), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___States_6)); } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * get_States_6() const { return ___States_6; } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_7() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___StatesMaxCount_7)); } inline int32_t get_StatesMaxCount_7() const { return ___StatesMaxCount_7; } inline int32_t* get_address_of_StatesMaxCount_7() { return &___StatesMaxCount_7; } inline void set_StatesMaxCount_7(int32_t value) { ___StatesMaxCount_7 = value; } inline static int32_t get_offset_of_ShakeFrame_8() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___ShakeFrame_8)); } inline int32_t get_ShakeFrame_8() const { return ___ShakeFrame_8; } inline int32_t* get_address_of_ShakeFrame_8() { return &___ShakeFrame_8; } inline void set_ShakeFrame_8(int32_t value) { ___ShakeFrame_8 = value; } inline static int32_t get_offset_of_AccVarianceInput_9() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccVarianceInput_9)); } inline int32_t get_AccVarianceInput_9() const { return ___AccVarianceInput_9; } inline int32_t* get_address_of_AccVarianceInput_9() { return &___AccVarianceInput_9; } inline void set_AccVarianceInput_9(int32_t value) { ___AccVarianceInput_9 = value; } inline static int32_t get_offset_of_diff_10() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___diff_10)); } inline double get_diff_10() const { return ___diff_10; } inline double* get_address_of_diff_10() { return &___diff_10; } inline void set_diff_10(double value) { ___diff_10 = value; } }; struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields { public: // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::vari double ___vari_11; public: inline static int32_t get_offset_of_AccIdentity_4() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___AccIdentity_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_4() const { return ___AccIdentity_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_4() { return &___AccIdentity_4; } inline void set_AccIdentity_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_4 = value; } inline static int32_t get_offset_of_MagIdentity_5() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___MagIdentity_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_5() const { return ___MagIdentity_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_5() { return &___MagIdentity_5; } inline void set_MagIdentity_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_5 = value; } inline static int32_t get_offset_of_vari_11() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___vari_11)); } inline double get_vari_11() const { return ___vari_11; } inline double* get_address_of_vari_11() { return &___vari_11; } inline void set_vari_11(double value) { ___vari_11 = value; } }; // o0.Bow.o09AxisCS struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A : public RuntimeObject { public: // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceGyr Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceGyr_3; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceAcc Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceAcc_4; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceMag Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceMag_5; // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::States List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * ___States_6; // System.Single o0.Bow.o09AxisCS::x float ___x_7; // System.Single o0.Bow.o09AxisCS::y float ___y_8; // System.Single o0.Bow.o09AxisCS::z float ___z_9; // System.Int64 o0.Bow.o09AxisCS::TimeGapOld int64_t ___TimeGapOld_10; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::AccFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___AccFilter_11; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::MagFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___MagFilter_12; // System.Int32 o0.Bow.o09AxisCS::ShakeFrame int32_t ___ShakeFrame_13; // System.Int32 o0.Bow.o09AxisCS::AccVarianceInput int32_t ___AccVarianceInput_14; // System.Double o0.Bow.o09AxisCS::diff double ___diff_15; public: inline static int32_t get_offset_of_HardwareVarianceGyr_3() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceGyr_3)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceGyr_3() const { return ___HardwareVarianceGyr_3; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceGyr_3() { return &___HardwareVarianceGyr_3; } inline void set_HardwareVarianceGyr_3(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceGyr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceGyr_3), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceAcc_4() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceAcc_4)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceAcc_4() const { return ___HardwareVarianceAcc_4; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceAcc_4() { return &___HardwareVarianceAcc_4; } inline void set_HardwareVarianceAcc_4(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceAcc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceAcc_4), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceMag_5() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceMag_5)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceMag_5() const { return ___HardwareVarianceMag_5; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceMag_5() { return &___HardwareVarianceMag_5; } inline void set_HardwareVarianceMag_5(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceMag_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceMag_5), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___States_6)); } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * get_States_6() const { return ___States_6; } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___x_7)); } inline float get_x_7() const { return ___x_7; } inline float* get_address_of_x_7() { return &___x_7; } inline void set_x_7(float value) { ___x_7 = value; } inline static int32_t get_offset_of_y_8() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___y_8)); } inline float get_y_8() const { return ___y_8; } inline float* get_address_of_y_8() { return &___y_8; } inline void set_y_8(float value) { ___y_8 = value; } inline static int32_t get_offset_of_z_9() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___z_9)); } inline float get_z_9() const { return ___z_9; } inline float* get_address_of_z_9() { return &___z_9; } inline void set_z_9(float value) { ___z_9 = value; } inline static int32_t get_offset_of_TimeGapOld_10() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___TimeGapOld_10)); } inline int64_t get_TimeGapOld_10() const { return ___TimeGapOld_10; } inline int64_t* get_address_of_TimeGapOld_10() { return &___TimeGapOld_10; } inline void set_TimeGapOld_10(int64_t value) { ___TimeGapOld_10 = value; } inline static int32_t get_offset_of_AccFilter_11() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccFilter_11)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_AccFilter_11() const { return ___AccFilter_11; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_AccFilter_11() { return &___AccFilter_11; } inline void set_AccFilter_11(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___AccFilter_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccFilter_11), (void*)value); } inline static int32_t get_offset_of_MagFilter_12() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___MagFilter_12)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_MagFilter_12() const { return ___MagFilter_12; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_MagFilter_12() { return &___MagFilter_12; } inline void set_MagFilter_12(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___MagFilter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagFilter_12), (void*)value); } inline static int32_t get_offset_of_ShakeFrame_13() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___ShakeFrame_13)); } inline int32_t get_ShakeFrame_13() const { return ___ShakeFrame_13; } inline int32_t* get_address_of_ShakeFrame_13() { return &___ShakeFrame_13; } inline void set_ShakeFrame_13(int32_t value) { ___ShakeFrame_13 = value; } inline static int32_t get_offset_of_AccVarianceInput_14() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccVarianceInput_14)); } inline int32_t get_AccVarianceInput_14() const { return ___AccVarianceInput_14; } inline int32_t* get_address_of_AccVarianceInput_14() { return &___AccVarianceInput_14; } inline void set_AccVarianceInput_14(int32_t value) { ___AccVarianceInput_14 = value; } inline static int32_t get_offset_of_diff_15() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___diff_15)); } inline double get_diff_15() const { return ___diff_15; } inline double* get_address_of_diff_15() { return &___diff_15; } inline void set_diff_15(double value) { ___diff_15 = value; } }; struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_0; // UnityEngine.Vector3 o0.Bow.o09AxisCS::AccIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccIdentity_1; // UnityEngine.Vector3 o0.Bow.o09AxisCS::MagIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagIdentity_2; public: inline static int32_t get_offset_of_QuaTest_0() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___QuaTest_0)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_0() const { return ___QuaTest_0; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_0() { return &___QuaTest_0; } inline void set_QuaTest_0(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_0), (void*)value); } inline static int32_t get_offset_of_AccIdentity_1() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___AccIdentity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccIdentity_1() const { return ___AccIdentity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccIdentity_1() { return &___AccIdentity_1; } inline void set_AccIdentity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccIdentity_1 = value; } inline static int32_t get_offset_of_MagIdentity_2() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___MagIdentity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagIdentity_2() const { return ___MagIdentity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagIdentity_2() { return &___MagIdentity_2; } inline void set_MagIdentity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagIdentity_2 = value; } }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.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; } }; // RabbitHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 : public RuntimeObject { public: // RabbitHuntGameMode_OnlinePK RabbitHuntGameMode_OnlinePK/OnlineHelper::gameMode RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___gameMode_0; // SocketPlayer RabbitHuntGameMode_OnlinePK/OnlineHelper::socketPlayer SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___socketPlayer_1; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::myPlayerIndex int32_t ___myPlayerIndex_2; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::roundID int32_t ___roundID_3; // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::gameEnd bool ___gameEnd_4; // UnityEngine.WaitForSecondsRealtime RabbitHuntGameMode_OnlinePK/OnlineHelper::uploadOnceTime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___uploadOnceTime_5; // UnityEngine.Quaternion RabbitHuntGameMode_OnlinePK/OnlineHelper::bowTargetQua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___bowTargetQua_6; // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::hasBowTargBtQua bool ___hasBowTargBtQua_7; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::lastRoundID int32_t ___lastRoundID_8; // System.Collections.Generic.Dictionary`2 RabbitHuntGameMode_OnlinePK/OnlineHelper::arrowSyncMap Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___arrowSyncMap_9; // System.Collections.Generic.Dictionary`2 RabbitHuntGameMode_OnlinePK/OnlineHelper::animalSyncMap Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * ___animalSyncMap_10; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___gameMode_0)); } inline RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * get_gameMode_0() const { return ___gameMode_0; } inline RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_socketPlayer_1() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___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_arrowSyncMap_9() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___arrowSyncMap_9)); } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * get_arrowSyncMap_9() const { return ___arrowSyncMap_9; } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA ** get_address_of_arrowSyncMap_9() { return &___arrowSyncMap_9; } inline void set_arrowSyncMap_9(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * value) { ___arrowSyncMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSyncMap_9), (void*)value); } inline static int32_t get_offset_of_animalSyncMap_10() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___animalSyncMap_10)); } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * get_animalSyncMap_10() const { return ___animalSyncMap_10; } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 ** get_address_of_animalSyncMap_10() { return &___animalSyncMap_10; } inline void set_animalSyncMap_10(Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * value) { ___animalSyncMap_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSyncMap_10), (void*)value); } }; // UnityStandardAssets.ImageEffects.Tonemapping/AdaptiveTexSize struct AdaptiveTexSize_tDD777ABBFE1FB57736D5D9A2067ABCEE78963FC8 { public: // System.Int32 UnityStandardAssets.ImageEffects.Tonemapping/AdaptiveTexSize::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AdaptiveTexSize_tDD777ABBFE1FB57736D5D9A2067ABCEE78963FC8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.ImageEffects.Tonemapping/TonemapperType struct TonemapperType_t041C13F6F82D14111893DD38E1FD4109815AA496 { public: // System.Int32 UnityStandardAssets.ImageEffects.Tonemapping/TonemapperType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TonemapperType_t041C13F6F82D14111893DD38E1FD4109815AA496, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.CrossPlatformInput.TouchPad/AxisOption struct AxisOption_tD35772FCA78862E0CF09E332EA4FDD33DA99FB80 { public: // System.Int32 UnityStandardAssets.CrossPlatformInput.TouchPad/AxisOption::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisOption_tD35772FCA78862E0CF09E332EA4FDD33DA99FB80, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.CrossPlatformInput.TouchPad/ControlStyle struct ControlStyle_t1C92A41DAAEB62BC19BB5AB279DE45C553E4A8E3 { public: // System.Int32 UnityStandardAssets.CrossPlatformInput.TouchPad/ControlStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlStyle_t1C92A41DAAEB62BC19BB5AB279DE45C553E4A8E3, ___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; } }; // TreeAreaRecorder/AreaInfo struct AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 : public RuntimeObject { public: // UnityEngine.Transform TreeAreaRecorder/AreaInfo::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_0; // UnityEngine.Vector3 TreeAreaRecorder/AreaInfo::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_1; // System.Single TreeAreaRecorder/AreaInfo::radius float ___radius_2; // System.Single TreeAreaRecorder/AreaInfo::height float ___height_3; // System.Single TreeAreaRecorder/AreaInfo::teamCompareValue float ___teamCompareValue_4; // System.Object TreeAreaRecorder/AreaInfo::occupy RuntimeObject * ___occupy_5; public: inline static int32_t get_offset_of_transform_0() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___transform_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_0() const { return ___transform_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_0() { return &___transform_0; } inline void set_transform_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_0), (void*)value); } inline static int32_t get_offset_of_position_1() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___position_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_1() const { return ___position_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_1() { return &___position_1; } inline void set_position_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_1 = value; } inline static int32_t get_offset_of_radius_2() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___radius_2)); } inline float get_radius_2() const { return ___radius_2; } inline float* get_address_of_radius_2() { return &___radius_2; } inline void set_radius_2(float value) { ___radius_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___height_3)); } inline float get_height_3() const { return ___height_3; } inline float* get_address_of_height_3() { return &___height_3; } inline void set_height_3(float value) { ___height_3 = value; } inline static int32_t get_offset_of_teamCompareValue_4() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___teamCompareValue_4)); } inline float get_teamCompareValue_4() const { return ___teamCompareValue_4; } inline float* get_address_of_teamCompareValue_4() { return &___teamCompareValue_4; } inline void set_teamCompareValue_4(float value) { ___teamCompareValue_4 = value; } inline static int32_t get_offset_of_occupy_5() { return static_cast(offsetof(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781, ___occupy_5)); } inline RuntimeObject * get_occupy_5() const { return ___occupy_5; } inline RuntimeObject ** get_address_of_occupy_5() { return &___occupy_5; } inline void set_occupy_5(RuntimeObject * value) { ___occupy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___occupy_5), (void*)value); } }; // UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration/AberrationMode struct AberrationMode_t67FC2015EB23AAD6BD6DA9FB88A670B418939BE9 { public: // System.Int32 UnityStandardAssets.ImageEffects.VignetteAndChromaticAberration/AberrationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AberrationMode_t67FC2015EB23AAD6BD6DA9FB88A670B418939BE9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Water.Water/WaterMode struct WaterMode_t66AAD26D11AA59BC6140AC587DCAC149ED3B4832 { public: // System.Int32 UnityStandardAssets.Water.Water/WaterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WaterMode_t66AAD26D11AA59BC6140AC587DCAC149ED3B4832, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Utility.WaypointCircuit/RoutePoint struct RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1 { public: // UnityEngine.Vector3 UnityStandardAssets.Utility.WaypointCircuit/RoutePoint::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector3 UnityStandardAssets.Utility.WaypointCircuit/RoutePoint::direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_direction_1() { return static_cast(offsetof(RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1, ___direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_direction_1() const { return ___direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_direction_1() { return &___direction_1; } inline void set_direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___direction_1 = value; } }; // UnityStandardAssets.Utility.WaypointProgressTracker/ProgressStyle struct ProgressStyle_t8EF10D70DFC5BF32C84720FF28DC1BB4B2E5C656 { public: // System.Int32 UnityStandardAssets.Utility.WaypointProgressTracker/ProgressStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProgressStyle_t8EF10D70DFC5BF32C84720FF28DC1BB4B2E5C656, ___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; } }; // 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; } }; // Yeji/OnlineHandler struct OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 : public RuntimeObject { public: // Yeji Yeji/OnlineHandler::animal Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___animal_0; // System.Int32 Yeji/OnlineHandler::uid int32_t ___uid_1; // System.Boolean Yeji/OnlineHandler::isMirror bool ___isMirror_2; // System.Int32 Yeji/OnlineHandler::mirrorState int32_t ___mirrorState_3; // System.Single Yeji/OnlineHandler::animatroSpeed float ___animatroSpeed_4; // YejiSyncData Yeji/OnlineHandler::outputSyncData YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ___outputSyncData_5; // YejiSyncData Yeji/OnlineHandler::_inputSyncData YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ____inputSyncData_6; // UnityEngine.Quaternion Yeji/OnlineHandler::syncRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___syncRotation_7; // UnityEngine.Vector3 Yeji/OnlineHandler::syncPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___syncPosition_8; // System.Boolean Yeji/OnlineHandler::hasUpdateBySyncData bool ___hasUpdateBySyncData_9; // System.Boolean Yeji/OnlineHandler::isInvalid bool ___isInvalid_10; // System.String Yeji/OnlineHandler::onHitData String_t* ___onHitData_11; // System.Boolean Yeji/OnlineHandler::onDoNextShootWillDestroy bool ___onDoNextShootWillDestroy_12; // System.Int32 Yeji/OnlineHandler::injuredID int32_t ___injuredID_13; // System.Int32[] Yeji/OnlineHandler::stateHashList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___stateHashList_14; public: inline static int32_t get_offset_of_animal_0() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___animal_0)); } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * get_animal_0() const { return ___animal_0; } inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 ** get_address_of_animal_0() { return &___animal_0; } inline void set_animal_0(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * value) { ___animal_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___animal_0), (void*)value); } inline static int32_t get_offset_of_uid_1() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___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_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___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_mirrorState_3() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___mirrorState_3)); } inline int32_t get_mirrorState_3() const { return ___mirrorState_3; } inline int32_t* get_address_of_mirrorState_3() { return &___mirrorState_3; } inline void set_mirrorState_3(int32_t value) { ___mirrorState_3 = value; } inline static int32_t get_offset_of_animatroSpeed_4() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___animatroSpeed_4)); } inline float get_animatroSpeed_4() const { return ___animatroSpeed_4; } inline float* get_address_of_animatroSpeed_4() { return &___animatroSpeed_4; } inline void set_animatroSpeed_4(float value) { ___animatroSpeed_4 = value; } inline static int32_t get_offset_of_outputSyncData_5() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___outputSyncData_5)); } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * get_outputSyncData_5() const { return ___outputSyncData_5; } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 ** get_address_of_outputSyncData_5() { return &___outputSyncData_5; } inline void set_outputSyncData_5(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * value) { ___outputSyncData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_5), (void*)value); } inline static int32_t get_offset_of__inputSyncData_6() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ____inputSyncData_6)); } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * get__inputSyncData_6() const { return ____inputSyncData_6; } inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 ** get_address_of__inputSyncData_6() { return &____inputSyncData_6; } inline void set__inputSyncData_6(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * value) { ____inputSyncData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputSyncData_6), (void*)value); } inline static int32_t get_offset_of_syncRotation_7() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___syncRotation_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_syncRotation_7() const { return ___syncRotation_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_syncRotation_7() { return &___syncRotation_7; } inline void set_syncRotation_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___syncRotation_7 = value; } inline static int32_t get_offset_of_syncPosition_8() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___syncPosition_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_syncPosition_8() const { return ___syncPosition_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_syncPosition_8() { return &___syncPosition_8; } inline void set_syncPosition_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___syncPosition_8 = value; } inline static int32_t get_offset_of_hasUpdateBySyncData_9() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___hasUpdateBySyncData_9)); } inline bool get_hasUpdateBySyncData_9() const { return ___hasUpdateBySyncData_9; } inline bool* get_address_of_hasUpdateBySyncData_9() { return &___hasUpdateBySyncData_9; } inline void set_hasUpdateBySyncData_9(bool value) { ___hasUpdateBySyncData_9 = value; } inline static int32_t get_offset_of_isInvalid_10() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___isInvalid_10)); } inline bool get_isInvalid_10() const { return ___isInvalid_10; } inline bool* get_address_of_isInvalid_10() { return &___isInvalid_10; } inline void set_isInvalid_10(bool value) { ___isInvalid_10 = value; } inline static int32_t get_offset_of_onHitData_11() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___onHitData_11)); } inline String_t* get_onHitData_11() const { return ___onHitData_11; } inline String_t** get_address_of_onHitData_11() { return &___onHitData_11; } inline void set_onHitData_11(String_t* value) { ___onHitData_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHitData_11), (void*)value); } inline static int32_t get_offset_of_onDoNextShootWillDestroy_12() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___onDoNextShootWillDestroy_12)); } inline bool get_onDoNextShootWillDestroy_12() const { return ___onDoNextShootWillDestroy_12; } inline bool* get_address_of_onDoNextShootWillDestroy_12() { return &___onDoNextShootWillDestroy_12; } inline void set_onDoNextShootWillDestroy_12(bool value) { ___onDoNextShootWillDestroy_12 = value; } inline static int32_t get_offset_of_injuredID_13() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___injuredID_13)); } inline int32_t get_injuredID_13() const { return ___injuredID_13; } inline int32_t* get_address_of_injuredID_13() { return &___injuredID_13; } inline void set_injuredID_13(int32_t value) { ___injuredID_13 = value; } inline static int32_t get_offset_of_stateHashList_14() { return static_cast(offsetof(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587, ___stateHashList_14)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_stateHashList_14() const { return ___stateHashList_14; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_stateHashList_14() { return &___stateHashList_14; } inline void set_stateHashList_14(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___stateHashList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateHashList_14), (void*)value); } }; // YejiHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B : public RuntimeObject { public: // YejiHuntGameMode_OnlinePK YejiHuntGameMode_OnlinePK/OnlineHelper::gameMode YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___gameMode_0; // SocketPlayer YejiHuntGameMode_OnlinePK/OnlineHelper::socketPlayer SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___socketPlayer_1; // System.Int32 YejiHuntGameMode_OnlinePK/OnlineHelper::myPlayerIndex int32_t ___myPlayerIndex_2; // System.Int32 YejiHuntGameMode_OnlinePK/OnlineHelper::roundID int32_t ___roundID_3; // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::gameEnd bool ___gameEnd_4; // UnityEngine.WaitForSecondsRealtime YejiHuntGameMode_OnlinePK/OnlineHelper::uploadOnceTime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___uploadOnceTime_5; // UnityEngine.Quaternion YejiHuntGameMode_OnlinePK/OnlineHelper::bowTargetQua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___bowTargetQua_6; // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::hasBowTargBtQua bool ___hasBowTargBtQua_7; // System.Int32 YejiHuntGameMode_OnlinePK/OnlineHelper::lastRoundID int32_t ___lastRoundID_8; // System.Collections.Generic.Dictionary`2 YejiHuntGameMode_OnlinePK/OnlineHelper::arrowSyncMap Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___arrowSyncMap_9; // System.Collections.Generic.Dictionary`2 YejiHuntGameMode_OnlinePK/OnlineHelper::animalSyncMap Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * ___animalSyncMap_10; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___gameMode_0)); } inline YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * get_gameMode_0() const { return ___gameMode_0; } inline YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_socketPlayer_1() { return static_cast(offsetof(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___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_arrowSyncMap_9() { return static_cast(offsetof(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___arrowSyncMap_9)); } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * get_arrowSyncMap_9() const { return ___arrowSyncMap_9; } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA ** get_address_of_arrowSyncMap_9() { return &___arrowSyncMap_9; } inline void set_arrowSyncMap_9(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * value) { ___arrowSyncMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSyncMap_9), (void*)value); } inline static int32_t get_offset_of_animalSyncMap_10() { return static_cast(offsetof(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B, ___animalSyncMap_10)); } inline Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * get_animalSyncMap_10() const { return ___animalSyncMap_10; } inline Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 ** get_address_of_animalSyncMap_10() { return &___animalSyncMap_10; } inline void set_animalSyncMap_10(Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * value) { ___animalSyncMap_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSyncMap_10), (void*)value); } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode struct StreamMode_t474448175308F31151931899EFB7A26AE6DC3264 { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamMode_t474448175308F31151931899EFB7A26AE6DC3264, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 : public RuntimeObject { public: // System.Double o0.Bow.o0663Axis/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o0663Axis/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o0663Axis/State::Variance double ___Variance_9; // System.Double o0.Bow.o0663Axis/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o0663Axis/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o0663Axis/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o0663Axis/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o0663Axis/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o0663Axis/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // o09Axis/State struct State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E { public: // System.Int32 o09Axis/State::TimeGap int32_t ___TimeGap_0; // UnityEngine.Vector3 o09Axis/State::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_1; // UnityEngine.Vector3 o09Axis/State::AccSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccSmooth_2; // System.Single o09Axis/State::AccVariance float ___AccVariance_3; // UnityEngine.Vector3 o09Axis/State::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_4; // UnityEngine.Vector3 o09Axis/State::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_5; // UnityEngine.Vector3 o09Axis/State::MagSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagSmooth_6; // UnityEngine.Quaternion o09Axis/State::Qua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___Qua_7; // UnityEngine.Quaternion o09Axis/State::QuaSmooth Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaSmooth_8; // System.Single o09Axis/State::Variance float ___Variance_9; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___TimeGap_0)); } inline int32_t get_TimeGap_0() const { return ___TimeGap_0; } inline int32_t* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(int32_t value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Acc_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_1() const { return ___Acc_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccSmooth_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_AccVariance_3() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccVariance_3)); } inline float get_AccVariance_3() const { return ___AccVariance_3; } inline float* get_address_of_AccVariance_3() { return &___AccVariance_3; } inline void set_AccVariance_3(float value) { ___AccVariance_3 = value; } inline static int32_t get_offset_of_Gyr_4() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Gyr_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_4() const { return ___Gyr_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_4() { return &___Gyr_4; } inline void set_Gyr_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_4 = value; } inline static int32_t get_offset_of_Mag_5() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Mag_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_5() const { return ___Mag_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_5() { return &___Mag_5; } inline void set_Mag_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_5 = value; } inline static int32_t get_offset_of_MagSmooth_6() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___MagSmooth_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagSmooth_6() const { return ___MagSmooth_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagSmooth_6() { return &___MagSmooth_6; } inline void set_MagSmooth_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagSmooth_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Qua_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_Qua_7() const { return ___Qua_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___QuaSmooth_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Variance_9)); } inline float get_Variance_9() const { return ___Variance_9; } inline float* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(float value) { ___Variance_9 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E : public RuntimeObject { public: // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::Variance double ___Variance_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // o0.Bow.o09AxisCS/State struct State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 : public RuntimeObject { public: // System.Int64 o0.Bow.o09AxisCS/State::TimeGap int64_t ___TimeGap_0; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_1; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::AccSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccSmooth_2; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_3; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_4; // UnityEngine.Vector3 o0.Bow.o09AxisCS/State::MagSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagSmooth_5; // System.Double o0.Bow.o09AxisCS/State::GapMS double ___GapMS_6; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::Qua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___Qua_7; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::QuaSmooth Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaSmooth_8; // System.Double o0.Bow.o09AxisCS/State::Variance double ___Variance_9; // System.Double o0.Bow.o09AxisCS/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o09AxisCS/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o09AxisCS/State::MagVariance double ___MagVariance_12; // UnityEngine.Quaternion o0.Bow.o09AxisCS/State::QuaAccMag Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaAccMag_13; // System.Int32 o0.Bow.o09AxisCS/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o09AxisCS/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o09AxisCS/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___TimeGap_0)); } inline int64_t get_TimeGap_0() const { return ___TimeGap_0; } inline int64_t* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(int64_t value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Acc_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_1() const { return ___Acc_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccSmooth_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Gyr_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_3() const { return ___Gyr_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Mag_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_4() const { return ___Mag_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___MagSmooth_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Qua_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_Qua_7() const { return ___Qua_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaSmooth_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaAccMag_13)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_tA998B3974CD46E2941FB7670C333E0A82C1966D1, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type struct Type_tE25E229165249DAE8FE35DDDC942EC58754688B9 { public: // System.Int32 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tE25E229165249DAE8FE35DDDC942EC58754688B9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.CrossPlatformInput.TiltInput/AxisMapping/MappingType struct MappingType_tF22825BB93417A5C60F9DF9ABBDEE10DD5CE4738 { public: // System.Int32 UnityStandardAssets.CrossPlatformInput.TiltInput/AxisMapping/MappingType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MappingType_tF22825BB93417A5C60F9DF9ABBDEE10DD5CE4738, ___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); } }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // GlobalData struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425 : public RuntimeObject { public: public: }; struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields { public: // PKMatchType GlobalData::pkMatchType int32_t ___pkMatchType_0; // System.Int32[] GlobalData::localPK_playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___localPK_playerRoleIDs_1; // System.String GlobalData::roomKey String_t* ___roomKey_2; // System.Int32 GlobalData::matchGameType int32_t ___matchGameType_3; // System.Int32 GlobalData::playerIndexInRoom int32_t ___playerIndexInRoom_4; // System.Collections.Generic.List`1 GlobalData::matchPlayerInfos List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * ___matchPlayerInfos_5; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___pkMatchType_0)); } inline int32_t get_pkMatchType_0() const { return ___pkMatchType_0; } inline int32_t* get_address_of_pkMatchType_0() { return &___pkMatchType_0; } inline void set_pkMatchType_0(int32_t value) { ___pkMatchType_0 = value; } inline static int32_t get_offset_of_localPK_playerRoleIDs_1() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___localPK_playerRoleIDs_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_localPK_playerRoleIDs_1() const { return ___localPK_playerRoleIDs_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_localPK_playerRoleIDs_1() { return &___localPK_playerRoleIDs_1; } inline void set_localPK_playerRoleIDs_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___localPK_playerRoleIDs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localPK_playerRoleIDs_1), (void*)value); } inline static int32_t get_offset_of_roomKey_2() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___roomKey_2)); } inline String_t* get_roomKey_2() const { return ___roomKey_2; } inline String_t** get_address_of_roomKey_2() { return &___roomKey_2; } inline void set_roomKey_2(String_t* value) { ___roomKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roomKey_2), (void*)value); } inline static int32_t get_offset_of_matchGameType_3() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchGameType_3)); } inline int32_t get_matchGameType_3() const { return ___matchGameType_3; } inline int32_t* get_address_of_matchGameType_3() { return &___matchGameType_3; } inline void set_matchGameType_3(int32_t value) { ___matchGameType_3 = value; } inline static int32_t get_offset_of_playerIndexInRoom_4() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___playerIndexInRoom_4)); } inline int32_t get_playerIndexInRoom_4() const { return ___playerIndexInRoom_4; } inline int32_t* get_address_of_playerIndexInRoom_4() { return &___playerIndexInRoom_4; } inline void set_playerIndexInRoom_4(int32_t value) { ___playerIndexInRoom_4 = value; } inline static int32_t get_offset_of_matchPlayerInfos_5() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchPlayerInfos_5)); } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * get_matchPlayerInfos_5() const { return ___matchPlayerInfos_5; } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 ** get_address_of_matchPlayerInfos_5() { return &___matchPlayerInfos_5; } inline void set_matchPlayerInfos_5(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * value) { ___matchPlayerInfos_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchPlayerInfos_5), (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; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * ___m_DownloadHandler_1; // UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * ___m_UploadHandler_2; // UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * ___m_CertificateHandler_3; // System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_DownloadHandler_1() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_DownloadHandler_1)); } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; } inline void set_m_DownloadHandler_1(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * value) { ___m_DownloadHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DownloadHandler_1), (void*)value); } inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_UploadHandler_2)); } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; } inline void set_m_UploadHandler_2(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * value) { ___m_UploadHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UploadHandler_2), (void*)value); } inline static int32_t get_offset_of_m_CertificateHandler_3() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_CertificateHandler_3)); } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * get_m_CertificateHandler_3() const { return ___m_CertificateHandler_3; } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E ** get_address_of_m_CertificateHandler_3() { return &___m_CertificateHandler_3; } inline void set_m_CertificateHandler_3(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * value) { ___m_CertificateHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CertificateHandler_3), (void*)value); } inline static int32_t get_offset_of_m_Uri_4() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Uri_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_Uri_4() const { return ___m_Uri_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_Uri_4() { return &___m_Uri_4; } inline void set_m_Uri_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_Uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uri_4), (void*)value); } inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5)); } inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline bool* get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return &___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5(bool value) { ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6)); } inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6(bool value) { ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7)); } inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7(bool value) { ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com* ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com* ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com* ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAsyncOperation::k__BackingField UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CwebRequestU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CwebRequestU3Ek__BackingField_2() { return static_cast(offsetof(UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396, ___U3CwebRequestU3Ek__BackingField_2)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CwebRequestU3Ek__BackingField_2() const { return ___U3CwebRequestU3Ek__BackingField_2; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CwebRequestU3Ek__BackingField_2() { return &___U3CwebRequestU3Ek__BackingField_2; } inline void set_U3CwebRequestU3Ek__BackingField_2(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CwebRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwebRequestU3Ek__BackingField_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com* ___U3CwebRequestU3Ek__BackingField_2; }; // 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); } }; // YejiHuntGameMode_OnlinePK struct YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA : public YejiHuntGameMode_tC7B3AEEF3616DD293F13F32FC974BC22C561D563 { public: // System.Int32 YejiHuntGameMode_OnlinePK::currentPlayerIndex int32_t ___currentPlayerIndex_22; // System.Single YejiHuntGameMode_OnlinePK::singleShootReadyTime float ___singleShootReadyTime_23; // System.Single YejiHuntGameMode_OnlinePK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_24; // HunterGamePlayerScoreCounter YejiHuntGameMode_OnlinePK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_25; // YejiHuntGameMode_OnlinePK/OnlineHelper YejiHuntGameMode_OnlinePK::onlineHelper OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * ___onlineHelper_26; public: inline static int32_t get_offset_of_currentPlayerIndex_22() { return static_cast(offsetof(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA, ___currentPlayerIndex_22)); } inline int32_t get_currentPlayerIndex_22() const { return ___currentPlayerIndex_22; } inline int32_t* get_address_of_currentPlayerIndex_22() { return &___currentPlayerIndex_22; } inline void set_currentPlayerIndex_22(int32_t value) { ___currentPlayerIndex_22 = value; } inline static int32_t get_offset_of_singleShootReadyTime_23() { return static_cast(offsetof(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA, ___singleShootReadyTime_23)); } inline float get_singleShootReadyTime_23() const { return ___singleShootReadyTime_23; } inline float* get_address_of_singleShootReadyTime_23() { return &___singleShootReadyTime_23; } inline void set_singleShootReadyTime_23(float value) { ___singleShootReadyTime_23 = value; } inline static int32_t get_offset_of_singleShootReadyTimeMax_24() { return static_cast(offsetof(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA, ___singleShootReadyTimeMax_24)); } inline float get_singleShootReadyTimeMax_24() const { return ___singleShootReadyTimeMax_24; } inline float* get_address_of_singleShootReadyTimeMax_24() { return &___singleShootReadyTimeMax_24; } inline void set_singleShootReadyTimeMax_24(float value) { ___singleShootReadyTimeMax_24 = value; } inline static int32_t get_offset_of_hunterGamePlayerScoreCounter_25() { return static_cast(offsetof(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA, ___hunterGamePlayerScoreCounter_25)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_hunterGamePlayerScoreCounter_25() const { return ___hunterGamePlayerScoreCounter_25; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_hunterGamePlayerScoreCounter_25() { return &___hunterGamePlayerScoreCounter_25; } inline void set_hunterGamePlayerScoreCounter_25(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___hunterGamePlayerScoreCounter_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterGamePlayerScoreCounter_25), (void*)value); } inline static int32_t get_offset_of_onlineHelper_26() { return static_cast(offsetof(YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA, ___onlineHelper_26)); } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * get_onlineHelper_26() const { return ___onlineHelper_26; } inline OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B ** get_address_of_onlineHelper_26() { return &___onlineHelper_26; } inline void set_onlineHelper_26(OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * value) { ___onlineHelper_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHelper_26), (void*)value); } }; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { 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; } }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { 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.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AxisBaseHandler AimHandler::m_axisHandler AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * ___m_axisHandler_4; // System.Int32 AimHandler::gyrCalibrateCompleteCount int32_t ___gyrCalibrateCompleteCount_5; // System.Int32 AimHandler::gyrCalibrateTotalCount int32_t ___gyrCalibrateTotalCount_6; // UnityEngine.Quaternion AimHandler::newRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newRotation_8; // System.Boolean AimHandler::lerpForRotation bool ___lerpForRotation_9; // System.Single AimHandler::lerpTimeRate float ___lerpTimeRate_10; // System.Boolean AimHandler::m_magCompleted bool ___m_magCompleted_11; // System.Boolean AimHandler::m_ban9AxisCalculate bool ___m_ban9AxisCalculate_12; public: inline static int32_t get_offset_of_m_axisHandler_4() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_axisHandler_4)); } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * get_m_axisHandler_4() const { return ___m_axisHandler_4; } inline AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D ** get_address_of_m_axisHandler_4() { return &___m_axisHandler_4; } inline void set_m_axisHandler_4(AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D * value) { ___m_axisHandler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_axisHandler_4), (void*)value); } inline static int32_t get_offset_of_gyrCalibrateCompleteCount_5() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateCompleteCount_5)); } inline int32_t get_gyrCalibrateCompleteCount_5() const { return ___gyrCalibrateCompleteCount_5; } inline int32_t* get_address_of_gyrCalibrateCompleteCount_5() { return &___gyrCalibrateCompleteCount_5; } inline void set_gyrCalibrateCompleteCount_5(int32_t value) { ___gyrCalibrateCompleteCount_5 = value; } inline static int32_t get_offset_of_gyrCalibrateTotalCount_6() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___gyrCalibrateTotalCount_6)); } inline int32_t get_gyrCalibrateTotalCount_6() const { return ___gyrCalibrateTotalCount_6; } inline int32_t* get_address_of_gyrCalibrateTotalCount_6() { return &___gyrCalibrateTotalCount_6; } inline void set_gyrCalibrateTotalCount_6(int32_t value) { ___gyrCalibrateTotalCount_6 = value; } inline static int32_t get_offset_of_newRotation_8() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___newRotation_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newRotation_8() const { return ___newRotation_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newRotation_8() { return &___newRotation_8; } inline void set_newRotation_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newRotation_8 = value; } inline static int32_t get_offset_of_lerpForRotation_9() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpForRotation_9)); } inline bool get_lerpForRotation_9() const { return ___lerpForRotation_9; } inline bool* get_address_of_lerpForRotation_9() { return &___lerpForRotation_9; } inline void set_lerpForRotation_9(bool value) { ___lerpForRotation_9 = value; } inline static int32_t get_offset_of_lerpTimeRate_10() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___lerpTimeRate_10)); } inline float get_lerpTimeRate_10() const { return ___lerpTimeRate_10; } inline float* get_address_of_lerpTimeRate_10() { return &___lerpTimeRate_10; } inline void set_lerpTimeRate_10(float value) { ___lerpTimeRate_10 = value; } inline static int32_t get_offset_of_m_magCompleted_11() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_magCompleted_11)); } inline bool get_m_magCompleted_11() const { return ___m_magCompleted_11; } inline bool* get_address_of_m_magCompleted_11() { return &___m_magCompleted_11; } inline void set_m_magCompleted_11(bool value) { ___m_magCompleted_11 = value; } inline static int32_t get_offset_of_m_ban9AxisCalculate_12() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563, ___m_ban9AxisCalculate_12)); } inline bool get_m_ban9AxisCalculate_12() const { return ___m_ban9AxisCalculate_12; } inline bool* get_address_of_m_ban9AxisCalculate_12() { return &___m_ban9AxisCalculate_12; } inline void set_m_ban9AxisCalculate_12(bool value) { ___m_ban9AxisCalculate_12 = value; } }; struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields { public: // AimHandler AimHandler::ins AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields, ___ins_7)); } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * get_ins_7() const { return ___ins_7; } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (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); } }; // ArrowSync struct ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Quaternion ArrowSync::rotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_4; // UnityEngine.Vector3 ArrowSync::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_5; // System.Single ArrowSync::mySpeed float ___mySpeed_6; // System.Boolean ArrowSync::hasPlayHitAudio bool ___hasPlayHitAudio_7; // System.Boolean ArrowSync::hasPlayHitEffect bool ___hasPlayHitEffect_8; // System.String[] ArrowSync::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_9; // System.Boolean ArrowSync::needCheckHitAnimal bool ___needCheckHitAnimal_10; // System.Boolean ArrowSync::hasAttachAnything bool ___hasAttachAnything_11; // ArrowCamera ArrowSync::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_12; // System.Boolean ArrowSync::isHit bool ___isHit_13; // System.Boolean ArrowSync::hasDoneNextShoot bool ___hasDoneNextShoot_14; // System.Boolean ArrowSync::canUseSideCamera bool ___canUseSideCamera_15; // System.Boolean ArrowSync::hasSetSyncData bool ___hasSetSyncData_16; public: inline static int32_t get_offset_of_rotation_4() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___rotation_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_rotation_4() const { return ___rotation_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_rotation_4() { return &___rotation_4; } inline void set_rotation_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___rotation_4 = value; } inline static int32_t get_offset_of_position_5() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___position_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_5() const { return ___position_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_5() { return &___position_5; } inline void set_position_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___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_hasPlayHitAudio_7() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hasPlayHitAudio_7)); } inline bool get_hasPlayHitAudio_7() const { return ___hasPlayHitAudio_7; } inline bool* get_address_of_hasPlayHitAudio_7() { return &___hasPlayHitAudio_7; } inline void set_hasPlayHitAudio_7(bool value) { ___hasPlayHitAudio_7 = value; } inline static int32_t get_offset_of_hasPlayHitEffect_8() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hasPlayHitEffect_8)); } inline bool get_hasPlayHitEffect_8() const { return ___hasPlayHitEffect_8; } inline bool* get_address_of_hasPlayHitEffect_8() { return &___hasPlayHitEffect_8; } inline void set_hasPlayHitEffect_8(bool value) { ___hasPlayHitEffect_8 = value; } inline static int32_t get_offset_of_hitTargetAnimalInfo_9() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hitTargetAnimalInfo_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_9() const { return ___hitTargetAnimalInfo_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_9() { return &___hitTargetAnimalInfo_9; } inline void set_hitTargetAnimalInfo_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_9), (void*)value); } inline static int32_t get_offset_of_needCheckHitAnimal_10() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___needCheckHitAnimal_10)); } inline bool get_needCheckHitAnimal_10() const { return ___needCheckHitAnimal_10; } inline bool* get_address_of_needCheckHitAnimal_10() { return &___needCheckHitAnimal_10; } inline void set_needCheckHitAnimal_10(bool value) { ___needCheckHitAnimal_10 = value; } inline static int32_t get_offset_of_hasAttachAnything_11() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hasAttachAnything_11)); } inline bool get_hasAttachAnything_11() const { return ___hasAttachAnything_11; } inline bool* get_address_of_hasAttachAnything_11() { return &___hasAttachAnything_11; } inline void set_hasAttachAnything_11(bool value) { ___hasAttachAnything_11 = value; } inline static int32_t get_offset_of_arrowCameraComp_12() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___arrowCameraComp_12)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_12() const { return ___arrowCameraComp_12; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_12() { return &___arrowCameraComp_12; } inline void set_arrowCameraComp_12(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_12), (void*)value); } inline static int32_t get_offset_of_isHit_13() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___isHit_13)); } inline bool get_isHit_13() const { return ___isHit_13; } inline bool* get_address_of_isHit_13() { return &___isHit_13; } inline void set_isHit_13(bool value) { ___isHit_13 = value; } inline static int32_t get_offset_of_hasDoneNextShoot_14() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hasDoneNextShoot_14)); } inline bool get_hasDoneNextShoot_14() const { return ___hasDoneNextShoot_14; } inline bool* get_address_of_hasDoneNextShoot_14() { return &___hasDoneNextShoot_14; } inline void set_hasDoneNextShoot_14(bool value) { ___hasDoneNextShoot_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___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_hasSetSyncData_16() { return static_cast(offsetof(ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071, ___hasSetSyncData_16)); } inline bool get_hasSetSyncData_16() const { return ___hasSetSyncData_16; } inline bool* get_address_of_hasSetSyncData_16() { return &___hasSetSyncData_16; } inline void set_hasSetSyncData_16(bool value) { ___hasSetSyncData_16 = value; } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // AuthLoginMask struct AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields { public: // AuthLoginMask AuthLoginMask::ins AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields, ___ins_4)); } inline AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * get_ins_4() const { return ___ins_4; } inline AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // 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); } }; // GameAssistUI struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Material GameAssistUI::outlight Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___outlight_4; // UnityEngine.UI.Text GameAssistUI::text1 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text1_5; // UnityEngine.UI.Text GameAssistUI::text2 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text2_6; // UnityEngine.UI.Button GameAssistUI::btnScaleAim Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleAim_7; // UnityEngine.UI.Button GameAssistUI::btnScaleShoot Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleShoot_8; // System.Action GameAssistUI::action_OnClickBtnIdentity Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickBtnIdentity_9; // System.Int32 GameAssistUI::playerScaleAimValue_OnlinePK int32_t ___playerScaleAimValue_OnlinePK_11; // System.Boolean[] GameAssistUI::playerScaleAimRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleAimRecords_12; // System.Boolean[] GameAssistUI::playerScaleShootRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleShootRecords_13; // System.Int32 GameAssistUI::aimScaleValue int32_t ___aimScaleValue_15; // System.Single[] GameAssistUI::scaleAimFieldOfViews SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimFieldOfViews_16; // System.Single[] GameAssistUI::scaleAimScopeScales SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimScopeScales_17; // DG.Tweening.Sequence GameAssistUI::seq1 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq1_18; // System.Boolean GameAssistUI::scaleAimOn bool ___scaleAimOn_19; // System.Boolean GameAssistUI::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // System.Int32 GameAssistUI::aimScaleDisplayValue int32_t ___aimScaleDisplayValue_21; // System.Int32 GameAssistUI::shootScaleValue int32_t ___shootScaleValue_22; // DG.Tweening.Sequence GameAssistUI::seq2 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq2_23; // System.Boolean GameAssistUI::scaleShootOn bool ___scaleShootOn_24; public: inline static int32_t get_offset_of_outlight_4() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___outlight_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_outlight_4() const { return ___outlight_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_outlight_4() { return &___outlight_4; } inline void set_outlight_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___outlight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outlight_4), (void*)value); } inline static int32_t get_offset_of_text1_5() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text1_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text1_5() const { return ___text1_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text1_5() { return &___text1_5; } inline void set_text1_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1_5), (void*)value); } inline static int32_t get_offset_of_text2_6() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text2_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text2_6() const { return ___text2_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text2_6() { return &___text2_6; } inline void set_text2_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2_6), (void*)value); } inline static int32_t get_offset_of_btnScaleAim_7() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleAim_7)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleAim_7() const { return ___btnScaleAim_7; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleAim_7() { return &___btnScaleAim_7; } inline void set_btnScaleAim_7(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleAim_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleAim_7), (void*)value); } inline static int32_t get_offset_of_btnScaleShoot_8() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleShoot_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleShoot_8() const { return ___btnScaleShoot_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleShoot_8() { return &___btnScaleShoot_8; } inline void set_btnScaleShoot_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleShoot_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleShoot_8), (void*)value); } inline static int32_t get_offset_of_action_OnClickBtnIdentity_9() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___action_OnClickBtnIdentity_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickBtnIdentity_9() const { return ___action_OnClickBtnIdentity_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickBtnIdentity_9() { return &___action_OnClickBtnIdentity_9; } inline void set_action_OnClickBtnIdentity_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickBtnIdentity_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickBtnIdentity_9), (void*)value); } inline static int32_t get_offset_of_playerScaleAimValue_OnlinePK_11() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimValue_OnlinePK_11)); } inline int32_t get_playerScaleAimValue_OnlinePK_11() const { return ___playerScaleAimValue_OnlinePK_11; } inline int32_t* get_address_of_playerScaleAimValue_OnlinePK_11() { return &___playerScaleAimValue_OnlinePK_11; } inline void set_playerScaleAimValue_OnlinePK_11(int32_t value) { ___playerScaleAimValue_OnlinePK_11 = value; } inline static int32_t get_offset_of_playerScaleAimRecords_12() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimRecords_12)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleAimRecords_12() const { return ___playerScaleAimRecords_12; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleAimRecords_12() { return &___playerScaleAimRecords_12; } inline void set_playerScaleAimRecords_12(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleAimRecords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleAimRecords_12), (void*)value); } inline static int32_t get_offset_of_playerScaleShootRecords_13() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleShootRecords_13)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleShootRecords_13() const { return ___playerScaleShootRecords_13; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleShootRecords_13() { return &___playerScaleShootRecords_13; } inline void set_playerScaleShootRecords_13(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleShootRecords_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleShootRecords_13), (void*)value); } inline static int32_t get_offset_of_aimScaleValue_15() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleValue_15)); } inline int32_t get_aimScaleValue_15() const { return ___aimScaleValue_15; } inline int32_t* get_address_of_aimScaleValue_15() { return &___aimScaleValue_15; } inline void set_aimScaleValue_15(int32_t value) { ___aimScaleValue_15 = value; } inline static int32_t get_offset_of_scaleAimFieldOfViews_16() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimFieldOfViews_16)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimFieldOfViews_16() const { return ___scaleAimFieldOfViews_16; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimFieldOfViews_16() { return &___scaleAimFieldOfViews_16; } inline void set_scaleAimFieldOfViews_16(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimFieldOfViews_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimFieldOfViews_16), (void*)value); } inline static int32_t get_offset_of_scaleAimScopeScales_17() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimScopeScales_17)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimScopeScales_17() const { return ___scaleAimScopeScales_17; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimScopeScales_17() { return &___scaleAimScopeScales_17; } inline void set_scaleAimScopeScales_17(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimScopeScales_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimScopeScales_17), (void*)value); } inline static int32_t get_offset_of_seq1_18() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq1_18)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq1_18() const { return ___seq1_18; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq1_18() { return &___seq1_18; } inline void set_seq1_18(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq1_18), (void*)value); } inline static int32_t get_offset_of_scaleAimOn_19() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimOn_19)); } inline bool get_scaleAimOn_19() const { return ___scaleAimOn_19; } inline bool* get_address_of_scaleAimOn_19() { return &___scaleAimOn_19; } inline void set_scaleAimOn_19(bool value) { ___scaleAimOn_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___isScaleAimDisplaying_20)); } inline bool get_isScaleAimDisplaying_20() const { return ___isScaleAimDisplaying_20; } inline bool* get_address_of_isScaleAimDisplaying_20() { return &___isScaleAimDisplaying_20; } inline void set_isScaleAimDisplaying_20(bool value) { ___isScaleAimDisplaying_20 = value; } inline static int32_t get_offset_of_aimScaleDisplayValue_21() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleDisplayValue_21)); } inline int32_t get_aimScaleDisplayValue_21() const { return ___aimScaleDisplayValue_21; } inline int32_t* get_address_of_aimScaleDisplayValue_21() { return &___aimScaleDisplayValue_21; } inline void set_aimScaleDisplayValue_21(int32_t value) { ___aimScaleDisplayValue_21 = value; } inline static int32_t get_offset_of_shootScaleValue_22() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___shootScaleValue_22)); } inline int32_t get_shootScaleValue_22() const { return ___shootScaleValue_22; } inline int32_t* get_address_of_shootScaleValue_22() { return &___shootScaleValue_22; } inline void set_shootScaleValue_22(int32_t value) { ___shootScaleValue_22 = value; } inline static int32_t get_offset_of_seq2_23() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq2_23)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq2_23() const { return ___seq2_23; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq2_23() { return &___seq2_23; } inline void set_seq2_23(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq2_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq2_23), (void*)value); } inline static int32_t get_offset_of_scaleShootOn_24() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleShootOn_24)); } inline bool get_scaleShootOn_24() const { return ___scaleShootOn_24; } inline bool* get_address_of_scaleShootOn_24() { return &___scaleShootOn_24; } inline void set_scaleShootOn_24(bool value) { ___scaleShootOn_24 = value; } }; struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields { public: // GameAssistUI GameAssistUI::ins GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * ___ins_10; // System.Boolean[] GameAssistUI::playerRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerRecords_14; public: inline static int32_t get_offset_of_ins_10() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___ins_10)); } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * get_ins_10() const { return ___ins_10; } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 ** get_address_of_ins_10() { return &___ins_10; } inline void set_ins_10(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * value) { ___ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_10), (void*)value); } inline static int32_t get_offset_of_playerRecords_14() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___playerRecords_14)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerRecords_14() const { return ___playerRecords_14; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerRecords_14() { return &___playerRecords_14; } inline void set_playerRecords_14(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerRecords_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerRecords_14), (void*)value); } }; // 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); } }; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject LoginMgr::loginView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginView_4; // UnityEngine.GameObject LoginMgr::registerView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerView_5; public: inline static int32_t get_offset_of_loginView_4() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___loginView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginView_4() const { return ___loginView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginView_4() { return &___loginView_4; } inline void set_loginView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginView_4), (void*)value); } inline static int32_t get_offset_of_registerView_5() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___registerView_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerView_5() const { return ___registerView_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerView_5() { return &___registerView_5; } inline void set_registerView_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerView_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerView_5), (void*)value); } }; struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields { public: // UserInfo LoginMgr::myUserInfo UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___myUserInfo_6; public: inline static int32_t get_offset_of_myUserInfo_6() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields, ___myUserInfo_6)); } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * get_myUserInfo_6() const { return ___myUserInfo_6; } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F ** get_address_of_myUserInfo_6() { return &___myUserInfo_6; } inline void set_myUserInfo_6(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * value) { ___myUserInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myUserInfo_6), (void*)value); } }; // NewUserGuiderManager struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject NewUserGuiderManager::prefab_NewUserGuider GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___prefab_NewUserGuider_4; // System.Boolean NewUserGuiderManager::onSceneLoaded_added bool ___onSceneLoaded_added_6; // System.Collections.Generic.Dictionary`2 NewUserGuiderManager::configs Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * ___configs_7; // System.Boolean NewUserGuiderManager::configsInited bool ___configsInited_8; // System.String NewUserGuiderManager::curConfigKey String_t* ___curConfigKey_9; // System.Collections.Generic.List`1 NewUserGuiderManager::configKeyList List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___configKeyList_10; public: inline static int32_t get_offset_of_prefab_NewUserGuider_4() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___prefab_NewUserGuider_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_prefab_NewUserGuider_4() const { return ___prefab_NewUserGuider_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_prefab_NewUserGuider_4() { return &___prefab_NewUserGuider_4; } inline void set_prefab_NewUserGuider_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___prefab_NewUserGuider_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefab_NewUserGuider_4), (void*)value); } inline static int32_t get_offset_of_onSceneLoaded_added_6() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___onSceneLoaded_added_6)); } inline bool get_onSceneLoaded_added_6() const { return ___onSceneLoaded_added_6; } inline bool* get_address_of_onSceneLoaded_added_6() { return &___onSceneLoaded_added_6; } inline void set_onSceneLoaded_added_6(bool value) { ___onSceneLoaded_added_6 = value; } inline static int32_t get_offset_of_configs_7() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configs_7)); } inline Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * get_configs_7() const { return ___configs_7; } inline Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B ** get_address_of_configs_7() { return &___configs_7; } inline void set_configs_7(Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * value) { ___configs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___configs_7), (void*)value); } inline static int32_t get_offset_of_configsInited_8() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configsInited_8)); } inline bool get_configsInited_8() const { return ___configsInited_8; } inline bool* get_address_of_configsInited_8() { return &___configsInited_8; } inline void set_configsInited_8(bool value) { ___configsInited_8 = value; } inline static int32_t get_offset_of_curConfigKey_9() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___curConfigKey_9)); } inline String_t* get_curConfigKey_9() const { return ___curConfigKey_9; } inline String_t** get_address_of_curConfigKey_9() { return &___curConfigKey_9; } inline void set_curConfigKey_9(String_t* value) { ___curConfigKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___curConfigKey_9), (void*)value); } inline static int32_t get_offset_of_configKeyList_10() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configKeyList_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_configKeyList_10() const { return ___configKeyList_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_configKeyList_10() { return &___configKeyList_10; } inline void set_configKeyList_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___configKeyList_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___configKeyList_10), (void*)value); } }; struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields { public: // NewUserGuiderManager NewUserGuiderManager::ins NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields, ___ins_5)); } inline NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * get_ins_5() const { return ___ins_5; } inline NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // 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: }; // JCUnityLib.UI.ValidateJigsawView struct ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JCUnityLib.UI.ValidateJigsaw JCUnityLib.UI.ValidateJigsawView::_validateJigsaw ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * ____validateJigsaw_4; // JCUnityLib.UI.ValidateJigsawDragBar JCUnityLib.UI.ValidateJigsawView::_validateJigsawDragBar ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * ____validateJigsawDragBar_5; // UnityEngine.Events.UnityAction JCUnityLib.UI.ValidateJigsawView::onQuit UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onQuit_6; // UnityEngine.Events.UnityAction JCUnityLib.UI.ValidateJigsawView::onComplete UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onComplete_7; public: inline static int32_t get_offset_of__validateJigsaw_4() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ____validateJigsaw_4)); } inline ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * get__validateJigsaw_4() const { return ____validateJigsaw_4; } inline ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 ** get_address_of__validateJigsaw_4() { return &____validateJigsaw_4; } inline void set__validateJigsaw_4(ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * value) { ____validateJigsaw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____validateJigsaw_4), (void*)value); } inline static int32_t get_offset_of__validateJigsawDragBar_5() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ____validateJigsawDragBar_5)); } inline ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * get__validateJigsawDragBar_5() const { return ____validateJigsawDragBar_5; } inline ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D ** get_address_of__validateJigsawDragBar_5() { return &____validateJigsawDragBar_5; } inline void set__validateJigsawDragBar_5(ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * value) { ____validateJigsawDragBar_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____validateJigsawDragBar_5), (void*)value); } inline static int32_t get_offset_of_onQuit_6() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ___onQuit_6)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onQuit_6() const { return ___onQuit_6; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onQuit_6() { return &___onQuit_6; } inline void set_onQuit_6(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onQuit_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onQuit_6), (void*)value); } inline static int32_t get_offset_of_onComplete_7() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ___onComplete_7)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onComplete_7() const { return ___onComplete_7; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onComplete_7() { return &___onComplete_7; } inline void set_onComplete_7(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onComplete_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_7), (void*)value); } }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // 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); } }; // 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); } }; // manager struct manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ArduinoBluetoothAPI.BluetoothHelper manager::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_4; // System.String manager::deviceName String_t* ___deviceName_5; // UnityEngine.UI.Text manager::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_6; // UnityEngine.GameObject manager::sphere GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___sphere_7; // System.String manager::received_message String_t* ___received_message_8; public: inline static int32_t get_offset_of_bluetoothHelper_4() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___bluetoothHelper_4)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_4() const { return ___bluetoothHelper_4; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_4() { return &___bluetoothHelper_4; } inline void set_bluetoothHelper_4(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_4), (void*)value); } inline static int32_t get_offset_of_deviceName_5() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___deviceName_5)); } inline String_t* get_deviceName_5() const { return ___deviceName_5; } inline String_t** get_address_of_deviceName_5() { return &___deviceName_5; } inline void set_deviceName_5(String_t* value) { ___deviceName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_5), (void*)value); } inline static int32_t get_offset_of_text_6() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___text_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_6() const { return ___text_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_6() { return &___text_6; } inline void set_text_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_6), (void*)value); } inline static int32_t get_offset_of_sphere_7() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___sphere_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_sphere_7() const { return ___sphere_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_sphere_7() { return &___sphere_7; } inline void set_sphere_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___sphere_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphere_7), (void*)value); } inline static int32_t get_offset_of_received_message_8() { return static_cast(offsetof(manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F, ___received_message_8)); } inline String_t* get_received_message_8() const { return ___received_message_8; } inline String_t** get_address_of_received_message_8() { return &___received_message_8; } inline void set_received_message_8(String_t* value) { ___received_message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___received_message_8), (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); } }; // HomeView struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.Image HomeView::myAvatarSprite Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___myAvatarSprite_6; // UnityEngine.UI.Text HomeView::nickNameText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___nickNameText_7; // UnityEngine.GameObject[] HomeView::genders GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___genders_8; // UnityEngine.GameObject HomeView::btnConnectBow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectBow_9; // UnityEngine.GameObject HomeView::btnConnectArrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectArrow_10; // UnityEngine.GameObject HomeView::friendTip GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendTip_11; // BluetoothStatusEnum HomeView::bowStatus int32_t ___bowStatus_13; // System.Action HomeView::action_OnClickStartGame Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickStartGame_14; // UnityEngine.GameObject HomeView::friendItemPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendItemPrefab_15; // UnityEngine.Transform HomeView::friendBarContent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___friendBarContent_16; // System.Int32 HomeView::flag_SwapFriendAndRank int32_t ___flag_SwapFriendAndRank_17; public: inline static int32_t get_offset_of_myAvatarSprite_6() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___myAvatarSprite_6)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_myAvatarSprite_6() const { return ___myAvatarSprite_6; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_myAvatarSprite_6() { return &___myAvatarSprite_6; } inline void set_myAvatarSprite_6(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___myAvatarSprite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myAvatarSprite_6), (void*)value); } inline static int32_t get_offset_of_nickNameText_7() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___nickNameText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_nickNameText_7() const { return ___nickNameText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_nickNameText_7() { return &___nickNameText_7; } inline void set_nickNameText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___nickNameText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickNameText_7), (void*)value); } inline static int32_t get_offset_of_genders_8() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___genders_8)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_genders_8() const { return ___genders_8; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_genders_8() { return &___genders_8; } inline void set_genders_8(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___genders_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___genders_8), (void*)value); } inline static int32_t get_offset_of_btnConnectBow_9() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___btnConnectBow_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectBow_9() const { return ___btnConnectBow_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectBow_9() { return &___btnConnectBow_9; } inline void set_btnConnectBow_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectBow_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectBow_9), (void*)value); } inline static int32_t get_offset_of_btnConnectArrow_10() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___btnConnectArrow_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectArrow_10() const { return ___btnConnectArrow_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectArrow_10() { return &___btnConnectArrow_10; } inline void set_btnConnectArrow_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectArrow_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectArrow_10), (void*)value); } inline static int32_t get_offset_of_friendTip_11() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendTip_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendTip_11() const { return ___friendTip_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendTip_11() { return &___friendTip_11; } inline void set_friendTip_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendTip_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendTip_11), (void*)value); } inline static int32_t get_offset_of_bowStatus_13() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___bowStatus_13)); } inline int32_t get_bowStatus_13() const { return ___bowStatus_13; } inline int32_t* get_address_of_bowStatus_13() { return &___bowStatus_13; } inline void set_bowStatus_13(int32_t value) { ___bowStatus_13 = value; } inline static int32_t get_offset_of_action_OnClickStartGame_14() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___action_OnClickStartGame_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickStartGame_14() const { return ___action_OnClickStartGame_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickStartGame_14() { return &___action_OnClickStartGame_14; } inline void set_action_OnClickStartGame_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickStartGame_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickStartGame_14), (void*)value); } inline static int32_t get_offset_of_friendItemPrefab_15() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendItemPrefab_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendItemPrefab_15() const { return ___friendItemPrefab_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendItemPrefab_15() { return &___friendItemPrefab_15; } inline void set_friendItemPrefab_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendItemPrefab_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendItemPrefab_15), (void*)value); } inline static int32_t get_offset_of_friendBarContent_16() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendBarContent_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_friendBarContent_16() const { return ___friendBarContent_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_friendBarContent_16() { return &___friendBarContent_16; } inline void set_friendBarContent_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___friendBarContent_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendBarContent_16), (void*)value); } inline static int32_t get_offset_of_flag_SwapFriendAndRank_17() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___flag_SwapFriendAndRank_17)); } inline int32_t get_flag_SwapFriendAndRank_17() const { return ___flag_SwapFriendAndRank_17; } inline int32_t* get_address_of_flag_SwapFriendAndRank_17() { return &___flag_SwapFriendAndRank_17; } inline void set_flag_SwapFriendAndRank_17(int32_t value) { ___flag_SwapFriendAndRank_17 = value; } }; struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields { public: // HomeView HomeView::ins HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___ins_12; public: inline static int32_t get_offset_of_ins_12() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields, ___ins_12)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_ins_12() const { return ___ins_12; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_ins_12() { return &___ins_12; } inline void set_ins_12(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_12), (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); } }; // Yeji struct Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 : public TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 { public: // UnityEngine.Animator Yeji::animator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___animator_5; // UnityEngine.AI.NavMeshAgent Yeji::agent NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___agent_6; // System.Int32 Yeji::hp int32_t ___hp_7; // TreeAreaRecorder Yeji::treeAreaRecorder TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * ___treeAreaRecorder_8; // System.Single Yeji::flyPlaneHeight float ___flyPlaneHeight_9; // System.Single Yeji::currentHeight float ___currentHeight_10; // System.Single Yeji::toFlyHeight float ___toFlyHeight_11; // System.Boolean Yeji::_firstSetFlyHeight bool ____firstSetFlyHeight_12; // System.Single Yeji::_scaleY float ____scaleY_13; // System.Boolean Yeji::_moving bool ____moving_15; // System.Single Yeji::movingTime float ___movingTime_16; // System.Single Yeji::canStandTime float ___canStandTime_17; // System.Single Yeji::canFlyStayTime float ___canFlyStayTime_18; // System.Int32 Yeji::canFlyTreeCount int32_t ___canFlyTreeCount_19; // TreeAreaRecorder/AreaInfo Yeji::targetAreaInfo AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * ___targetAreaInfo_21; // System.Boolean Yeji::needCheckFlyDown bool ___needCheckFlyDown_22; // System.Boolean Yeji::willStayOnTree bool ___willStayOnTree_23; // Yeji/State Yeji::state State_t908756508036982A4DF72593F6016F3C51C610B7 * ___state_26; // System.Action`1 Yeji::onDie Action_1_t1B7004A16BED5066BEB03C343CA7F4B5EE772A10 * ___onDie_27; // Yeji/OnlineHandler Yeji::onlineHandler OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * ___onlineHandler_29; public: inline static int32_t get_offset_of_animator_5() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___animator_5)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_animator_5() const { return ___animator_5; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_animator_5() { return &___animator_5; } inline void set_animator_5(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___animator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animator_5), (void*)value); } inline static int32_t get_offset_of_agent_6() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___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(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___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_treeAreaRecorder_8() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___treeAreaRecorder_8)); } inline TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * get_treeAreaRecorder_8() const { return ___treeAreaRecorder_8; } inline TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 ** get_address_of_treeAreaRecorder_8() { return &___treeAreaRecorder_8; } inline void set_treeAreaRecorder_8(TreeAreaRecorder_tAE9063D38B62DF6BE86781A700F0D349C2E43B37 * value) { ___treeAreaRecorder_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeAreaRecorder_8), (void*)value); } inline static int32_t get_offset_of_flyPlaneHeight_9() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___flyPlaneHeight_9)); } inline float get_flyPlaneHeight_9() const { return ___flyPlaneHeight_9; } inline float* get_address_of_flyPlaneHeight_9() { return &___flyPlaneHeight_9; } inline void set_flyPlaneHeight_9(float value) { ___flyPlaneHeight_9 = value; } inline static int32_t get_offset_of_currentHeight_10() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___currentHeight_10)); } inline float get_currentHeight_10() const { return ___currentHeight_10; } inline float* get_address_of_currentHeight_10() { return &___currentHeight_10; } inline void set_currentHeight_10(float value) { ___currentHeight_10 = value; } inline static int32_t get_offset_of_toFlyHeight_11() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___toFlyHeight_11)); } inline float get_toFlyHeight_11() const { return ___toFlyHeight_11; } inline float* get_address_of_toFlyHeight_11() { return &___toFlyHeight_11; } inline void set_toFlyHeight_11(float value) { ___toFlyHeight_11 = value; } inline static int32_t get_offset_of__firstSetFlyHeight_12() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ____firstSetFlyHeight_12)); } inline bool get__firstSetFlyHeight_12() const { return ____firstSetFlyHeight_12; } inline bool* get_address_of__firstSetFlyHeight_12() { return &____firstSetFlyHeight_12; } inline void set__firstSetFlyHeight_12(bool value) { ____firstSetFlyHeight_12 = value; } inline static int32_t get_offset_of__scaleY_13() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ____scaleY_13)); } inline float get__scaleY_13() const { return ____scaleY_13; } inline float* get_address_of__scaleY_13() { return &____scaleY_13; } inline void set__scaleY_13(float value) { ____scaleY_13 = value; } inline static int32_t get_offset_of__moving_15() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ____moving_15)); } inline bool get__moving_15() const { return ____moving_15; } inline bool* get_address_of__moving_15() { return &____moving_15; } inline void set__moving_15(bool value) { ____moving_15 = value; } inline static int32_t get_offset_of_movingTime_16() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___movingTime_16)); } inline float get_movingTime_16() const { return ___movingTime_16; } inline float* get_address_of_movingTime_16() { return &___movingTime_16; } inline void set_movingTime_16(float value) { ___movingTime_16 = value; } inline static int32_t get_offset_of_canStandTime_17() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___canStandTime_17)); } inline float get_canStandTime_17() const { return ___canStandTime_17; } inline float* get_address_of_canStandTime_17() { return &___canStandTime_17; } inline void set_canStandTime_17(float value) { ___canStandTime_17 = value; } inline static int32_t get_offset_of_canFlyStayTime_18() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___canFlyStayTime_18)); } inline float get_canFlyStayTime_18() const { return ___canFlyStayTime_18; } inline float* get_address_of_canFlyStayTime_18() { return &___canFlyStayTime_18; } inline void set_canFlyStayTime_18(float value) { ___canFlyStayTime_18 = value; } inline static int32_t get_offset_of_canFlyTreeCount_19() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___canFlyTreeCount_19)); } inline int32_t get_canFlyTreeCount_19() const { return ___canFlyTreeCount_19; } inline int32_t* get_address_of_canFlyTreeCount_19() { return &___canFlyTreeCount_19; } inline void set_canFlyTreeCount_19(int32_t value) { ___canFlyTreeCount_19 = value; } inline static int32_t get_offset_of_targetAreaInfo_21() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___targetAreaInfo_21)); } inline AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * get_targetAreaInfo_21() const { return ___targetAreaInfo_21; } inline AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 ** get_address_of_targetAreaInfo_21() { return &___targetAreaInfo_21; } inline void set_targetAreaInfo_21(AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * value) { ___targetAreaInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetAreaInfo_21), (void*)value); } inline static int32_t get_offset_of_needCheckFlyDown_22() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___needCheckFlyDown_22)); } inline bool get_needCheckFlyDown_22() const { return ___needCheckFlyDown_22; } inline bool* get_address_of_needCheckFlyDown_22() { return &___needCheckFlyDown_22; } inline void set_needCheckFlyDown_22(bool value) { ___needCheckFlyDown_22 = value; } inline static int32_t get_offset_of_willStayOnTree_23() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___willStayOnTree_23)); } inline bool get_willStayOnTree_23() const { return ___willStayOnTree_23; } inline bool* get_address_of_willStayOnTree_23() { return &___willStayOnTree_23; } inline void set_willStayOnTree_23(bool value) { ___willStayOnTree_23 = value; } inline static int32_t get_offset_of_state_26() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___state_26)); } inline State_t908756508036982A4DF72593F6016F3C51C610B7 * get_state_26() const { return ___state_26; } inline State_t908756508036982A4DF72593F6016F3C51C610B7 ** get_address_of_state_26() { return &___state_26; } inline void set_state_26(State_t908756508036982A4DF72593F6016F3C51C610B7 * value) { ___state_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_26), (void*)value); } inline static int32_t get_offset_of_onDie_27() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___onDie_27)); } inline Action_1_t1B7004A16BED5066BEB03C343CA7F4B5EE772A10 * get_onDie_27() const { return ___onDie_27; } inline Action_1_t1B7004A16BED5066BEB03C343CA7F4B5EE772A10 ** get_address_of_onDie_27() { return &___onDie_27; } inline void set_onDie_27(Action_1_t1B7004A16BED5066BEB03C343CA7F4B5EE772A10 * value) { ___onDie_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDie_27), (void*)value); } inline static int32_t get_offset_of_onlineHandler_29() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81, ___onlineHandler_29)); } inline OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * get_onlineHandler_29() const { return ___onlineHandler_29; } inline OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 ** get_address_of_onlineHandler_29() { return &___onlineHandler_29; } inline void set_onlineHandler_29(OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * value) { ___onlineHandler_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHandler_29), (void*)value); } }; struct Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields { public: // System.Int32 Yeji::_avoidancePriority int32_t ____avoidancePriority_14; // System.Single[] Yeji::preFlyHeights SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___preFlyHeights_24; // System.Object[] Yeji::preFlyHeightCools ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___preFlyHeightCools_25; // System.Collections.Generic.HashSet`1 Yeji::yejiSet HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * ___yejiSet_28; // StoneRecorder Yeji::stoneRecorder StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * ___stoneRecorder_30; public: inline static int32_t get_offset_of__avoidancePriority_14() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields, ____avoidancePriority_14)); } inline int32_t get__avoidancePriority_14() const { return ____avoidancePriority_14; } inline int32_t* get_address_of__avoidancePriority_14() { return &____avoidancePriority_14; } inline void set__avoidancePriority_14(int32_t value) { ____avoidancePriority_14 = value; } inline static int32_t get_offset_of_preFlyHeights_24() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields, ___preFlyHeights_24)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_preFlyHeights_24() const { return ___preFlyHeights_24; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_preFlyHeights_24() { return &___preFlyHeights_24; } inline void set_preFlyHeights_24(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___preFlyHeights_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___preFlyHeights_24), (void*)value); } inline static int32_t get_offset_of_preFlyHeightCools_25() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields, ___preFlyHeightCools_25)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_preFlyHeightCools_25() const { return ___preFlyHeightCools_25; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_preFlyHeightCools_25() { return &___preFlyHeightCools_25; } inline void set_preFlyHeightCools_25(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___preFlyHeightCools_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___preFlyHeightCools_25), (void*)value); } inline static int32_t get_offset_of_yejiSet_28() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields, ___yejiSet_28)); } inline HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * get_yejiSet_28() const { return ___yejiSet_28; } inline HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 ** get_address_of_yejiSet_28() { return &___yejiSet_28; } inline void set_yejiSet_28(HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * value) { ___yejiSet_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___yejiSet_28), (void*)value); } inline static int32_t get_offset_of_stoneRecorder_30() { return static_cast(offsetof(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields, ___stoneRecorder_30)); } inline StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * get_stoneRecorder_30() const { return ___stoneRecorder_30; } inline StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D ** get_address_of_stoneRecorder_30() { return &___stoneRecorder_30; } inline void set_stoneRecorder_30(StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * value) { ___stoneRecorder_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___stoneRecorder_30), (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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint[] struct AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50 : public RuntimeArray { public: ALIGN_FIELD (8) AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * m_Items[1]; public: inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 ** 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, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D : public RuntimeArray { public: ALIGN_FIELD (8) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * m_Items[1]; public: inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.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.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; } }; // 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; } }; // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, 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); // !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); // !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.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, 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.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, 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.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::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __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); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, 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); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C Dictionary_2_GetEnumerator_m38B4E05D0D6833808BCD7BA4F31DF9F4ECD76170_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline (Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mEEAA9A380252BB2F9B2403853F4C00F2F643ADC4_gshared (Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7567E65C01E35A09AD2AD4814D708A8E76469D31_gshared (Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject ** ___value1, 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.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_gshared_inline (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m01CB4A372D99E73E5B3205A975F4EA5D42B166AD_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_gshared (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_gshared (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, 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.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.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void UserComp/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0D20A0F9770DA3A043BA04A2CE68DF1F2B48F3DF (U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * __this, const RuntimeMethod* method); // System.Void AimHandler::InitGyr(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_InitGyr_m0B0BAF464AE8C73F5A2AF3AB2811ADB9D5A345D3 (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, String_t* ___record0, const RuntimeMethod* method); // System.Void AimHandler::InitMag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AimHandler_InitMag_mC4AC0BABBA36A4409BA349041F1211FA194E331E (AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * __this, String_t* ___record0, const RuntimeMethod* method); // System.Void UserController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1_U3CU3Em__Finally1_m4948819B02B7BF5E3DCEFEE777E1065B8B39000B (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method); // System.String CommonConfig::get_gateServerURL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159 (String_t* ___key0, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::AddField(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, String_t* ___fieldName0, String_t* ___value1, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Post(System.String,UnityEngine.WWWForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646 (String_t* ___uri0, WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * ___formData1, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::SendWebRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // System.String UnityEngine.Networking.DownloadHandler::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A (DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D (String_t* ___value0, const RuntimeMethod* method) { return (( RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8 (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void UserController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1_System_IDisposable_Dispose_mE41D31AE9E631F81FCE5AF10A1772CEB1F217536 (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void UserController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0_U3CU3Em__Finally1_m22937F21331984B48EF5D0836C98F27E80045380 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method); // System.Void UserController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0_System_IDisposable_Dispose_mBE54C5102C7043AF9465C504C75F9088EFD48128 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method); // System.Void UserPlayer/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE636AD4A10EADB86A2C53C0C3ABD28841E8E9219 (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void UserPlayer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserPlayer__ctor_mFC36BA562A340EF99109756888784318A4A0DBA9 (UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * __this, const RuntimeMethod* method); // System.Void JCEngineCore.JCEngine::boot(System.String,JCEngineCore.JCEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JCEngine_boot_mAEF88142697BFC963E757079F094DBD64E21FF71 (String_t* ___url0, JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * ___entity1, const RuntimeMethod* method); // System.Void UserPlayer::handleAuthExpire() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserPlayer_handleAuthExpire_mF9200F37D4484FDCAD97E2F71FFEE46E9C767FED (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); // System.Void HomeView::RenderMyAvatarSprite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderMyAvatarSprite_m18F8A1886A14F1FE97AA702EB79226F95F0ECFB6 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void HomeView::RenderNameOrGender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderNameOrGender_mAA58048642B4FFEA1BEA6C7BA177E78C33D9A3C1 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void HomeView::RenderDeviceNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderDeviceNames_m06A2C7355988AD7F085B63A7E474F74526E5CD27 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void AuthLoginMask::SetVisiable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthLoginMask_SetVisiable_m8569895A745BFD617DBED79FAB4DAA5D24296435 (AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * __this, bool ___visiable0, const RuntimeMethod* method); // UnityEngine.SceneManagement.Scene UnityEngine.SceneManagement.SceneManager::GetActiveScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4 (const RuntimeMethod* method); // System.String UnityEngine.SceneManagement.Scene::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UserInfo::IsGuideFinish(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UserInfo_IsGuideFinish_m40C8D2D39CC760A66D1327D170F0EC6D67861DB0 (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void NewUserGuiderManager::ReviewNewUserGuide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuiderManager_ReviewNewUserGuide_mF4184B6DEC79650B20E22028F0F897D2AD76C93D (NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * __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); // System.Void UserPlayer::InitLogReporter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserPlayer_InitLogReporter_m758E9FD4F16501EBA33B45AC31DA1D495E54F32F (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.Boolean HomeView::ShowProminentBeforeConnectBLE(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree0, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void GPSTool::GetAddress(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPSTool_GetAddress_mD068B33B06551CD714AD087C776F7915D9786CA1 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * ___callback0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UserInfo::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3 (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void UnityEngine.Application::Quit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_m8D720E5092786C2EE32310D85FE61C253D3B1F2A (const RuntimeMethod* method); // System.Void UnityEngine.WaitForSecondsRealtime::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225 (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * __this, float ___time0, const RuntimeMethod* method); // System.Void JCEngineCore.JCEngine::reboot(JCEngineCore.JCEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JCEngine_reboot_mAEBDB7A9F3572A14C4BB29CFC8B6FC0D998CBF9B (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * ___entity0, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4 (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * __this, float ___seconds0, const RuntimeMethod* method); // 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.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_Invoke_mFFF1FFE59D8285F8A81350E6D5C4D791F44F6AC9 (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WNafPreCompInfo__ctor_mC00893F46A6E2C15215E7B060E14A81C253349B2 (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::CheckExisting(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WNafCallback_CheckExisting_m93029A26A4D06D1DA1031E380D9AEF0E11BB2266 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * ___existingWNaf0, int32_t ___reqPreCompLen1, bool ___includeNegated2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities::ResizeTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* WNafUtilities_ResizeTable_m3C14285F9BA2458C2F338FE347903703F5556991 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___a0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsInfinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::IsFpCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECAlgorithms_IsFpCurve_mA01474701D54E9F861242D8FE202EC606F08BD4B (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::CheckTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WNafCallback_CheckTable_m005D1652AED77BB3C4EBDC6D7F0ACADB12DB07F8 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___table0, int32_t ___reqLen1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WTauNafPreCompInfo__ctor_mD28144BE53B0712CDD013432CA0B7245928FCAE5 (WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.Tnaf::GetPreComp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint,System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* Tnaf_GetPreComp_mB7519F3515B94FFB9AC4A7E47AF371CB80E87D01 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * ___p0, int8_t ___a1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFB277020BFBFF69E6FF71BF2579529FCDD2D821C (U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsControl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.WaypointCircuit/RoutePoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoutePoint__ctor_mCCDE64040449EDB283B910FC23935BBB32D1DFD5 (RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, 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 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); // !!0 UnityEngine.Object::Instantiate(!!0) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m97097C67AEE5EC5FF3EEC6D53AA1DC94245B4D4E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, 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.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, 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); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void Wolf/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7684066A9C358E36356C10D85DA1FDA180D3388A (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method); // System.Void Wolf/State::ResetActionState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::Kill(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___complete1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::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); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __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 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 Wolf::LookAtHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_baseOffset(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_baseOffset_mBB3E1826FC47E1A52F3CF46F59015732AA0FD5DE (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, float ___value0, const RuntimeMethod* method); // System.Void Wolf::playAniJumpDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_playAniJumpDown_m8519C24CBE4191495CAF8410780865A7B59BE5EE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, 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 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); } // System.Void Wolf::stopAniJumpDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Wolf_stopAniJumpDown_mC0133B40521BDEDD294F7F63A27DF26C02D6ABDE (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * __this, const RuntimeMethod* method); // WolfSyncData Wolf/OnlineHandler::get_inputSyncData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, 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); // 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.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.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); // 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.Void WolfSyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfSyncData__ctor_m969E377F38723A82393B0ABF6958DFE81A0B964F (WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * __this, const RuntimeMethod* method); // System.Void WolfSyncData::SetData(Wolf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfSyncData_SetData_m8951E7B15AF0F1B8FC54E3634FF39E51160EDD2F (WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___wolf0, 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.Single WolfActGrid/AreaMatrix::calDis(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AreaMatrix_calDis_mDD39FD3E5FF58AD6AE0F1E95E93B9A964ABABEAD (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p10, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p21, 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.Object WolfActGrid/AreaMatrix::checkOccupy(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AreaMatrix_checkOccupy_mEFB296095538492B4068A9AA3D7D64DE3948A364 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, int32_t ___r0, int32_t ___c1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, 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 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 System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, 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 WolfActGrid/AreaMatrix::releaseOccupy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix_releaseOccupy_m812774928F2C7D51FE7F6CEF9B5724B37B0BDB47 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void WolfActGrid/AreaMatrix::Occupy(System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix_Occupy_mF36733236FF16BC77AC9FC3E88E4A8EEC438FF25 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, int32_t ___r0, int32_t ___c1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D Dictionary_2_GetEnumerator_m055FCBE67B7A14D09FD445097B4FB8175BA63EED (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * __this, const RuntimeMethod* method) { return (( Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D (*) (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 Enumerator_get_Current_m50A4B614321D04360110BFD9C297039C97022C7D_inline (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 (*) (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_mAF500E6E155AA89B054E317716C05B5421D1D4FF_inline (KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m43A5C9789D4C0A11BCFE87D8504DAA8D1FB1E30F_inline (KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m9E232F63ACC938E80C48C81FB4079ACE0076EF1F (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m21C7924D6C9195A9B47670B158432F9451445A7D (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mDB4BB0817E1BB3349622432DA675D1F9EC6F0085 (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * __this, RuntimeObject * ___key0, String_t** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *, RuntimeObject *, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mE300BD1A63760E729AF5A6C62285A7BE34D0E771 (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // 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); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mB1554E4BD8D5AAE43255289943745C6D47E8C09A (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * __this, RuntimeObject * ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *, RuntimeObject *, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, 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); // !!0 UnityEngine.Component::GetComponentInChildren() inline WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * Component_GetComponentInChildren_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_mCB3BF30BD4375AB21E374A6F5D57132F214C6601 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, 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); // 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); } // !!0 UnityEngine.GameObject::GetComponent() inline WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * GameObject_GetComponent_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_m787252E13CDC8546EEB9D887654E0D08D0E342EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, 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 WolfLineRender::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfLineRender_SetDestination_m65080630E7FAAED33343E6F8A15EFE2BBEA56BB4 (WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___des0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() inline void List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037 (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mD80F4947CAC3A6435C23B1DF058EFB0B768C3DCF (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, 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); // 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.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F (String_t* ___s0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void System.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); } // 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.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B (String_t* ___path0, 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); // System.Void System.IO.StreamWriter::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_mE341C28EFA3FE0484823233273DBE251A11BD4FC (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * __this, String_t* ___path0, 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); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * JsonConvert_DeserializeObject_TisJsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_m35F0D19DB2D904E88E282F274DCAF9B69CBDB703 (String_t* ___value0, const RuntimeMethod* method) { return (( JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void WolfActGrid/JsonConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig__ctor_m5054A957FA5E25EA78B86484FE2CA9EB9DD752AC (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __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.Int32 UnityEngine.Mathf::CeilToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F (float ___f0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1 (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m1B931D8D65C577B2A5A5E7E05D2C8C70BF9777DB (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m8AC16FAD5CFA720EE2E3D7F53A6ECDF0A3EB5397 (U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * __this, const RuntimeMethod* method); // SocketPlayer SocketPlayer::NewInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * SocketPlayer_NewInstance_m766ABDA801C2F3D4384DAF07F2FF6A2B9C4BA967 (const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m8E42E8371E46E05F91809DB3B6FA0420EEBE5658 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator WolfHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_m45DCC92FF3F4A340B426809EAC6C31E1D53B5063 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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 WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13__ctor_m89420EF937F9A28B96B7590A389DAAB3E1A54EAE (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, int32_t ___U3CU3E1__state0, 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); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * JsonConvert_DeserializeObject_TisSyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_mFAFCAD55B236C56B87527B3CFA4D3E75A77342AD (String_t* ___value0, const RuntimeMethod* method) { return (( SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void WolfHuntGameMode_OnlinePK/SyncLogicData::Output(WolfHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mE1C75CFC51483AADD29F16F737E290B7896FEB94 (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __this, WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___dest0, 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); // ArmBow ArmBow::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864 (const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject>(System.String) inline List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10 (String_t* ___value0, const RuntimeMethod* method) { return (( List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68 (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, const RuntimeMethod* method) { return (( Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m38B4E05D0D6833808BCD7BA4F31DF9F4ECD76170_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_inline (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 (*) (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *, const RuntimeMethod*))Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_inline (KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 * __this, const RuntimeMethod* method) { return (( ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * (*) (KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413 (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *, const RuntimeMethod*))Enumerator_MoveNext_mEEAA9A380252BB2F9B2403853F4C00F2F643ADC4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *, const RuntimeMethod*))Enumerator_Dispose_m7567E65C01E35A09AD2AD4814D708A8E76469D31_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648 (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * __this, const RuntimeMethod* method) { return (( Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 (*) (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_inline (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 * __this, const RuntimeMethod* method) { return (( SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * (*) (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9 (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, int32_t ___key0, ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, int32_t, ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, 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::AddComponent() inline ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void ArrowSync::SetSyncData(ArrowSync/SyncData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrowSync_SetSyncData_mDD23706DDDD8E8D5142C80496363E685BF0073D0 (ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * __this, SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___syncData0, bool ___apply1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, int32_t ___key0, ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, int32_t, ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 *, const RuntimeMethod*))Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9 (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270 (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_inline (KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175 (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { return (( Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline int32_t Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method) { return (( int32_t (*) (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *, const RuntimeMethod*))Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226 (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, int32_t ___key0, const RuntimeMethod* method) { return (( ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m01CB4A372D99E73E5B3205A975F4EA5D42B166AD_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72 (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6 (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *, const RuntimeMethod*))Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86 (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *, const RuntimeMethod*))Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_gshared)(__this, 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_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68 (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * __this, ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___arg10, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 *, ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 *, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject>(System.String) inline List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * JsonConvert_DeserializeObject_TisList_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_m76AA5B02144F9B809599113C79E78E7B7B6C0F76 (String_t* ___value0, const RuntimeMethod* method) { return (( List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911 (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, const RuntimeMethod* method) { return (( Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m38B4E05D0D6833808BCD7BA4F31DF9F4ECD76170_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_inline (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 (*) (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *, const RuntimeMethod*))Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_inline (KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 * __this, const RuntimeMethod* method) { return (( Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * (*) (KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732 (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *, const RuntimeMethod*))Enumerator_MoveNext_mEEAA9A380252BB2F9B2403853F4C00F2F643ADC4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *, const RuntimeMethod*))Enumerator_Dispose_m7567E65C01E35A09AD2AD4814D708A8E76469D31_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 List_1_GetEnumerator_mEDD5D0C560815053E3F17E3A6DBEE941ABC7FB70 (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * __this, const RuntimeMethod* method) { return (( Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 (*) (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * Enumerator_get_Current_m7DF3A6E7ED30ED92319F806A451EB160DB1FC5DC_inline (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 * __this, const RuntimeMethod* method) { return (( WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * (*) (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m317EE2117B84026EE1BE5AFA6CF7C183C66F86C4 (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, int32_t ___key0, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, int32_t, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, method); } // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (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/OnlineHandler::set_inputSyncData(WolfSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_set_inputSyncData_m0BD3D3343B8DF57ED80BDD41838AAECC2A36E48A (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mB61952A036113CE26CDE3AFB99E1FF057ACC4A7E (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, int32_t ___key0, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, int32_t, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *, const RuntimeMethod*))Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA5F3FF2F0E2B8A0D6918E89DE99936E0DBE44797 (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m06F7F73D5D643D298A2090CDB2BB12BF15CA5278 (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m4ABEAD77265AA751014ADA08C9EB45321CC732B9_inline (KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * Dictionary_2_get_Item_mC906DA6A373F4B8652F31867DC68D1214649D04D (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m01CB4A372D99E73E5B3205A975F4EA5D42B166AD_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mC0FBF93DC1903531F2779B3C0BFE26248F1EAE9E (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared)(__this, ___key0, method); } // System.Single UnityEngine.WaitForSecondsRealtime::get_waitTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float WaitForSecondsRealtime_get_waitTime_m04ED4EACCB01E49DEC7E0E5A83789068A3525BC2_inline (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * __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.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.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); // 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.Void WolfHuntGameMode::DoTweenHurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_DoTweenHurt_m83E15D77C1E4F33BD63D8CE5ADFE76467F813394 (WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * __this, const RuntimeMethod* method); // BowCamera BowCamera::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547 (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 WolfHuntGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WolfHuntGameMode_OnlinePK_AddReadyView_mD19CD469CC6DB840B7D16BB599E4243F9B25720D (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, 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.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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.Void ChallengeGameMode::AnnounceGameOver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m1C9D7CA5B2CD36AAC370BE28B3363E6094580D4F (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_m41234D78BE994C2777C2130BF44BB20A2B40695C (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mEACE18F48B43E7254332194DE4430884DB36CDB3 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_m0A34433A2A1E62E17CCE6C39BDDDF4A856DEBDC2 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_m6154689296F12E0EB6E28F4592D0C4614AA5776A (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_mE5CC14A2CB869BDD5C44B57D06192944AE5B8B38 (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.Void WolfHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_mB727BFDFF9365BEF35DE134C102A928345F5F81F (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __this, const RuntimeMethod* method); // WolfHuntGameMode_OnlinePK/SyncLogicData WolfHuntGameMode_OnlinePK/SyncLogicData::Input(WolfHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * SyncLogicData_Input_m3663A7B36B2FFC0BAC898FE35576B7ED0625607D (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __this, WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___src0, 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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC (HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * __this, const RuntimeMethod* method) { return (( Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC (*) (HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_inline (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC * __this, const RuntimeMethod* method) { return (( Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * (*) (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * __this, SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 *, SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41 (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC6665A728AA06154CEC0D3D9B48712FD72FDA586 (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m86EF134E3E9FB8449E0286F307D2129197F59CBC (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * __this, WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF *, WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean GameMode::get_pauseTimeCounting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // HunterGamePlayerScoreCounter WolfHuntGameMode_OnlinePK::getHunterGamePlayerScoreCounter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * WolfHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_mBAFE96E083881EA58EF5EFC22A3A0AE08068A107_inline (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9 (X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___str0, int32_t ___radix1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b5, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order6, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor7, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v1Holder__ctor_m419C756C2E8701AC6B569896637C4ACFFC778085 (C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v2Holder__ctor_mFE697C9223521A7187B95FB37FD624094A1861E0 (C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v3Holder__ctor_m812277AB455C7BD63F63785C088975BCC8480B18 (C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb176w1Holder__ctor_mEE1AE6AF4E282A0E74A7A78287A0E6E78E27ED80 (C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb208w1Holder__ctor_m7C0060007C66619FB91750D9E2911D3CE57FD06B (C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb272w1Holder__ctor_m52032CE787EA6016F29BE0D17830CEC4100F639A (C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb304w1Holder__ctor_m404B7E829CE93E1ECB819334D1525DC907C90418 (C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb368w1Holder__ctor_mC31B3A7C7497C248A639C91F08EF3196DE8A2786 (C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::.ctor(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, int32_t ___m0, int32_t ___k1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order4, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v1Holder__ctor_m959B40DDA13F26007EC3D6A12262A6827E80D919 (C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v2Holder__ctor_mBCE7AEF81B95B26E4E48E11B6334B68E608362D2 (C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v3Holder__ctor_m194CB6028417C59D619C42BCDEA044B041BD39CC (C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v1Holder__ctor_mC759580B879D758477833D5BE0A390CE44178850 (C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v2Holder__ctor_m4A8E8005FD3BE8A371A420F5FAB51A2A0E1E08EF (C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v3Holder__ctor_m7FCE86520DF6FDF23918AFC04C45D55422982831 (C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb359v1Holder__ctor_mE50AD4041429D0148A7AED8DEC3316FBDBB0A6B7 (C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb431r1Holder__ctor_m227BDAA97EEF3FA2F9D76B8804876C3F4F5B87EC (C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67 (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v1Holder__ctor_mCE9688C1B73A5F97A2F7716F4552B0BD805E0BA6 (Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v2Holder__ctor_mF788FC7BF2D999AFD413F1E295D74DEDE1DC3FD4 (Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v3Holder__ctor_mF7C75520935C98E9B45A36B8563696F8EEAA7BB2 (Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v1Holder__ctor_mFFDAB97A92A9A0FF5AC01C3B991189CC1FAEAADD (Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v2Holder__ctor_m9A77668ED739409FD7FBC14288928FF670ECB18B (Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v3Holder__ctor_mB98437A3EE00FA6E63224C9308B9462063D25DA6 (Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime256v1Holder__ctor_mC854A738C41924C1DCABEFEF5C4B1C90513624E0 (Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetLayerWeight(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLayerWeight_mFC527EAF68AAA25156B5A5B838FB9AB7231DDDF7 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, int32_t ___layerIndex0, float ___weight1, const RuntimeMethod* method); // YejiSyncData Yeji/OnlineHandler::get_inputSyncData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3_inline (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetInteger(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetInteger_mFB04A03AF6C24978BF2BDE9161243F8F6B9762C5 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Animator::set_speed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_speed_m632FF62E0D6B668C55190B3579B12684316C4041 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, float ___value0, const RuntimeMethod* method); // System.Void YejiSyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YejiSyncData__ctor_mBE75D52518F7984C8DA619E086B4255C4290DD61 (YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * __this, const RuntimeMethod* method); // UnityEngine.AnimatorStateInfo UnityEngine.Animator::GetCurrentAnimatorStateInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA Animator_GetCurrentAnimatorStateInfo_m562250C74BF8C626B5227FE840D6CB739B5F8314 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, int32_t ___layerIndex0, const RuntimeMethod* method); // System.Int32 UnityEngine.AnimatorStateInfo::get_fullPathHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimatorStateInfo_get_fullPathHash_m296D315AB1FBF6177A423298296CECC1DBA7221D (AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___value1, const RuntimeMethod* method) { return (( int32_t (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, int32_t, const RuntimeMethod*))Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E_gshared)(___array0, ___value1, method); } // System.Single UnityEngine.Animator::get_speed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_speed_mA1E16FD07760F406F4415BB55648A87711E5BA1F (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, const RuntimeMethod* method); // System.Void YejiSyncData::SetData(Yeji) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YejiSyncData_SetData_m0DF9399EFC4592651E1744746A62BE6D1A61E3D9 (YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * __this, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___yeji0, const RuntimeMethod* method); // System.Int32 UnityEngine.Animator::StringToHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668 (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m7EE41949429627101A5A0F2B02758ABBFD958106 (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m1A3622BC56E36C79E9D2918183DFACDB87DA7495 (U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m45F6DE4BC54FB387801D4AE625E4D49AF4A62CBA (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Collections.IEnumerator YejiHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_mA12A95660DD55DE5C6670ABF873DF280E903888C (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13__ctor_m71D4234DA293F5726E6A5F3FAD5BC616402854B2 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_mBAE96D77DFA28286786911F6C6F747BB00DE97BD (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * JsonConvert_DeserializeObject_TisSyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_m9CF55EA19B40FB35DFE7CADFC9EEB25692B3377D (String_t* ___value0, const RuntimeMethod* method) { return (( SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void YejiHuntGameMode_OnlinePK/SyncLogicData::Output(YejiHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mB78F298E8D7E503A9FC2B801240E745F6250503F (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___dest0, const RuntimeMethod* method); // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject>(System.String) inline List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * JsonConvert_DeserializeObject_TisList_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_m635B6FA69003666D4FD35E9522FC38E4446BF19F (String_t* ___value0, const RuntimeMethod* method) { return (( List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729 (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, const RuntimeMethod* method) { return (( Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m38B4E05D0D6833808BCD7BA4F31DF9F4ECD76170_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_inline (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA (*) (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *, const RuntimeMethod*))Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_inline (KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA * __this, const RuntimeMethod* method) { return (( Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * (*) (KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *, const RuntimeMethod*))Enumerator_MoveNext_mEEAA9A380252BB2F9B2403853F4C00F2F643ADC4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508 (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *, const RuntimeMethod*))Enumerator_Dispose_m7567E65C01E35A09AD2AD4814D708A8E76469D31_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 List_1_GetEnumerator_m1339A526D7089C0013546A229B78650B7D0E690F (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * __this, const RuntimeMethod* method) { return (( Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 (*) (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * Enumerator_get_Current_m57A0F88B1BAABA21B592B62D28DDB13E50B6A616_inline (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 * __this, const RuntimeMethod* method) { return (( YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * (*) (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD874987DE104CC0A9C6E31C45BD6BE08DDA5BFF2 (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, int32_t ___key0, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, int32_t, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * GameObject_GetComponent_TisYeji_tE6BD925F837340572A36DAC8B0F636034B696A81_m82CE4619411D4E631989E5433534C4474AF0ADED (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void Yeji/OnlineHandler::set_inputSyncData(YejiSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_set_inputSyncData_mFE71CD5F52E0C50A06118278E6AC60EF555998FD (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m2D6B30897C0DE1BA86F3BA856F12A66ABA51451A (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, int32_t ___key0, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, int32_t, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 *, const RuntimeMethod*))Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD3492B9FB249C9A3006FB32FF4AE1EC529A8B9D2 (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mDE3A1F2C5B7C023F4F7A40A954F00EF54EE9FEDF (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_mF2C53DDC8406C006C717EB77DF84B3668145E0E5_inline (KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * Dictionary_2_get_Item_m973A95F12EA9747CEB5CA6EA2048CF325F02C908 (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m01CB4A372D99E73E5B3205A975F4EA5D42B166AD_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m797BFB4FCEADDF190725BC6DF78C9710DFF9F744 (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared)(__this, ___key0, method); } // System.Void YejiHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YejiHuntGameMode_OnlinePK_OnUpdate_mF27346E6902940B90598C1640D5900B0B1274EA8 (YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA (HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * __this, const RuntimeMethod* method) { return (( Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 (*) (HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_inline (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 * __this, const RuntimeMethod* method) { return (( Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * (*) (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Void Yeji::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Yeji_OnHitLogic_m19CDBC46C73322CD58C6061ED6718D31FDD0B3EF (Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424 (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96 (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void YejiHuntGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YejiHuntGameMode_OnlinePK_AddReadyView_mF076B29B6504A9080F87C51A31865CEC9AFB5891 (YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m439E614A7301B2C2EFB80A903A0CEE3FB1190A31 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_mBA8E8C3D791CE86C659883E856A7656D070FDB4E (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mC316C4458629109BA5FE18127F2C14A097207195 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_mD1AC6AF8904DDA63580CCF83D6F272A3A5A045B0 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_mEAB40981D8F9FEF4E603D7CCEC57D6DA92D318D3 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_m188E9FDF9B45F381A35ED59AAD67D8DD98FCB1AF (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_mD3FF65F8D02458A1BB50454AFF258BBFC1D5E3BF (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_m209F9993060621AC48153823BE4934989236804E (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, const RuntimeMethod* method); // YejiHuntGameMode_OnlinePK/SyncLogicData YejiHuntGameMode_OnlinePK/SyncLogicData::Input(YejiHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * SyncLogicData_Input_m69076FAC0F8247ECB1B9E3037895D209FBA5C2BF (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___src0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m691F746050C941F76022D3D77CA6B59CA93749CD (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mC5A9DEFBC2223427161C7B8BA52871C8140B521C (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * __this, YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 *, YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_mE06BD43A87D1F03A6E0E2655482BED30A762203E (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // HunterGamePlayerScoreCounter YejiHuntGameMode_OnlinePK::getHunterGamePlayerScoreCounter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * YejiHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m6AF00600208BD094C0E416A249CC9BD17F14CD46_inline (YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_cyan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_cyan_m0C608BC083FD98C45C1F4F15AE803D288C647686 (const RuntimeMethod* method); // System.Void UnityEngine.Material::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9 (const RuntimeMethod* method); // o0.Geometry.Quaternion o0.Geometry.Quaternion::get_Identity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline (const RuntimeMethod* method); // System.Void o09Axis/Vector3D::.ctor(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Void o0MagneticCalibraterEllipsoidFitting/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFFC2BE635B15CA3D220E2B28C9034E99A26DA909 (U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_mDC730B2862BBC24262C554D711CCE1EF516B939E (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_m4CA256099B00053B598E8E2583E6AE28B0528F12 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrlEntry__ctor_m228F9A0A5ECAD5110594708716CE2ECAA8732838 (CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_m576493A9FA0ADE35488B42B736BC93036C34410A (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_mE58B6EFB0167FCC1222D31D6A079ED9CE82E9487 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method); // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_m5B2C2C74DA5B2B553E94080609DFC8046123BEF6 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_mC85468C99C3FA42DACCFBCEEA66552417C406173 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, 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 #ifdef __clang__ #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.Single TreeAreaRecorder/AreaInfo::distanceInHorizontal(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AreaInfo_distanceInHorizontal_mD24F5E8B35D84C7F700C9C99D03810094D9DBEFA (AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method) { { // return Mathf.Sqrt(Mathf.Pow(position.x - pos.x, 2) + Mathf.Pow(position.z - pos.z, 2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of_position_1(); float L_1 = L_0->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___pos0; float L_3 = L_2.get_x_2(); float L_4; L_4 = powf(((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), (2.0f)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of_position_1(); float L_6 = L_5->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___pos0; float L_8 = L_7.get_z_4(); float L_9; L_9 = powf(((float)il2cpp_codegen_subtract((float)L_6, (float)L_8)), (2.0f)); float L_10; L_10 = sqrtf(((float)il2cpp_codegen_add((float)L_4, (float)L_9))); return L_10; } } // System.Void TreeAreaRecorder/AreaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaInfo__ctor_m51957EBBFB6E36B38C5EC23BF1373E59FF2BEBBA (AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * __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 UserComp/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0EFB563475CF6A851F4BCE39372728D4BAC9DACC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * L_0 = (U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA *)il2cpp_codegen_object_new(U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m0D20A0F9770DA3A043BA04A2CE68DF1F2B48F3DF(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void UserComp/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0D20A0F9770DA3A043BA04A2CE68DF1F2B48F3DF (U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void UserComp/<>c::b__2_0(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CsaveMacU3Eb__2_0_m39238D6DBC1F224B30C5A27120497F5FC15F70C4 (U3CU3Ec_t32DF85C799CA7061A2840BF207F5A6B215D29ACA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12F21D09C13291F63FE659E70433391169F38B9B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD017F80396C5D743E1673492D91F9710C6167B1D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string gyrStr = o.Value("gyr"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___o0; NullCheck(L_0); String_t* L_1; L_1 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_0, _stringLiteral12F21D09C13291F63FE659E70433391169F38B9B); V_0 = L_1; // string magStr = o.Value("mag"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___o0; NullCheck(L_2); String_t* L_3; L_3 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_2, _stringLiteralD017F80396C5D743E1673492D91F9710C6167B1D); V_1 = L_3; // AimHandler.ins.InitGyr(gyrStr); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_4 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); String_t* L_5 = V_0; NullCheck(L_4); AimHandler_InitGyr_m0B0BAF464AE8C73F5A2AF3AB2811ADB9D5A345D3(L_4, L_5, /*hidden argument*/NULL); // AimHandler.ins.InitMag(magStr); AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * L_6 = ((AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_StaticFields*)il2cpp_codegen_static_fields_for(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var))->get_ins_7(); String_t* L_7 = V_1; NullCheck(L_6); AimHandler_InitMag_mC4AC0BABBA36A4409BA349041F1211FA194E331E(L_6, L_7, /*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 UserController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1__ctor_m74BF8A93B38DBED684D082F89D2606AA5AFDE70A (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UserController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1_System_IDisposable_Dispose_mE41D31AE9E631F81FCE5AF10A1772CEB1F217536 (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CSaveEmailU3Ed__1_U3CU3Em__Finally1_m4948819B02B7BF5E3DCEFEE777E1065B8B39000B(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean UserController/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveEmailU3Ed__1_MoveNext_m1B0DBF84A3ABEDAC5A0E0ABAF32D04299D3276CA (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1725B892BBE47AEF62C83D250CCBE536D2984C7); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00b3; } } IL_0011: { V_0 = (bool)0; goto IL_00ff; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameUser/saveEmail"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralD1725B892BBE47AEF62C83D250CCBE536D2984C7, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("token", PlayerPrefs.GetString(LoginMgr.LoginTokenKey)); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7; L_7 = PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, /*hidden argument*/NULL); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_7, /*hidden argument*/NULL); // form.AddField("email", email); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_email_2(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C, L_9, /*hidden argument*/NULL); // form.AddField("timestamp", timestamp.ToString()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; int64_t* L_11 = __this->get_address_of_timestamp_3(); String_t* L_12; L_12 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_11, /*hidden argument*/NULL); NullCheck(L_10); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_10, _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294, L_12, /*hidden argument*/NULL); // form.AddField("sign", sign); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_13 = V_3; String_t* L_14 = __this->get_sign_4(); NullCheck(L_13); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_13, _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900, L_14, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_15 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_16 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_17; L_17 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_15, L_16, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6(L_17); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_18); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_19; L_19 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_18, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_19); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00ff; } IL_00b3: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_20 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_20); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_21; L_21 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_23; L_23 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_22, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_23; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_24 = __this->get_callback_5(); if (!L_24) { goto IL_00e7; } } IL_00da: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_25 = __this->get_callback_5(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_26 = V_4; NullCheck(L_25); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_25, L_26, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00e7: { // } U3CSaveEmailU3Ed__1_U3CU3Em__Finally1_m4948819B02B7BF5E3DCEFEE777E1065B8B39000B(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00ff; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00f8; } FAULT_00f8: {// begin fault (depth: 1) U3CSaveEmailU3Ed__1_System_IDisposable_Dispose_mE41D31AE9E631F81FCE5AF10A1772CEB1F217536(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(248) }// end fault IL2CPP_CLEANUP(248) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ff: { bool L_27 = V_0; return L_27; } } // System.Void UserController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1_U3CU3Em__Finally1_m4948819B02B7BF5E3DCEFEE777E1065B8B39000B (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_6(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object UserController/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveEmailU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB042519DDDE6C23F7BC474B577E4C126BCD56610 (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UserController/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveEmailU3Ed__1_System_Collections_IEnumerator_Reset_mB68D4FC1D42745823CEF8B8FD70408718A3D00D1 (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveEmailU3Ed__1_System_Collections_IEnumerator_Reset_mB68D4FC1D42745823CEF8B8FD70408718A3D00D1_RuntimeMethod_var))); } } // System.Object UserController/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveEmailU3Ed__1_System_Collections_IEnumerator_get_Current_mAAA8269409B6ABCDCC83E896A9C60BA0FF564730 (U3CSaveEmailU3Ed__1_t9393FA255160C19D4B2AB115DEE0C803D06CBC88 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UserController/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0__ctor_mB7F9AA494F2C21AD9921F9F774E8E6670DDF6762 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UserController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0_System_IDisposable_Dispose_mBE54C5102C7043AF9465C504C75F9088EFD48128 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CSavePhoneU3Ed__0_U3CU3Em__Finally1_m22937F21331984B48EF5D0836C98F27E80045380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean UserController/d__0::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSavePhoneU3Ed__0_MoveNext_m6DF8F0681522972BC67746562DC741CCD5C1CA90 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58D9EB63E0F6A774D4DDF03287E5C7E2C83CAD35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00b3; } } IL_0011: { V_0 = (bool)0; goto IL_00ff; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameUser/savePhone"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral58D9EB63E0F6A774D4DDF03287E5C7E2C83CAD35, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("token", PlayerPrefs.GetString(LoginMgr.LoginTokenKey)); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7; L_7 = PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, /*hidden argument*/NULL); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_7, /*hidden argument*/NULL); // form.AddField("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_phone_2(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_9, /*hidden argument*/NULL); // form.AddField("timestamp", timestamp.ToString()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; int64_t* L_11 = __this->get_address_of_timestamp_3(); String_t* L_12; L_12 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_11, /*hidden argument*/NULL); NullCheck(L_10); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_10, _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294, L_12, /*hidden argument*/NULL); // form.AddField("sign", sign); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_13 = V_3; String_t* L_14 = __this->get_sign_4(); NullCheck(L_13); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_13, _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900, L_14, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_15 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_16 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_17; L_17 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_15, L_16, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6(L_17); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_18); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_19; L_19 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_18, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_19); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00ff; } IL_00b3: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_20 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_20); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_21; L_21 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_23; L_23 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_22, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_23; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_24 = __this->get_callback_5(); if (!L_24) { goto IL_00e7; } } IL_00da: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_25 = __this->get_callback_5(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_26 = V_4; NullCheck(L_25); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_25, L_26, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00e7: { // } U3CSavePhoneU3Ed__0_U3CU3Em__Finally1_m22937F21331984B48EF5D0836C98F27E80045380(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00ff; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00f8; } FAULT_00f8: {// begin fault (depth: 1) U3CSavePhoneU3Ed__0_System_IDisposable_Dispose_mBE54C5102C7043AF9465C504C75F9088EFD48128(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(248) }// end fault IL2CPP_CLEANUP(248) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ff: { bool L_27 = V_0; return L_27; } } // System.Void UserController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0_U3CU3Em__Finally1_m22937F21331984B48EF5D0836C98F27E80045380 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_6(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object UserController/d__0::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSavePhoneU3Ed__0_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC1515E276A7ED2E6CC216A087BD36C2489A3D8BB (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UserController/d__0::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSavePhoneU3Ed__0_System_Collections_IEnumerator_Reset_m51D6BE8B00446795D869177BAF082B35453F2F4E (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSavePhoneU3Ed__0_System_Collections_IEnumerator_Reset_m51D6BE8B00446795D869177BAF082B35453F2F4E_RuntimeMethod_var))); } } // System.Object UserController/d__0::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSavePhoneU3Ed__0_System_Collections_IEnumerator_get_Current_m4C8BE338582F3EBC36910D7545B4E80D5429B3F9 (U3CSavePhoneU3Ed__0_t741BF3E6983BECE63CE3FDBF53A3AF6423E9E0FF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UserPlayer/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mC1DE8FBD0A785CA192DB036812CF8ABF43F7E29B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * L_0 = (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D *)il2cpp_codegen_object_new(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE636AD4A10EADB86A2C53C0C3ABD28841E8E9219(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void UserPlayer/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE636AD4A10EADB86A2C53C0C3ABD28841E8E9219 (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void UserPlayer/<>c::b__2_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CConnectServerU3Eb__2_0_mEABE62C8AB003CD4F1C0A03BF7A9673C412C8185 (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_code_0(); if (L_1) { goto IL_0047; } } { // string loginToken = (string)res.data; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_2 = ___res0; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_data_1(); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); // CommonConfig.businessServerWsURL = loginToken.Split('&')[2]; String_t* L_4 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_4, L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = 2; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_businessServerWsURL_13(L_9); // PlayerPrefs.SetString(LoginMgr.LoginTokenKey, loginToken); String_t* L_10 = V_0; PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, L_10, /*hidden argument*/NULL); // JCEngine.boot(CommonConfig.businessServerWsURL, new UserPlayer()); String_t* L_11 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_businessServerWsURL_13(); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_12 = (UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 *)il2cpp_codegen_object_new(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer__ctor_mFC36BA562A340EF99109756888784318A4A0DBA9(L_12, /*hidden argument*/NULL); JCEngine_boot_mAEF88142697BFC963E757079F094DBD64E21FF71(L_11, L_12, /*hidden argument*/NULL); // } else { return; } IL_0047: { // handleAuthExpire(); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_handleAuthExpire_mF9200F37D4484FDCAD97E2F71FFEE46E9C767FED(/*hidden argument*/NULL); // })); return; } } // System.Void UserPlayer/<>c::b__11_0(UserInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3ConAuthResU3Eb__11_0_m2D03FDA86E542CF40B767C87CC6758536723079B (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___userInfo0, 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*)&AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3ConAuthResU3Eb__11_1_mBE6B98C07B11AFC7F08492D0B267EF2EED7E164C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E202EFA42F41AC56AEB7E7E21C70338EA77648); s_Il2CppMethodInitialized = true; } Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_0; memset((&V_0), 0, sizeof(V_0)); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * G_B8_0 = NULL; NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * G_B7_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B15_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B14_0 = NULL; { // LoginMgr.myUserInfo = userInfo; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_0 = ___userInfo0; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->set_myUserInfo_6(L_0); // if (HomeView.ins) { HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_1 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); 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_0030; } } { // HomeView.ins.RenderMyAvatarSprite(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_3 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); NullCheck(L_3); HomeView_RenderMyAvatarSprite_m18F8A1886A14F1FE97AA702EB79226F95F0ECFB6(L_3, /*hidden argument*/NULL); // HomeView.ins.RenderNameOrGender(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_4 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); NullCheck(L_4); HomeView_RenderNameOrGender_mAA58048642B4FFEA1BEA6C7BA177E78C33D9A3C1(L_4, /*hidden argument*/NULL); // HomeView.ins.RenderDeviceNames(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_5 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); NullCheck(L_5); HomeView_RenderDeviceNames_m06A2C7355988AD7F085B63A7E474F74526E5CD27(L_5, /*hidden argument*/NULL); } IL_0030: { // if (AuthLoginMask.ins) AuthLoginMask.ins.SetVisiable(false); AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * L_6 = ((AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields*)il2cpp_codegen_static_fields_for(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { // if (AuthLoginMask.ins) AuthLoginMask.ins.SetVisiable(false); AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * L_8 = ((AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields*)il2cpp_codegen_static_fields_for(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_8); AuthLoginMask_SetVisiable_m8569895A745BFD617DBED79FAB4DAA5D24296435(L_8, (bool)0, /*hidden argument*/NULL); } IL_0047: { // if (SceneManager.GetActiveScene().name.Equals("Home") && !LoginMgr.myUserInfo.IsGuideFinish(0)) { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_9; L_9 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_0 = L_9; String_t* L_10; L_10 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_10); bool L_11; L_11 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_10, _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, /*hidden argument*/NULL); if (!L_11) { goto IL_007d; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_12 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_12); bool L_13; L_13 = UserInfo_IsGuideFinish_m40C8D2D39CC760A66D1327D170F0EC6D67861DB0(L_12, 0, /*hidden argument*/NULL); if (L_13) { goto IL_007d; } } { // NewUserGuiderManager.ins?.ReviewNewUserGuide(); NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * L_14 = ((NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields*)il2cpp_codegen_static_fields_for(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var))->get_ins_5(); NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * L_15 = L_14; G_B7_0 = L_15; if (L_15) { G_B8_0 = L_15; goto IL_0078; } } { goto IL_007d; } IL_0078: { NullCheck(G_B8_0); NewUserGuiderManager_ReviewNewUserGuide_mF4184B6DEC79650B20E22028F0F897D2AD76C93D(G_B8_0, /*hidden argument*/NULL); } IL_007d: { // if (SceneManager.GetActiveScene().name.Equals("Home")) { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_16; L_16 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_0 = L_16; String_t* L_17; L_17 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_17); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_17, _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, /*hidden argument*/NULL); if (!L_18) { goto IL_00ad; } } { // if (userInfo.nickname == "test10086") InitLogReporter(); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_19 = ___userInfo0; NullCheck(L_19); String_t* L_20 = L_19->get_nickname_2(); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, _stringLiteralF8E202EFA42F41AC56AEB7E7E21C70338EA77648, /*hidden argument*/NULL); if (!L_21) { goto IL_00ad; } } { // if (userInfo.nickname == "test10086") InitLogReporter(); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_InitLogReporter_m758E9FD4F16501EBA33B45AC31DA1D495E54F32F(/*hidden argument*/NULL); } IL_00ad: { // if (SceneManager.GetActiveScene().name.Equals("Home")) { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_22; L_22 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_0 = L_22; String_t* L_23; L_23 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_23); bool L_24; L_24 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_23, _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, /*hidden argument*/NULL); if (!L_24) { goto IL_00f4; } } { // System.Action eOnAgree = () => { // GPSTool.GetAddress((address) => { // if (address != null) { // Debug.Log("????????????" + string.Join(" ", address)); // if (LoginMgr.myUserInfo.country == address[0] // && LoginMgr.myUserInfo.state == address[1] // && LoginMgr.myUserInfo.city == address[2] // ) return; // LoginMgr.myUserInfo.country = address[0]; // LoginMgr.myUserInfo.state = address[1]; // LoginMgr.myUserInfo.city = address[2]; // LoginMgr.myUserInfo.Save(); // } // }); // }; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_25 = ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->get_U3CU3E9__11_1_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_26 = L_25; G_B14_0 = L_26; if (L_26) { G_B15_0 = L_26; goto IL_00e5; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * L_27 = ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_28 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_28, L_27, (intptr_t)((intptr_t)U3CU3Ec_U3ConAuthResU3Eb__11_1_mBE6B98C07B11AFC7F08492D0B267EF2EED7E164C_RuntimeMethod_var), /*hidden argument*/NULL); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_29 = L_28; ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->set_U3CU3E9__11_1_3(L_29); G_B15_0 = L_29; } IL_00e5: { V_1 = G_B15_0; // if (!HomeView.ShowProminentBeforeConnectBLE(eOnAgree)) eOnAgree.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_30 = V_1; bool L_31; L_31 = HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00f4; } } { // if (!HomeView.ShowProminentBeforeConnectBLE(eOnAgree)) eOnAgree.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_32 = V_1; NullCheck(L_32); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_32, /*hidden argument*/NULL); } IL_00f4: { // }); return; } } // System.Void UserPlayer/<>c::b__11_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3ConAuthResU3Eb__11_1_mBE6B98C07B11AFC7F08492D0B267EF2EED7E164C (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3ConAuthResU3Eb__11_2_mE478B6E4F405F8577628D828AF5A7AEE0EA1583D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * G_B2_0 = NULL; Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * G_B1_0 = NULL; { // GPSTool.GetAddress((address) => { // if (address != null) { // Debug.Log("????????????" + string.Join(" ", address)); // if (LoginMgr.myUserInfo.country == address[0] // && LoginMgr.myUserInfo.state == address[1] // && LoginMgr.myUserInfo.city == address[2] // ) return; // LoginMgr.myUserInfo.country = address[0]; // LoginMgr.myUserInfo.state = address[1]; // LoginMgr.myUserInfo.city = address[2]; // LoginMgr.myUserInfo.Save(); // } // }); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_0 = ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->get_U3CU3E9__11_2_2(); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var); U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * L_2 = ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_3 = (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 *)il2cpp_codegen_object_new(Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var); Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3ConAuthResU3Eb__11_2_mE478B6E4F405F8577628D828AF5A7AEE0EA1583D_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_4 = L_3; ((U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D_il2cpp_TypeInfo_var))->set_U3CU3E9__11_2_2(L_4); G_B2_0 = L_4; } IL_001f: { GPSTool_GetAddress_mD068B33B06551CD714AD087C776F7915D9786CA1(G_B2_0, /*hidden argument*/NULL); // }; return; } } // System.Void UserPlayer/<>c::b__11_2(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3ConAuthResU3Eb__11_2_mE478B6E4F405F8577628D828AF5A7AEE0EA1583D (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17); s_Il2CppMethodInitialized = true; } { // if (address != null) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___address0; if (!L_0) { goto IL_008e; } } { // Debug.Log("????????????" + string.Join(" ", address)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___address0; String_t* L_2; L_2 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_3, /*hidden argument*/NULL); // if (LoginMgr.myUserInfo.country == address[0] // && LoginMgr.myUserInfo.state == address[1] // && LoginMgr.myUserInfo.city == address[2] // ) return; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_4); String_t* L_5 = L_4->get_country_7(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = ___address0; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_10 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_10); String_t* L_11 = L_10->get_state_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = ___address0; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_16 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_16); String_t* L_17 = L_16->get_city_9(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = ___address0; NullCheck(L_18); int32_t L_19 = 2; String_t* L_20 = (L_18)->GetAt(static_cast(L_19)); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_005d; } } { // ) return; return; } IL_005d: { // LoginMgr.myUserInfo.country = address[0]; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_22 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = ___address0; NullCheck(L_23); int32_t L_24 = 0; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_22); L_22->set_country_7(L_25); // LoginMgr.myUserInfo.state = address[1]; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_26 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = ___address0; NullCheck(L_27); int32_t L_28 = 1; String_t* L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_26); L_26->set_state_8(L_29); // LoginMgr.myUserInfo.city = address[2]; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_30 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = ___address0; NullCheck(L_31); int32_t L_32 = 2; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(L_30); L_30->set_city_9(L_33); // LoginMgr.myUserInfo.Save(); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_34 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_34); UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3(L_34, /*hidden argument*/NULL); } IL_008e: { // }); return; } } // System.Void UserPlayer/<>c::b__14_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3ChandleAuthExpireU3Eb__14_0_mA4AABD9F85CC09D8FCB113C3571C3AEA4392D6E8 (U3CU3Ec_tCC1D76E0680E1A29643945D46183FC758F2FB42D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5); s_Il2CppMethodInitialized = true; } Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_0; memset((&V_0), 0, sizeof(V_0)); { // if (SceneManager.GetActiveScene().name.Equals("Home")) { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_0; L_0 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1; L_1 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_1, _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { // SceneManager.LoadScene("Login", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5, 0, /*hidden argument*/NULL); // } else { return; } IL_0025: { // Application.Quit(); //??Home???????? Application_Quit_m8D720E5092786C2EE32310D85FE61C253D3B1F2A(/*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 UserPlayer/d__3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReconnenctServerU3Ed__3__ctor_m676D84626D96D11A20CF9152A3330EB5C93F0A28 (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UserPlayer/d__3::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReconnenctServerU3Ed__3_System_IDisposable_Dispose_m762D9468AB05187FF54B91E48CDDC59D52CC1AEC (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UserPlayer/d__3::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CReconnenctServerU3Ed__3_MoveNext_m2957018F19081872CF9DF66A2E110567086F47DF (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(0.1f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_4 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_4, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // JCEngine.reboot(this); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_5 = V_1; JCEngine_reboot_mAEBDB7A9F3572A14C4BB29CFC8B6FC0D998CBF9B(L_5, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UserPlayer/d__3::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CReconnenctServerU3Ed__3_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB45CF066943F3B28C7BD86AFEC655FCEB1D303C0 (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UserPlayer/d__3::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReconnenctServerU3Ed__3_System_Collections_IEnumerator_Reset_mA59E9D6DB16A854D67351A3B716AB9908305ECF8 (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CReconnenctServerU3Ed__3_System_Collections_IEnumerator_Reset_mA59E9D6DB16A854D67351A3B716AB9908305ECF8_RuntimeMethod_var))); } } // System.Object UserPlayer/d__3::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CReconnenctServerU3Ed__3_System_Collections_IEnumerator_get_Current_mC3865E1256837618DF83FE06946D5C67DFBECEBC (U3CReconnenctServerU3Ed__3_t7688C46B8881E1B5BF577E40C1D0099C10A716EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UserPlayer/TempData::get_hasFriendRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TempData_get_hasFriendRequest_m337D17D2DA340B505C762608767BED6B56E31F0B (TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * __this, const RuntimeMethod* method) { { // return _hasFriendRequest; bool L_0 = __this->get__hasFriendRequest_1(); return L_0; } } // System.Void UserPlayer/TempData::set_hasFriendRequest(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempData_set_hasFriendRequest_m9143063FBC9AE7361B696DDF35E86F5D7B9D96F1 (TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * __this, bool ___value0, const RuntimeMethod* method) { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B2_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B1_0 = NULL; { // _hasFriendRequest = value; bool L_0 = ___value0; __this->set__hasFriendRequest_1(L_0); // onUpdate?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = __this->get_onUpdate_0(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0012; } } { return; } IL_0012: { NullCheck(G_B2_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B2_0, /*hidden argument*/NULL); // } return; } } // System.Void UserPlayer/TempData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempData__ctor_m81AA76D2D1DA8C107E251E335C30A2EB45F968B8 (TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * __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 JCUnityLib.UI.ValidateJigsawView/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCloseU3Ed__6__ctor_m96ED04A7021BB02AC211EBF2A7C48939AF58DC52 (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void JCUnityLib.UI.ValidateJigsawView/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCloseU3Ed__6_System_IDisposable_Dispose_m08FC5D4FBF48508C3A15C1C353759EA98479FFC9 (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean JCUnityLib.UI.ValidateJigsawView/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayCloseU3Ed__6_MoveNext_mFF4E38C955898889493AB78F97F3334143226AB9 (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __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*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * V_1 = NULL; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * G_B6_0 = NULL; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * G_B5_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (1.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // Destroy(gameObject); ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * L_5 = V_1; NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_6, /*hidden argument*/NULL); // onComplete?.Invoke(); ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * L_7 = V_1; NullCheck(L_7); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_8 = L_7->get_onComplete_7(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_9 = L_8; G_B5_0 = L_9; if (L_9) { G_B6_0 = L_9; goto IL_0055; } } { goto IL_005a; } IL_0055: { NullCheck(G_B6_0); UnityAction_Invoke_mFFF1FFE59D8285F8A81350E6D5C4D791F44F6AC9(G_B6_0, /*hidden argument*/NULL); } IL_005a: { // } return (bool)0; } } // System.Object JCUnityLib.UI.ValidateJigsawView/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayCloseU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m626442D105A395AD52BE492B145C4735BFD980A5 (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void JCUnityLib.UI.ValidateJigsawView/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCloseU3Ed__6_System_Collections_IEnumerator_Reset_mEE04F107087994967BD0408A4A78CF514B5E9A59 (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayCloseU3Ed__6_System_Collections_IEnumerator_Reset_mEE04F107087994967BD0408A4A78CF514B5E9A59_RuntimeMethod_var))); } } // System.Object JCUnityLib.UI.ValidateJigsawView/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayCloseU3Ed__6_System_Collections_IEnumerator_get_Current_m9EBCE8A1CB01E58EA26363F36BC70FAB3E23465E (U3CDelayCloseU3Ed__6_t8264B59029B2E4DA30F3BC78B115AE88B460A187 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MapPointCallback__ctor_m5066AD88B033C31940F156BC211946B41DFDE3D4 (MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F * __this, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * ___wnafPreCompP0, bool ___includeNegated1, RuntimeObject* ___pointMap2, const RuntimeMethod* method) { { // internal MapPointCallback(WNafPreCompInfo wnafPreCompP, bool includeNegated, ECPointMap pointMap) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_wnafPreCompP = wnafPreCompP; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_0 = ___wnafPreCompP0; __this->set_m_wnafPreCompP_0(L_0); // this.m_includeNegated = includeNegated; bool L_1 = ___includeNegated1; __this->set_m_includeNegated_1(L_1); // this.m_pointMap = pointMap; RuntimeObject* L_2 = ___pointMap2; __this->set_m_pointMap_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/MapPointCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MapPointCallback_Precompute_m541A6D61A0122B72E20D63BB63347B136AC5257A (MapPointCallback_t9B75CA43346AF6140F0F4930C1F138578804983F * __this, RuntimeObject* ___existing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_0 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_2 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_3 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_4 = NULL; int32_t V_5 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_6 = NULL; int32_t V_7 = 0; { // WNafPreCompInfo result = new WNafPreCompInfo(); WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_0 = (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)il2cpp_codegen_object_new(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var); WNafPreCompInfo__ctor_mC00893F46A6E2C15215E7B060E14A81C253349B2(L_0, /*hidden argument*/NULL); V_0 = L_0; // ECPoint twiceP = m_wnafPreCompP.Twice; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_1 = __this->get_m_wnafPreCompP_0(); NullCheck(L_1); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2; L_2 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_Twice() */, L_1); V_1 = L_2; // if (twiceP != null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = V_1; if (!L_3) { goto IL_002b; } } { // ECPoint twiceQ = m_pointMap.Map(twiceP); RuntimeObject* L_4 = __this->get_m_pointMap_2(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5 = V_1; NullCheck(L_4); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = InterfaceFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap::Map(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var, L_4, L_5); V_4 = L_6; // result.Twice = twiceQ; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_7 = V_0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = V_4; NullCheck(L_7); VirtualActionInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_Twice(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_7, L_8); } IL_002b: { // ECPoint[] preCompP = m_wnafPreCompP.PreComp; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_9 = __this->get_m_wnafPreCompP_0(); NullCheck(L_9); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_10; L_10 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_9); V_2 = L_10; // ECPoint[] preCompQ = new ECPoint[preCompP.Length]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_11 = V_2; NullCheck(L_11); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_12 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); V_3 = L_12; // for (int i = 0; i < preCompP.Length; ++i) V_5 = 0; goto IL_005e; } IL_0045: { // preCompQ[i] = m_pointMap.Map(preCompP[i]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_13 = V_3; int32_t L_14 = V_5; RuntimeObject* L_15 = __this->get_m_pointMap_2(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_16 = V_2; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_15); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = InterfaceFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointMap::Map(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, ECPointMap_tA6F4A6965871CF2BC8870EA45CA2F403DB717D4D_il2cpp_TypeInfo_var, L_15, L_19); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_20); (L_13)->SetAt(static_cast(L_14), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_20); // for (int i = 0; i < preCompP.Length; ++i) int32_t L_21 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005e: { // for (int i = 0; i < preCompP.Length; ++i) int32_t L_22 = V_5; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_23 = V_2; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_0045; } } { // result.PreComp = preCompQ; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_24 = V_0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_25 = V_3; NullCheck(L_24); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_PreComp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_24, L_25); // if (m_includeNegated) bool L_26 = __this->get_m_includeNegated_1(); if (!L_26) { goto IL_00a7; } } { // ECPoint[] preCompNegQ = new ECPoint[preCompQ.Length]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_27 = V_3; NullCheck(L_27); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_28 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))); V_6 = L_28; // for (int i = 0; i < preCompNegQ.Length; ++i) V_7 = 0; goto IL_0097; } IL_0083: { // preCompNegQ[i] = preCompQ[i].Negate(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_29 = V_6; int32_t L_30 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_31 = V_3; int32_t L_32 = V_7; NullCheck(L_31); int32_t L_33 = L_32; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_34); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_35); (L_29)->SetAt(static_cast(L_30), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_35); // for (int i = 0; i < preCompNegQ.Length; ++i) int32_t L_36 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0097: { // for (int i = 0; i < preCompNegQ.Length; ++i) int32_t L_37 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_38 = V_6; NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_0083; } } { // result.PreCompNeg = preCompNegQ; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_39 = V_0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_40 = V_6; NullCheck(L_39); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_PreCompNeg(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_39, L_40); } IL_00a7: { // return result; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_41 = V_0; return L_41; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WNafCallback__ctor_mBA71CACF0EDC6BF6D14FB69C32A96A21E1B27583 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, int32_t ___width1, bool ___includeNegated2, const RuntimeMethod* method) { { // internal WNafCallback(ECPoint p, int width, bool includeNegated) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_p = p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; __this->set_m_p_0(L_0); // this.m_width = width; int32_t L_1 = ___width1; __this->set_m_width_1(L_1); // this.m_includeNegated = includeNegated; bool L_2 = ___includeNegated2; __this->set_m_includeNegated_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WNafCallback_Precompute_m3E106F8B93D8A4ADE9B4B53AC2A79C6B0E01A7A0 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, RuntimeObject* ___existing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * V_0 = NULL; int32_t V_1 = 0; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_3 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_4 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_9 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_10 = NULL; int32_t V_11 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; int32_t V_14 = 0; { // WNafPreCompInfo existingWNaf = existing as WNafPreCompInfo; RuntimeObject* L_0 = ___existing0; V_0 = ((WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)IsInstClass((RuntimeObject*)L_0, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var)); // int reqPreCompLen = 1 << System.Math.Max(0, m_width - 2); int32_t L_1 = __this->get_m_width_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2)), /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31))))); // if (CheckExisting(existingWNaf, reqPreCompLen, m_includeNegated)) WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_3 = V_0; int32_t L_4 = V_1; bool L_5 = __this->get_m_includeNegated_2(); bool L_6; L_6 = WNafCallback_CheckExisting_m93029A26A4D06D1DA1031E380D9AEF0E11BB2266(__this, L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { // return existingWNaf; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_7 = V_0; return L_7; } IL_002d: { // ECCurve c = m_p.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = __this->get_m_p_0(); NullCheck(L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9; L_9 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_8); V_2 = L_9; // ECPoint[] preComp = null, preCompNeg = null; V_3 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)NULL; // ECPoint[] preComp = null, preCompNeg = null; V_4 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)NULL; // ECPoint twiceP = null; V_5 = (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)NULL; // if (existingWNaf != null) WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_10 = V_0; if (!L_10) { goto IL_005b; } } { // preComp = existingWNaf.PreComp; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_11 = V_0; NullCheck(L_11); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_12; L_12 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_11); V_3 = L_12; // preCompNeg = existingWNaf.PreCompNeg; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_13 = V_0; NullCheck(L_13); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_14; L_14 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_13); V_4 = L_14; // twiceP = existingWNaf.Twice; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_15 = V_0; NullCheck(L_15); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16; L_16 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_Twice() */, L_15); V_5 = L_16; } IL_005b: { // int iniPreCompLen = 0; V_6 = 0; // if (preComp == null) ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_17 = V_3; if (L_17) { goto IL_0069; } } { // preComp = EMPTY_POINTS; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_18 = ((WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_StaticFields*)il2cpp_codegen_static_fields_for(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var))->get_EMPTY_POINTS_2(); V_3 = L_18; // } goto IL_006e; } IL_0069: { // iniPreCompLen = preComp.Length; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_19 = V_3; NullCheck(L_19); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))); } IL_006e: { // if (iniPreCompLen < reqPreCompLen) int32_t L_20 = V_6; int32_t L_21 = V_1; if ((((int32_t)L_20) >= ((int32_t)L_21))) { goto IL_0198; } } { // preComp = WNafUtilities.ResizeTable(preComp, reqPreCompLen); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_22 = V_3; int32_t L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_24; L_24 = WNafUtilities_ResizeTable_m3C14285F9BA2458C2F338FE347903703F5556991(L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; // if (reqPreCompLen == 1) int32_t L_25 = V_1; if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_0095; } } { // preComp[0] = m_p.Normalize(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_26 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = __this->get_m_p_0(); NullCheck(L_27); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_27); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_28); // } goto IL_0198; } IL_0095: { // int curPreCompLen = iniPreCompLen; int32_t L_29 = V_6; V_7 = L_29; // if (curPreCompLen == 0) int32_t L_30 = V_7; if (L_30) { goto IL_00a9; } } { // preComp[0] = m_p; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_31 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_32 = __this->get_m_p_0(); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_32); // curPreCompLen = 1; V_7 = 1; } IL_00a9: { // ECFieldElement iso = null; V_8 = (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; // if (reqPreCompLen == 2) int32_t L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)2)))) { goto IL_00c3; } } { // preComp[1] = m_p.ThreeTimes(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_34 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35 = __this->get_m_p_0(); NullCheck(L_35); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_36; L_36 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(33 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(1), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_36); // } goto IL_0189; } IL_00c3: { // ECPoint isoTwiceP = twiceP, last = preComp[curPreCompLen - 1]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = V_5; V_9 = L_37; // ECPoint isoTwiceP = twiceP, last = preComp[curPreCompLen - 1]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_38 = V_3; int32_t L_39 = V_7; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_41 = (L_38)->GetAt(static_cast(L_40)); V_10 = L_41; // if (isoTwiceP == null) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_42 = V_9; if (L_42) { goto IL_0184; } } { // isoTwiceP = preComp[0].Twice(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_43 = V_3; NullCheck(L_43); int32_t L_44 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_45 = (L_43)->GetAt(static_cast(L_44)); NullCheck(L_45); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46; L_46 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_45); V_9 = L_46; // twiceP = isoTwiceP; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_47 = V_9; V_5 = L_47; // if (!twiceP.IsInfinity && ECAlgorithms.IsFpCurve(c) && c.FieldSize >= 64) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_48 = V_5; NullCheck(L_48); bool L_49; L_49 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_48, /*hidden argument*/NULL); if (L_49) { goto IL_0184; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_50 = V_2; bool L_51; L_51 = ECAlgorithms_IsFpCurve_mA01474701D54E9F861242D8FE202EC606F08BD4B(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0184; } } { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_52 = V_2; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_52); if ((((int32_t)L_53) < ((int32_t)((int32_t)64)))) { goto IL_0184; } } { // switch (c.CoordinateSystem) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_54 = V_2; NullCheck(L_54); int32_t L_55; L_55 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_54); V_11 = L_55; int32_t L_56 = V_11; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2))) <= ((uint32_t)2)))) { goto IL_0184; } } { // iso = twiceP.GetZCoord(0); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_57 = V_5; NullCheck(L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetZCoord(System.Int32) */, L_57, 0); V_8 = L_58; // isoTwiceP = c.CreatePoint(twiceP.XCoord.ToBigInteger(), // twiceP.YCoord.ToBigInteger()); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_59 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60 = V_5; NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_60); NullCheck(L_61); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_62; L_62 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_61); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63 = V_5; NullCheck(L_63); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_63); NullCheck(L_64); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_65; L_65 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_64); NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_66; L_66 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_59, L_62, L_65); V_9 = L_66; // ECFieldElement iso2 = iso.Square(), iso3 = iso2.Multiply(iso); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_8; NullCheck(L_67); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68; L_68 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_67); V_12 = L_68; // ECFieldElement iso2 = iso.Square(), iso3 = iso2.Multiply(iso); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70 = V_8; NullCheck(L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71; L_71 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_69, L_70); V_13 = L_71; // last = last.ScaleX(iso2).ScaleY(iso3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_72 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_12; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_74; L_74 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleX(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_72, L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_13; NullCheck(L_74); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_76; L_76 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); V_10 = L_76; // if (iniPreCompLen == 0) int32_t L_77 = V_6; if (L_77) { goto IL_0184; } } { // preComp[0] = last; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_78 = V_3; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_79 = V_10; NullCheck(L_78); ArrayElementTypeCheck (L_78, L_79); (L_78)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_79); // break; goto IL_0184; } IL_016f: { // preComp[curPreCompLen++] = last = last.Add(isoTwiceP); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_80 = V_3; int32_t L_81 = V_7; int32_t L_82 = L_81; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_83 = V_10; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_84 = V_9; NullCheck(L_83); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_85; L_85 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_83, L_84); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86 = L_85; V_10 = L_86; NullCheck(L_80); ArrayElementTypeCheck (L_80, L_86); (L_80)->SetAt(static_cast(L_82), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_86); } IL_0184: { // while (curPreCompLen < reqPreCompLen) int32_t L_87 = V_7; int32_t L_88 = V_1; if ((((int32_t)L_87) < ((int32_t)L_88))) { goto IL_016f; } } IL_0189: { // c.NormalizeAll(preComp, iniPreCompLen, reqPreCompLen - iniPreCompLen, iso); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_89 = V_2; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_90 = V_3; int32_t L_91 = V_6; int32_t L_92 = V_1; int32_t L_93 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94 = V_8; NullCheck(L_89); VirtualActionInvoker4< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*, int32_t, int32_t, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90, L_91, ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93)), L_94); } IL_0198: { // if (m_includeNegated) bool L_95 = __this->get_m_includeNegated_2(); if (!L_95) { goto IL_01e1; } } { // if (preCompNeg == null) ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_96 = V_4; if (L_96) { goto IL_01b1; } } { // pos = 0; V_14 = 0; // preCompNeg = new ECPoint[reqPreCompLen]; int32_t L_97 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_98 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)L_97); V_4 = L_98; // } goto IL_01dc; } IL_01b1: { // pos = preCompNeg.Length; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_99 = V_4; NullCheck(L_99); V_14 = ((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length))); // if (pos < reqPreCompLen) int32_t L_100 = V_14; int32_t L_101 = V_1; if ((((int32_t)L_100) >= ((int32_t)L_101))) { goto IL_01dc; } } { // preCompNeg = WNafUtilities.ResizeTable(preCompNeg, reqPreCompLen); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_102 = V_4; int32_t L_103 = V_1; IL2CPP_RUNTIME_CLASS_INIT(WNafUtilities_tD179DAD24125FDBF4CB551BE4B48358F72E31AF1_il2cpp_TypeInfo_var); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_104; L_104 = WNafUtilities_ResizeTable_m3C14285F9BA2458C2F338FE347903703F5556991(L_102, L_103, /*hidden argument*/NULL); V_4 = L_104; goto IL_01dc; } IL_01c8: { // preCompNeg[pos] = preComp[pos].Negate(); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_105 = V_4; int32_t L_106 = V_14; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_107 = V_3; int32_t L_108 = V_14; NullCheck(L_107); int32_t L_109 = L_108; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_110 = (L_107)->GetAt(static_cast(L_109)); NullCheck(L_110); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_111; L_111 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_110); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_111); (L_105)->SetAt(static_cast(L_106), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_111); // ++pos; int32_t L_112 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_01dc: { // while (pos < reqPreCompLen) int32_t L_113 = V_14; int32_t L_114 = V_1; if ((((int32_t)L_113) < ((int32_t)L_114))) { goto IL_01c8; } } IL_01e1: { // WNafPreCompInfo result = new WNafPreCompInfo(); WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_115 = (WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE *)il2cpp_codegen_object_new(WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE_il2cpp_TypeInfo_var); WNafPreCompInfo__ctor_mC00893F46A6E2C15215E7B060E14A81C253349B2(L_115, /*hidden argument*/NULL); // result.PreComp = preComp; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_116 = L_115; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_117 = V_3; NullCheck(L_116); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_PreComp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_116, L_117); // result.PreCompNeg = preCompNeg; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_118 = L_116; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_119 = V_4; NullCheck(L_118); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_PreCompNeg(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_118, L_119); // result.Twice = twiceP; WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_120 = L_118; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_121 = V_5; NullCheck(L_120); VirtualActionInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::set_Twice(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_120, L_121); // return result; return L_120; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::CheckExisting(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WNafCallback_CheckExisting_m93029A26A4D06D1DA1031E380D9AEF0E11BB2266 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * ___existingWNaf0, int32_t ___reqPreCompLen1, bool ___includeNegated2, const RuntimeMethod* method) { { // return existingWNaf != null // && CheckTable(existingWNaf.PreComp, reqPreCompLen) // && (!includeNegated || CheckTable(existingWNaf.PreCompNeg, reqPreCompLen)); WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_0 = ___existingWNaf0; if (!L_0) { goto IL_0025; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_1 = ___existingWNaf0; NullCheck(L_1); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2; L_2 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreComp() */, L_1); int32_t L_3 = ___reqPreCompLen1; bool L_4; L_4 = WNafCallback_CheckTable_m005D1652AED77BB3C4EBDC6D7F0ACADB12DB07F8(__this, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0025; } } { bool L_5 = ___includeNegated2; if (!L_5) { goto IL_0023; } } { WNafPreCompInfo_tE80AE0FD29127ED25EE2540AAA371A46BFF64BAE * L_6 = ___existingWNaf0; NullCheck(L_6); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_7; L_7 = VirtualFuncInvoker0< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo::get_PreCompNeg() */, L_6); int32_t L_8 = ___reqPreCompLen1; bool L_9; L_9 = WNafCallback_CheckTable_m005D1652AED77BB3C4EBDC6D7F0ACADB12DB07F8(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities/WNafCallback::CheckTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WNafCallback_CheckTable_m005D1652AED77BB3C4EBDC6D7F0ACADB12DB07F8 (WNafCallback_t4501E7819A33FCB0A9993AE3AFD871C7F38A8EA8 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___table0, int32_t ___reqLen1, const RuntimeMethod* method) { { // return table != null && table.Length >= reqLen; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___table0; if (!L_0) { goto IL_000d; } } { ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_1 = ___table0; NullCheck(L_1); int32_t L_2 = ___reqLen1; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) < ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint,System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WTauNafCallback__ctor_m004FCCADA644224080D15C0120709ED884C8768F (WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99 * __this, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * ___p0, int8_t ___a1, const RuntimeMethod* method) { { // internal WTauNafCallback(AbstractF2mPoint p, sbyte a) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_p = p; AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * L_0 = ___p0; __this->set_m_p_0(L_0); // this.m_a = a; int8_t L_1 = ___a1; __this->set_m_a_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier/WTauNafCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WTauNafCallback_Precompute_m541BFE7D902C4B32005DCCB2692C61C98B8F2B14 (WTauNafCallback_t43C67D5A5692C49F833C5196DC137FE5C9AFDB99 * __this, RuntimeObject* ___existing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (existing is WTauNafPreCompInfo) RuntimeObject* L_0 = ___existing0; if (!((WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 *)IsInstClass((RuntimeObject*)L_0, WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30_il2cpp_TypeInfo_var))) { goto IL_000a; } } { // return existing; RuntimeObject* L_1 = ___existing0; return L_1; } IL_000a: { // WTauNafPreCompInfo result = new WTauNafPreCompInfo(); WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 * L_2 = (WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 *)il2cpp_codegen_object_new(WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30_il2cpp_TypeInfo_var); WTauNafPreCompInfo__ctor_mD28144BE53B0712CDD013432CA0B7245928FCAE5(L_2, /*hidden argument*/NULL); // result.PreComp = Tnaf.GetPreComp(m_p, m_a); WTauNafPreCompInfo_tCA9488AD1D93A9D3CA51D5EEDC0A993C5B2F8A30 * L_3 = L_2; AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * L_4 = __this->get_m_p_0(); int8_t L_5 = __this->get_m_a_1(); IL2CPP_RUNTIME_CLASS_INIT(Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var); AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* L_6; L_6 = Tnaf_GetPreComp_mB7519F3515B94FFB9AC4A7E47AF371CB80E87D01(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< AbstractF2mPointU5BU5D_t2162867CD986C60C9640AA2C9F83668D5896DB50* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo::set_PreComp(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint[]) */, L_3, L_6); // return result; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0645CC055554D17C6B36020F7A57E2E0D0BE8E8C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * L_0 = (U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 *)il2cpp_codegen_object_new(U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mFB277020BFBFF69E6FF71BF2579529FCDD2D821C(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFB277020BFBFF69E6FF71BF2579529FCDD2D821C (U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::b__1_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_mE499A7EEA74536C71F7A32CD450AD7D6E2244888 (U3CU3Ec_tBCC82082C6627BC078E457EEC435BC27E33094C8 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // string type = str.Read(ref idx, (ch) => !char.IsWhiteSpace(ch) && !char.IsControl(ch)).TrimAndLower(); Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { Il2CppChar L_2 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.WaypointCircuit/RoutePoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoutePoint__ctor_mCCDE64040449EDB283B910FC23935BBB32D1DFD5 (RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, const RuntimeMethod* method) { { // this.position = position; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___position0; __this->set_position_0(L_0); // this.direction = direction; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___direction1; __this->set_direction_1(L_1); // } return; } } IL2CPP_EXTERN_C void RoutePoint__ctor_mCCDE64040449EDB283B910FC23935BBB32D1DFD5_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, const RuntimeMethod* method) { RoutePoint_tA38AD1C2DF356F7A14F2FA3DC4710FC84AC113B1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RoutePoint__ctor_mCCDE64040449EDB283B910FC23935BBB32D1DFD5(_thisAdjusted, ___position0, ___direction1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.WaypointCircuit/WaypointList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaypointList__ctor_m0E6BE7CDB93082199992A6248FF7C9A94CAB919B (WaypointList_t38111546595D6D7CF2085616A46D9205D360CE3C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Transform[] items = new Transform[0]; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_0 = (TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D*)SZArrayNew(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_items_1(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void JCEngineCore.WebSocketServer/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdoHeartBeatU3Ed__8_System_IDisposable_Dispose_m153BE9429CE3DCBEA3EF888A7ED35825BE683343 (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean JCEngineCore.WebSocketServer/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CdoHeartBeatU3Ed__8_MoveNext_mC9C73CD98780C3E5FCD57D2510F6829F1B6FA5A2 (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral221D1221EDB405F12CB8DCF03CC659E0E4D199B2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0049; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); } IL_001e: { } IL_001f: try {// begin try (depth: 1) // call("doHeartBeat"); WebSocketServer_tA5C610758A0043110C3D78A3BD3D091FE11B62BF * L_4 = V_1; NullCheck(L_4); WebSocketServer_call_m7AEA570842D1CFBCF42C11331F48D2D960B8B166(L_4, _stringLiteral221D1221EDB405F12CB8DCF03CC659E0E4D199B2, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); // } catch (System.Exception) {} goto IL_0030; }// 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_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) // } catch (System.Exception) {} // } catch (System.Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0030; }// end catch (depth: 1) IL_0030: { // yield return new WaitForSecondsRealtime(5f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_5 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_5, (5.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0049: { __this->set_U3CU3E1__state_0((-1)); // while (true) { goto IL_001e; } } // System.Object JCEngineCore.WebSocketServer/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdoHeartBeatU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2AD0D9E5418CFF9F0B2C440CFD12E83C977F4D55 (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void JCEngineCore.WebSocketServer/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdoHeartBeatU3Ed__8_System_Collections_IEnumerator_Reset_m01DA7B3889A379C16ADCF66C1F53EB2FDDED5FDA (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CdoHeartBeatU3Ed__8_System_Collections_IEnumerator_Reset_m01DA7B3889A379C16ADCF66C1F53EB2FDDED5FDA_RuntimeMethod_var))); } } // System.Object JCEngineCore.WebSocketServer/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdoHeartBeatU3Ed__8_System_Collections_IEnumerator_get_Current_m9E581086FCB7433126A86CA6CD378B23D11D428F (U3CdoHeartBeatU3Ed__8_tF288440A011B91DA793B186913B7E72E11DC8810 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartSkidTrailU3Ed__18_System_IDisposable_Dispose_mD3F45C2E53A7527B65E4DF777B4D97296E42FB37 (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartSkidTrailU3Ed__18_MoveNext_m1091256D4BD86BD61651285CD5D8CD518563C5D0 (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m97097C67AEE5EC5FF3EEC6D53AA1DC94245B4D4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0048; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // skidding = true; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_4 = V_1; NullCheck(L_4); WheelEffects_set_skidding_mBA4FE70870D08789EDF7C7EF7060E53BBA7C8C49_inline(L_4, (bool)1, /*hidden argument*/NULL); // m_SkidTrail = Instantiate(SkidTrailPrefab); WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_5 = V_1; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_6 = V_1; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = L_6->get_SkidTrailPrefab_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m97097C67AEE5EC5FF3EEC6D53AA1DC94245B4D4E(L_7, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m97097C67AEE5EC5FF3EEC6D53AA1DC94245B4D4E_RuntimeMethod_var); NullCheck(L_5); L_5->set_m_SkidTrail_10(L_8); goto IL_004f; } IL_0038: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0048: { __this->set_U3CU3E1__state_0((-1)); } IL_004f: { // while (m_SkidTrail == null) WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_9 = V_1; NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = L_9->get_m_SkidTrail_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_11) { goto IL_0038; } } { // m_SkidTrail.parent = transform; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_12 = V_1; NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = L_12->get_m_SkidTrail_10(); WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_14 = V_1; NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_14, /*hidden argument*/NULL); NullCheck(L_13); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_13, L_15, /*hidden argument*/NULL); // m_SkidTrail.localPosition = -Vector3.up*m_WheelCollider.radius; WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_16 = V_1; NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = L_16->get_m_SkidTrail_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_18, /*hidden argument*/NULL); WheelEffects_tC755F32DDFD431F364DE1176D02A3E46DAC61D24 * L_20 = V_1; NullCheck(L_20); WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_21 = L_20->get_m_WheelCollider_11(); NullCheck(L_21); float L_22; L_22 = WheelCollider_get_radius_mDB04C14DAB0BB1D5D7A2D160C5EE3F159CE3FA26(L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_19, L_22, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_17, L_23, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartSkidTrailU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA8759211E822567D82E01677B3C49B92F5A63395 (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartSkidTrailU3Ed__18_System_Collections_IEnumerator_Reset_m981418E0BAC5979456EF45FCD3D5917BA5B4F352 (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartSkidTrailU3Ed__18_System_Collections_IEnumerator_Reset_m981418E0BAC5979456EF45FCD3D5917BA5B4F352_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Vehicles.Car.WheelEffects/d__18::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartSkidTrailU3Ed__18_System_Collections_IEnumerator_get_Current_mF42C32E83A0BAD7E47FD5B5646B55E355EC8DC4A (U3CStartSkidTrailU3Ed__18_t17525C78B9AF30B51DCAEB2415C558F0892C7F16 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Wolf/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m30053C74349DD460A1649757FE9328FD6AF2FADC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * L_0 = (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC *)il2cpp_codegen_object_new(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m7684066A9C358E36356C10D85DA1FDA180D3388A(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Wolf/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7684066A9C358E36356C10D85DA1FDA180D3388A (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single Wolf/<>c::b__38_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CAttackU3Eb__38_0_mD5CA0C87F15BE54746BEC35580BD0B52B66EA9E6 (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { // seq.Append(DOTween.To(() => 0f, value => { return (0.0f); } } // System.Single Wolf/<>c::b__38_3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CAttackU3Eb__38_3_m3B9CC29D622CD230EAE420E0E7C5DBAB074B46FE (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { // seq.Append(DOTween.To(() => 0f, value => { return (0.0f); } } // System.Single Wolf/<>c::b__38_6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CAttackU3Eb__38_6_m841C8E5FCBEBB1CC8B7E7AA520ABDA731C7CF987 (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { // seq.Append(DOTween.To(() => 0f, value => { return (0.0f); } } // System.Single Wolf/<>c::b__38_9() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CAttackU3Eb__38_9_m13C710D6DD054AB965DCC05716934A06D053094B (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { // seq.Append(DOTween.To(() => 0f, value => { return (0.0f); } } // System.Single Wolf/<>c::b__38_12() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CAttackU3Eb__38_12_m11D113510E458F76C9A63E92F7E231CDBCB150CD (U3CU3Ec_t070828D880CC4F41E5EFBB37D8C06746020524DC * __this, const RuntimeMethod* method) { { // seq.Append(DOTween.To(() => 0f, value => { return (0.0f); } } #ifdef __clang__ #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/<>c__DisplayClass38_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_m5B98A052DE2D8654BF7173A94AC2B611B6FC6BCF (U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Wolf/<>c__DisplayClass38_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__2_m72F2FB6D7740CD239AA71FA03A7B185B6EA8C4D4 (U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * __this, const RuntimeMethod* method) { { // state.ambushRotating = false; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_1 = L_0->get_state_28(); NullCheck(L_1); L_1->set_ambushRotating_5((bool)0); // if (needAmbush) state.ambushing = true; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_2 = __this->get_U3CU3E4__this_0(); NullCheck(L_2); bool L_3 = L_2->get_needAmbush_22(); if (!L_3) { goto IL_002f; } } { // if (needAmbush) state.ambushing = true; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_4 = __this->get_U3CU3E4__this_0(); NullCheck(L_4); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_5 = L_4->get_state_28(); NullCheck(L_5); L_5->set_ambushing_6((bool)1); } IL_002f: { // }); return; } } // System.Void Wolf/<>c__DisplayClass38_0::b__14() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0_U3CAttackU3Eb__14_mF3693D17D0BC67CF780ABB5B7A7D7F653FB710C6 (U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * __this, const RuntimeMethod* method) { { // state.ResetActionState(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_1 = L_0->get_state_28(); NullCheck(L_1); State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D(L_1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__1_mA35FE55B3D9B3F3265B4DE40C1BDC0F8628C164B (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, float ___value0, const RuntimeMethod* method) { { // transform.rotation = Quaternion.Lerp(ambushQuaStart, ambushQuaEnd, value); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = __this->get_ambushQuaStart_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = __this->get_ambushQuaEnd_1(); float L_5 = ___value0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_3, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_2); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_2, L_6, /*hidden argument*/NULL); // }, 1f, needRotateAngle / 180f * 0.5f)); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__4(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__4_mE2119AE8032955B8C0B50D5B6DEEA2E3A2A30C6B (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, float ___value0, const RuntimeMethod* method) { { // this.transform.rotation = ambushQuaEnd; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = __this->get_ambushQuaEnd_1(); NullCheck(L_2); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_2, L_3, /*hidden argument*/NULL); // }, 1f, 2f)); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__5_m1E3A0C293170A161A64D969BE8A965BDF750F397 (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (state.dead) { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = L_1->get_state_28(); NullCheck(L_2); bool L_3 = L_2->get_dead_9(); if (!L_3) { goto IL_0024; } } { // seq.Kill(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_4 = __this->get_seq_2(); TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10(L_4, (bool)0, /*hidden argument*/NULL); // return; return; } IL_0024: { // needAmbush = true; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_5 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_5); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_6 = L_5->get_U3CU3E4__this_0(); NullCheck(L_6); L_6->set_needAmbush_22((bool)1); // state.ambushing = false; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_7 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_7); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_8 = L_7->get_U3CU3E4__this_0(); NullCheck(L_8); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_9 = L_8->get_state_28(); NullCheck(L_9); L_9->set_ambushing_6((bool)0); // state.attackA = true; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_10 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_10); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_11 = L_10->get_U3CU3E4__this_0(); NullCheck(L_11); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_12 = L_11->get_state_28(); NullCheck(L_12); L_12->set_attackA_7((bool)1); // jumpPoint = this.transform.position; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_13 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_13); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_14 = L_13->get_U3CU3E4__this_0(); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_15, /*hidden argument*/NULL); __this->set_jumpPoint_3(L_16); // hunterPos.y = jumpPoint.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_17 = __this->get_address_of_hunterPos_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_18 = __this->get_address_of_jumpPoint_3(); float L_19 = L_18->get_y_3(); L_17->set_y_3(L_19); // Vector3 deltaPointer = jumpPoint - hunterPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = __this->get_jumpPoint_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = __this->get_hunterPos_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_20, L_21, /*hidden argument*/NULL); V_0 = L_22; // landPoint = hunterPos + deltaPointer.normalized * 1f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = __this->get_hunterPos_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_24, (1.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_23, L_25, /*hidden argument*/NULL); __this->set_landPoint_5(L_26); // displace = landPoint - jumpPoint; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = __this->get_landPoint_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = __this->get_jumpPoint_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_27, L_28, /*hidden argument*/NULL); __this->set_displace_6(L_29); // }); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__7(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__7_m04B80F810DAFFD639700A0BA97AC2F8E52B22A1D (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, float ___value0, const RuntimeMethod* method) { { // this.transform.position = jumpPoint + displace * value; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_jumpPoint_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = __this->get_displace_6(); float L_5 = ___value0; 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); NullCheck(L_2); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_2, L_7, /*hidden argument*/NULL); // LookAtHunter(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_8 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_8); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_9 = L_8->get_U3CU3E4__this_0(); NullCheck(L_9); Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E(L_9, /*hidden argument*/NULL); // if (value < 0.5) { float L_10 = ___value0; if ((!(((double)((double)((double)L_10))) < ((double)(0.5))))) { goto IL_0067; } } { // this.agent.baseOffset = baseoffset + value; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_11 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_11); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_12 = L_11->get_U3CU3E4__this_0(); NullCheck(L_12); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_13 = L_12->get_agent_6(); float L_14 = __this->get_baseoffset_7(); float L_15 = ___value0; NullCheck(L_13); NavMeshAgent_set_baseOffset_mBB3E1826FC47E1A52F3CF46F59015732AA0FD5DE(L_13, ((float)il2cpp_codegen_add((float)L_14, (float)L_15)), /*hidden argument*/NULL); // } else { return; } IL_0067: { // this.agent.baseOffset = baseoffset + (1 - value); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_16 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_16); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_17 = L_16->get_U3CU3E4__this_0(); NullCheck(L_17); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_18 = L_17->get_agent_6(); float L_19 = __this->get_baseoffset_7(); float L_20 = ___value0; NullCheck(L_18); NavMeshAgent_set_baseOffset_mBB3E1826FC47E1A52F3CF46F59015732AA0FD5DE(L_18, ((float)il2cpp_codegen_add((float)L_19, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_20)))), /*hidden argument*/NULL); // if (!state.dead && state.attackA) { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_21 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_21); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_22 = L_21->get_U3CU3E4__this_0(); NullCheck(L_22); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_23 = L_22->get_state_28(); NullCheck(L_23); bool L_24 = L_23->get_dead_9(); if (L_24) { goto IL_00de; } } { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_25 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_25); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_26 = L_25->get_U3CU3E4__this_0(); NullCheck(L_26); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_27 = L_26->get_state_28(); NullCheck(L_27); bool L_28 = L_27->get_attackA_7(); if (!L_28) { goto IL_00de; } } { // state.attackA = false; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_29 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_29); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_30 = L_29->get_U3CU3E4__this_0(); NullCheck(L_30); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_31 = L_30->get_state_28(); NullCheck(L_31); L_31->set_attackA_7((bool)0); // playAniJumpDown(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_32 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_32); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_33 = L_32->get_U3CU3E4__this_0(); NullCheck(L_33); Wolf_playAniJumpDown_m8519C24CBE4191495CAF8410780865A7B59BE5EE(L_33, /*hidden argument*/NULL); } IL_00de: { // }, 1f, 0.8f)); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__8_mCC8613849FE0167BF33E43339FF2C3067083BF03 (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * G_B3_0 = NULL; Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * G_B2_0 = NULL; { // this.agent.avoidancePriority = avoidancePriority; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_2 = L_1->get_agent_6(); int32_t L_3 = __this->get_avoidancePriority_8(); NullCheck(L_2); NavMeshAgent_set_avoidancePriority_mEBC1EE92C76289E3F1CD4551871D3E2C7B379A7B(L_2, L_3, /*hidden argument*/NULL); // this.transform.position = landPoint; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_4 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_4); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_5 = L_4->get_U3CU3E4__this_0(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = __this->get_landPoint_5(); NullCheck(L_6); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_6, L_7, /*hidden argument*/NULL); // LookAtHunter(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_8 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_8); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_9 = L_8->get_U3CU3E4__this_0(); NullCheck(L_9); Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E(L_9, /*hidden argument*/NULL); // if (!state.dead) onAttack?.Invoke(this, hurtValue); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_10 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_10); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_11 = L_10->get_U3CU3E4__this_0(); NullCheck(L_11); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_12 = L_11->get_state_28(); NullCheck(L_12); bool L_13 = L_12->get_dead_9(); if (L_13) { goto IL_008d; } } { // if (!state.dead) onAttack?.Invoke(this, hurtValue); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_14 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_14); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_15 = L_14->get_U3CU3E4__this_0(); NullCheck(L_15); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_16 = L_15->get_onAttack_30(); Action_2_tC5C33051484B58C0CB47E20BF1053D8AF996ED54 * L_17 = L_16; G_B2_0 = L_17; if (L_17) { G_B3_0 = L_17; goto IL_0072; } } { return; } IL_0072: { U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_18 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_18); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_19 = L_18->get_U3CU3E4__this_0(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_20 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_20); int32_t L_21 = L_20->get_hurtValue_1(); NullCheck(G_B3_0); Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819(G_B3_0, L_19, L_21, /*hidden argument*/Action_2_Invoke_mF2E2AAD652D6709C13979C3250DFF358F8CA7819_RuntimeMethod_var); } IL_008d: { // }); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__10(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__10_mF5417C6D077EB2E3D7355421001034A232AF4CB8 (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, float ___value0, const RuntimeMethod* method) { { // this.transform.position = landPoint; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_landPoint_5(); NullCheck(L_2); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_2, L_3, /*hidden argument*/NULL); // LookAtHunter(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_4 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_4); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_5 = L_4->get_U3CU3E4__this_0(); NullCheck(L_5); Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E(L_5, /*hidden argument*/NULL); // }, 1f, 0.3f)); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__11() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__11_m90FDD3E69189823AA442879115CD8A7347E7F1CC (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, const RuntimeMethod* method) { { // if (!state.dead) stopAniJumpDown(); //?????????????????? U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * L_2 = L_1->get_state_28(); NullCheck(L_2); bool L_3 = L_2->get_dead_9(); if (L_3) { goto IL_0027; } } { // if (!state.dead) stopAniJumpDown(); //?????????????????? U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_4 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_4); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_5 = L_4->get_U3CU3E4__this_0(); NullCheck(L_5); Wolf_stopAniJumpDown_mC0133B40521BDEDD294F7F63A27DF26C02D6ABDE(L_5, /*hidden argument*/NULL); } IL_0027: { // this.transform.position = landPoint; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_6 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_6); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_7 = L_6->get_U3CU3E4__this_0(); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = __this->get_landPoint_5(); NullCheck(L_8); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_8, L_9, /*hidden argument*/NULL); // LookAtHunter(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_10 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_10); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_11 = L_10->get_U3CU3E4__this_0(); NullCheck(L_11); Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E(L_11, /*hidden argument*/NULL); // }); return; } } // System.Void Wolf/<>c__DisplayClass38_1::b__13(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_1_U3CAttackU3Eb__13_m85F88BE47BBE0D163BBE5406A88FD65402FA9223 (U3CU3Ec__DisplayClass38_1_t5A90E1EA08A34F2CD4C473380CC40C93B18A6295 * __this, float ___value0, const RuntimeMethod* method) { { // this.transform.position = landPoint; U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_0 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_0); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_1 = L_0->get_U3CU3E4__this_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_landPoint_5(); NullCheck(L_2); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_2, L_3, /*hidden argument*/NULL); // LookAtHunter(); U3CU3Ec__DisplayClass38_0_t179EA1143B9B86842B60B97CA014B5FF26717F0C * L_4 = __this->get_CSU24U3CU3E8__locals1_9(); NullCheck(L_4); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_5 = L_4->get_U3CU3E4__this_0(); NullCheck(L_5); Wolf_LookAtHunter_m83511C0585237FF8E3B8B6D95A5729EFF5CCF53E(L_5, /*hidden argument*/NULL); // }, 1f, 0.1f)); //??dotween???????????; 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/OnlineHandler::InitOnAwake(Wolf) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_InitOnAwake_mCE35A14FE2B6BE8D21612BD37A969660E656AB49 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * ___animal0, 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; } { // this.animal = animal; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_0 = ___animal0; __this->set_animal_0(L_0); // if (isMirror) { bool L_1 = __this->get_isMirror_2(); if (!L_1) { goto IL_001f; } } { // GameObject.Destroy(this.animal.agent); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_2 = __this->get_animal_0(); NullCheck(L_2); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3 = L_2->get_agent_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_3, /*hidden argument*/NULL); } IL_001f: { // } return; } } // System.Void Wolf/OnlineHandler::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_Update_mE4112E03890D23ACB3C6DBD9D59F56E4E933A8B0 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __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*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE); s_Il2CppMethodInitialized = true; } { // if (isMirror) { bool L_0 = __this->get_isMirror_2(); if (!L_0) { goto IL_0235; } } { // if (inputSyncData == null) return; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_1; L_1 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // if (inputSyncData == null) return; return; } IL_0014: { // if (!hasUpdateBySyncData) { bool L_2 = __this->get_hasUpdateBySyncData_7(); if (L_2) { goto IL_0051; } } { // this.animal.transform.position = syncPosition; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_3 = __this->get_animal_0(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = __this->get_syncPosition_6(); NullCheck(L_4); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_4, L_5, /*hidden argument*/NULL); // this.animal.transform.rotation = syncRotation; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_6 = __this->get_animal_0(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_6, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = __this->get_syncRotation_5(); NullCheck(L_7); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_7, L_8, /*hidden argument*/NULL); // hasUpdateBySyncData = true; __this->set_hasUpdateBySyncData_7((bool)1); // } else { goto IL_00bd; } IL_0051: { // this.animal.transform.position = Vector3.Lerp(this.animal.transform.position, syncPosition, Time.deltaTime * 15); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_9 = __this->get_animal_0(); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_9, /*hidden argument*/NULL); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_11 = __this->get_animal_0(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = __this->get_syncPosition_6(); float L_15; L_15 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline(L_13, L_14, ((float)il2cpp_codegen_multiply((float)L_15, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_10); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_10, L_16, /*hidden argument*/NULL); // this.animal.transform.rotation = Quaternion.Lerp(this.animal.transform.rotation, syncRotation, Time.deltaTime * 15); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_17 = __this->get_animal_0(); NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_17, /*hidden argument*/NULL); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_19 = __this->get_animal_0(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_19, /*hidden argument*/NULL); NullCheck(L_20); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21; L_21 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_20, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = __this->get_syncRotation_5(); float L_23; L_23 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24; L_24 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_21, L_22, ((float)il2cpp_codegen_multiply((float)L_23, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_18); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_18, L_24, /*hidden argument*/NULL); } IL_00bd: { // if (this.animal.colorType != inputSyncData.ct) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_25 = __this->get_animal_0(); NullCheck(L_25); int32_t L_26 = L_25->get_colorType_11(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_27; L_27 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = L_27->get_ct_9(); if ((((int32_t)L_26) == ((int32_t)L_28))) { goto IL_00eb; } } { // this.animal.ChangeColorByType(inputSyncData.ct); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_29 = __this->get_animal_0(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_30; L_30 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31 = L_30->get_ct_9(); NullCheck(L_29); Wolf_ChangeColorByType_m5235A87CD44FC4FE6D56A9A33FDB16FB552AAF82(L_29, L_31, /*hidden argument*/NULL); } IL_00eb: { // if (inputSyncData.ai != this.animal.curAnimIndex) { WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_32; L_32 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = L_32->get_ai_8(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_34 = __this->get_animal_0(); NullCheck(L_34); int32_t L_35 = L_34->get_curAnimIndex_27(); if ((((int32_t)L_33) == ((int32_t)L_35))) { goto IL_01ae; } } { // this.animal.curAnimIndex = inputSyncData.ai; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_36 = __this->get_animal_0(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_37; L_37 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = L_37->get_ai_8(); NullCheck(L_36); L_36->set_curAnimIndex_27(L_38); // if (this.animal.isAniStay()) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_39 = __this->get_animal_0(); NullCheck(L_39); bool L_40; L_40 = Wolf_isAniStay_m5B04C0F616F30DF534177441B66D534AB32DCFE6(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0136; } } { // this.animal.playAniStay(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_41 = __this->get_animal_0(); NullCheck(L_41); Wolf_playAniStay_mA7D34F2B8EAA0A1BBE89E905DE602BCC11C0342F(L_41, /*hidden argument*/NULL); // } else if (this.animal.isAniMoveSlowly()) { goto IL_01ae; } IL_0136: { // } else if (this.animal.isAniMoveSlowly()) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_42 = __this->get_animal_0(); NullCheck(L_42); bool L_43; L_43 = Wolf_isAniMoveSlowly_mF782AEE2CBE51063912902B47BFACC475FB835E2(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0150; } } { // this.animal.playAniMoveSlowly(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_44 = __this->get_animal_0(); NullCheck(L_44); Wolf_playAniMoveSlowly_m91A369207897A7E7BC9067A5C64FF2722024A7CC(L_44, /*hidden argument*/NULL); // } else if (this.animal.isAniMoveQuickly()) { goto IL_01ae; } IL_0150: { // } else if (this.animal.isAniMoveQuickly()) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_45 = __this->get_animal_0(); NullCheck(L_45); bool L_46; L_46 = Wolf_isAniMoveQuickly_m78ED650947DC2354DA2E9BE8DF5CA7C9C1693397(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_016a; } } { // this.animal.playAniMoveQuickly(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_47 = __this->get_animal_0(); NullCheck(L_47); Wolf_playAniMoveQuickly_m021DD4591C030B08FF1C6DAE16206B43E99B004B(L_47, /*hidden argument*/NULL); // } else if (this.animal.isAniAmbush()) { goto IL_01ae; } IL_016a: { // } else if (this.animal.isAniAmbush()) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_48 = __this->get_animal_0(); NullCheck(L_48); bool L_49; L_49 = Wolf_isAniAmbush_m4D2D0E78C5D6697A155C2B804B696344CD144A16(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0184; } } { // this.animal.playAniAmbush(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_50 = __this->get_animal_0(); NullCheck(L_50); Wolf_playAniAmbush_m7A0B5DB97454FC6E2BE52D61F39B077013EE6767(L_50, /*hidden argument*/NULL); // } else if (this.animal.curAnimIndex >= 0) { goto IL_01ae; } IL_0184: { // } else if (this.animal.curAnimIndex >= 0) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_51 = __this->get_animal_0(); NullCheck(L_51); int32_t L_52 = L_51->get_curAnimIndex_27(); if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_01ae; } } { // this.animal.ap.play(this.animal.curAnimIndex, WrapMode.Once); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_53 = __this->get_animal_0(); NullCheck(L_53); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_54 = L_53->get_ap_5(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_55 = __this->get_animal_0(); NullCheck(L_55); int32_t L_56 = L_55->get_curAnimIndex_27(); NullCheck(L_54); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_54, L_56, 1, /*hidden argument*/NULL); } IL_01ae: { // if (inputSyncData.ii != injuredID) { WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_57; L_57 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_58 = L_57->get_ii_10(); int32_t L_59 = __this->get_injuredID_11(); if ((((int32_t)L_58) == ((int32_t)L_59))) { goto IL_01f1; } } { // injuredID = inputSyncData.ii; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_60; L_60 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_61 = L_60->get_ii_10(); __this->set_injuredID_11(L_61); // AudioMgr.ins.PlayAnimalEffect("wolf_injured", AudioMgr.GetAudioSource(this.animal.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_62 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_63 = __this->get_animal_0(); NullCheck(L_63); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_64; L_64 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_63, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_65; L_65 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_64, /*hidden argument*/NULL); NullCheck(L_62); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_62, _stringLiteral015647D3E90D53C066FC7E90EE35FB23FAEDCC72, L_65, /*hidden argument*/NULL); } IL_01f1: { // if (inputSyncData.di != deadID) { WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_66; L_66 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_66); int32_t L_67 = L_66->get_di_11(); int32_t L_68 = __this->get_deadID_12(); if ((((int32_t)L_67) == ((int32_t)L_68))) { goto IL_0234; } } { // deadID = inputSyncData.di; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_69; L_69 = OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline(__this, /*hidden argument*/NULL); NullCheck(L_69); int32_t L_70 = L_69->get_di_11(); __this->set_deadID_12(L_70); // AudioMgr.ins.PlayAnimalEffect("wolf_die", AudioMgr.GetAudioSource(this.animal.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_71 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_72 = __this->get_animal_0(); NullCheck(L_72); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_73; L_73 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_72, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_74; L_74 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_73, /*hidden argument*/NULL); NullCheck(L_71); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_71, _stringLiteral744AF1E132F4C309E50748FFAC51BD24A0BD36EE, L_74, /*hidden argument*/NULL); } IL_0234: { // return; return; } IL_0235: { // if (GlobalData.pkMatchType == PKMatchType.OnlinePK) { IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_75 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if ((!(((uint32_t)L_75) == ((uint32_t)2)))) { goto IL_0261; } } { // if (outputSyncData == null) outputSyncData = new WolfSyncData(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_76 = __this->get_outputSyncData_3(); if (L_76) { goto IL_0250; } } { // if (outputSyncData == null) outputSyncData = new WolfSyncData(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_77 = (WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F *)il2cpp_codegen_object_new(WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F_il2cpp_TypeInfo_var); WolfSyncData__ctor_m969E377F38723A82393B0ABF6958DFE81A0B964F(L_77, /*hidden argument*/NULL); __this->set_outputSyncData_3(L_77); } IL_0250: { // outputSyncData.SetData(this.animal); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_78 = __this->get_outputSyncData_3(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_79 = __this->get_animal_0(); NullCheck(L_78); WolfSyncData_SetData_m8951E7B15AF0F1B8FC54E3634FF39E51160EDD2F(L_78, L_79, /*hidden argument*/NULL); } IL_0261: { // } return; } } // WolfSyncData Wolf/OnlineHandler::get_inputSyncData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, const RuntimeMethod* method) { { // return _inputSyncData; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_0 = __this->get__inputSyncData_4(); return L_0; } } // System.Void Wolf/OnlineHandler::set_inputSyncData(WolfSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_set_inputSyncData_m0BD3D3343B8DF57ED80BDD41838AAECC2A36E48A (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * ___value0, const RuntimeMethod* method) { { // _inputSyncData = value; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_0 = ___value0; __this->set__inputSyncData_4(L_0); // uid = value.id; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_1 = ___value0; NullCheck(L_1); int32_t L_2 = L_1->get_id_0(); __this->set_uid_1(L_2); // syncRotation.x = value.rx; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_3 = __this->get_address_of_syncRotation_5(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_rx_1(); L_3->set_x_0(L_5); // syncRotation.y = value.ry; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_6 = __this->get_address_of_syncRotation_5(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_7 = ___value0; NullCheck(L_7); float L_8 = L_7->get_ry_2(); L_6->set_y_1(L_8); // syncRotation.z = value.rz; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_9 = __this->get_address_of_syncRotation_5(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_10 = ___value0; NullCheck(L_10); float L_11 = L_10->get_rz_3(); L_9->set_z_2(L_11); // syncRotation.w = value.rw; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_12 = __this->get_address_of_syncRotation_5(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_13 = ___value0; NullCheck(L_13); float L_14 = L_13->get_rw_4(); L_12->set_w_3(L_14); // syncPosition.x = value.px; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = __this->get_address_of_syncPosition_6(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_16 = ___value0; NullCheck(L_16); float L_17 = L_16->get_px_5(); L_15->set_x_2(L_17); // syncPosition.y = value.py; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_18 = __this->get_address_of_syncPosition_6(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_19 = ___value0; NullCheck(L_19); float L_20 = L_19->get_py_6(); L_18->set_y_3(L_20); // syncPosition.z = value.pz; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of_syncPosition_6(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_22 = ___value0; NullCheck(L_22); float L_23 = L_22->get_pz_7(); L_21->set_z_4(L_23); // } return; } } // System.Void Wolf/OnlineHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler__ctor_m94C0AE605F7E28E0562A03509834203102310FE7 (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __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 Wolf/State::ResetActionState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_ResetActionState_m31AAF9D29AF95B933244570C53F631DFFF106D9D (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * __this, const RuntimeMethod* method) { { // this.staying = false; __this->set_staying_0((bool)0); // this.moving = false; __this->set_moving_1((bool)0); // this.moveSlowly = false; __this->set_moveSlowly_2((bool)0); // this.moveQuickly = false; __this->set_moveQuickly_3((bool)0); // this.attacking = false; __this->set_attacking_4((bool)0); // this.ambushRotating = false; __this->set_ambushRotating_5((bool)0); // this.ambushing = false; __this->set_ambushing_6((bool)0); // this.attackA = false; __this->set_attackA_7((bool)0); // this.attackB = false; __this->set_attackB_8((bool)0); // this.dead = false; __this->set_dead_9((bool)0); // this.stayingTime = 0; __this->set_stayingTime_10((0.0f)); // this.movingTime = 0; __this->set_movingTime_11((0.0f)); // } return; } } // System.Void Wolf/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m8CA061F5CA2A5591F68E1D0FBAA9C1B903B1D6F1 (State_t1F2DDDE6545F5E7A1E28065AACCF366364E9469C * __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.Single WolfActGrid/AreaMatrix::calDis(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AreaMatrix_calDis_mDD39FD3E5FF58AD6AE0F1E95E93B9A964ABABEAD (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p10, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p21, const RuntimeMethod* method) { { // return Mathf.Sqrt((p1.x - p2.x) * (p1.x - p2.x) + (p1.z - p2.z) * (p1.z - p2.z)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___p10; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___p21; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___p10; float L_5 = L_4.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___p21; float L_7 = L_6.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___p10; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___p21; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___p10; float L_13 = L_12.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___p21; float L_15 = L_14.get_z_4(); float L_16; L_16 = sqrtf(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), (float)((float)il2cpp_codegen_subtract((float)L_13, (float)L_15))))))); return L_16; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_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_m199DB87BCE947106FBA38E19FDFE80CB65B61144_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_m3F624A80E7853289E4759DE8F16CF23B0958365B_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*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); float V_8 = 0.0f; int32_t V_9 = 0; int32_t V_10 = 0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_11 = NULL; int32_t V_12 = 0; bool V_13 = false; int32_t V_14 = 0; String_t* V_15 = NULL; RuntimeObject * V_16 = NULL; { // float minDis = float.MaxValue; V_0 = ((std::numeric_limits::max)()); // int bestR = 0; V_1 = 0; // int bestC = 0; V_2 = 0; // for (int r = 0; r < posMatrix.Count; r++) { V_5 = 0; goto IL_0065; } IL_000f: { // for (int c = 0; c < posMatrix[r].Count; c++) { V_6 = 0; goto IL_0049; } IL_0014: { // Vector3 pos = posMatrix[r][c]; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_0 = __this->get_posMatrix_0(); int32_t L_1 = V_5; NullCheck(L_0); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_2; L_2 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); int32_t L_3 = V_6; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_7 = L_4; // float dis = calDis(pos, p); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___p0; float L_7; L_7 = AreaMatrix_calDis_mDD39FD3E5FF58AD6AE0F1E95E93B9A964ABABEAD(__this, L_5, L_6, /*hidden argument*/NULL); V_8 = L_7; // if (dis < minDis) { float L_8 = V_8; float L_9 = V_0; if ((!(((float)L_8) < ((float)L_9)))) { goto IL_0043; } } { // minDis = dis; float L_10 = V_8; V_0 = L_10; // bestR = r; int32_t L_11 = V_5; V_1 = L_11; // bestC = c; int32_t L_12 = V_6; V_2 = L_12; } IL_0043: { // for (int c = 0; c < posMatrix[r].Count; c++) { int32_t L_13 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0049: { // for (int c = 0; c < posMatrix[r].Count; c++) { int32_t L_14 = V_6; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_15 = __this->get_posMatrix_0(); int32_t L_16 = V_5; NullCheck(L_15); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_17; L_17 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_15, L_16, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); NullCheck(L_17); int32_t L_18; L_18 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_17, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_18))) { goto IL_0014; } } { // for (int r = 0; r < posMatrix.Count; r++) { int32_t L_19 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0065: { // for (int r = 0; r < posMatrix.Count; r++) { int32_t L_20 = V_5; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_21 = __this->get_posMatrix_0(); NullCheck(L_21); int32_t L_22; L_22 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_21, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_000f; } } { // object cur_occupy_obj = checkOccupy(bestR, bestC); int32_t L_23 = V_1; int32_t L_24 = V_2; RuntimeObject * L_25; L_25 = AreaMatrix_checkOccupy_mEFB296095538492B4068A9AA3D7D64DE3948A364(__this, L_23, L_24, /*hidden argument*/NULL); V_3 = L_25; // if (cur_occupy_obj != null && !obj.Equals(cur_occupy_obj)) { RuntimeObject * L_26 = V_3; if (!L_26) { goto IL_01f9; } } { RuntimeObject * L_27 = ___obj1; RuntimeObject * L_28 = V_3; NullCheck(L_27); bool L_29; L_29 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_27, L_28); if (L_29) { goto IL_01f9; } } { // int sr = bestR; int32_t L_30 = V_1; V_9 = L_30; // int sc = bestC; int32_t L_31 = V_2; V_10 = L_31; // List openList = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_32 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_32, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_11 = L_32; // openList.Add(sr + "_" + sc); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_33 = V_11; String_t* L_34; L_34 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_9), /*hidden argument*/NULL); String_t* L_35; L_35 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_10), /*hidden argument*/NULL); String_t* L_36; L_36 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_34, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_35, /*hidden argument*/NULL); NullCheck(L_33); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_33, L_36, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // int scanIndex = 1; V_12 = 1; // bool breakBFS = false; V_13 = (bool)0; } IL_00c1: { // int i = 0; V_14 = 0; goto IL_01a9; } IL_00c9: { // i++; int32_t L_37 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); // if (i == 1) { sc++; } int32_t L_38 = V_14; if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_00da; } } { // if (i == 1) { sc++; } int32_t L_39 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00da: { // if (i == 2) { sr--; } int32_t L_40 = V_14; if ((!(((uint32_t)L_40) == ((uint32_t)2)))) { goto IL_00e5; } } { // if (i == 2) { sr--; } int32_t L_41 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); } IL_00e5: { // if (i == 3) { sc--; } int32_t L_42 = V_14; if ((!(((uint32_t)L_42) == ((uint32_t)3)))) { goto IL_00f0; } } { // if (i == 3) { sc--; } int32_t L_43 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); } IL_00f0: { // if (i == 4) { sc--; } int32_t L_44 = V_14; if ((!(((uint32_t)L_44) == ((uint32_t)4)))) { goto IL_00fb; } } { // if (i == 4) { sc--; } int32_t L_45 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)); } IL_00fb: { // if (i == 5) { sr++; } int32_t L_46 = V_14; if ((!(((uint32_t)L_46) == ((uint32_t)5)))) { goto IL_0106; } } { // if (i == 5) { sr++; } int32_t L_47 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0106: { // if (i == 6) { sr++; } int32_t L_48 = V_14; if ((!(((uint32_t)L_48) == ((uint32_t)6)))) { goto IL_0111; } } { // if (i == 6) { sr++; } int32_t L_49 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0111: { // if (i == 7) { sc++; } int32_t L_50 = V_14; if ((!(((uint32_t)L_50) == ((uint32_t)7)))) { goto IL_011c; } } { // if (i == 7) { sc++; } int32_t L_51 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_011c: { // if (i == 8) { sc++; } int32_t L_52 = V_14; if ((!(((uint32_t)L_52) == ((uint32_t)8)))) { goto IL_0127; } } { // if (i == 8) { sc++; } int32_t L_53 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0127: { // if (sr >= 0 && sr < posMatrix.Count && sc >= 0 && sc < posMatrix[sr].Count) { int32_t L_54 = V_9; if ((((int32_t)L_54) < ((int32_t)0))) { goto IL_01a9; } } { int32_t L_55 = V_9; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_56 = __this->get_posMatrix_0(); NullCheck(L_56); int32_t L_57; L_57 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_56, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); if ((((int32_t)L_55) >= ((int32_t)L_57))) { goto IL_01a9; } } { int32_t L_58 = V_10; if ((((int32_t)L_58) < ((int32_t)0))) { goto IL_01a9; } } { int32_t L_59 = V_10; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_60 = __this->get_posMatrix_0(); int32_t L_61 = V_9; NullCheck(L_60); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_62; L_62 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_60, L_61, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); NullCheck(L_62); int32_t L_63; L_63 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_62, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if ((((int32_t)L_59) >= ((int32_t)L_63))) { goto IL_01a9; } } { // string keyName = sr + "_" + sc; String_t* L_64; L_64 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_9), /*hidden argument*/NULL); String_t* L_65; L_65 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_10), /*hidden argument*/NULL); String_t* L_66; L_66 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_64, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_65, /*hidden argument*/NULL); V_15 = L_66; // if (!openList.Contains(keyName)) { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_67 = V_11; String_t* L_68 = V_15; NullCheck(L_67); bool L_69; L_69 = List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B(L_67, L_68, /*hidden argument*/List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var); if (L_69) { goto IL_01a9; } } { // object now_occupy_obj = checkOccupy(sr, sc); int32_t L_70 = V_9; int32_t L_71 = V_10; RuntimeObject * L_72; L_72 = AreaMatrix_checkOccupy_mEFB296095538492B4068A9AA3D7D64DE3948A364(__this, L_70, L_71, /*hidden argument*/NULL); V_16 = L_72; // if (now_occupy_obj == null || obj.Equals(now_occupy_obj)) { RuntimeObject * L_73 = V_16; if (!L_73) { goto IL_0195; } } { RuntimeObject * L_74 = ___obj1; RuntimeObject * L_75 = V_16; NullCheck(L_74); bool L_76; L_76 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_74, L_75); if (!L_76) { goto IL_01a0; } } IL_0195: { // bestR = sr; int32_t L_77 = V_9; V_1 = L_77; // bestC = sc; int32_t L_78 = V_10; V_2 = L_78; // breakBFS = true; V_13 = (bool)1; // break; goto IL_01b1; } IL_01a0: { // openList.Add(keyName); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_79 = V_11; String_t* L_80 = V_15; NullCheck(L_79); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_79, L_80, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_01a9: { // while (i < 8) { int32_t L_81 = V_14; if ((((int32_t)L_81) < ((int32_t)8))) { goto IL_00c9; } } IL_01b1: { // if (breakBFS) break; bool L_82 = V_13; if (L_82) { goto IL_01f9; } } { // if (scanIndex < openList.Count) { int32_t L_83 = V_12; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_84 = V_11; NullCheck(L_84); int32_t L_85; L_85 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_84, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_83) >= ((int32_t)L_85))) { goto IL_01f7; } } { // string[] str = openList[scanIndex].Split('_'); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_86 = V_11; int32_t L_87 = V_12; NullCheck(L_86); String_t* L_88; L_88 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_86, L_87, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_90 = L_89; NullCheck(L_90); (L_90)->SetAt(static_cast(0), (Il2CppChar)((int32_t)95)); NullCheck(L_88); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_91; L_91 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_88, L_90, /*hidden argument*/NULL); // scanIndex++; int32_t L_92 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); // sr = int.Parse(str[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_93 = L_91; NullCheck(L_93); int32_t L_94 = 0; String_t* L_95 = (L_93)->GetAt(static_cast(L_94)); int32_t L_96; L_96 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_95, /*hidden argument*/NULL); V_9 = L_96; // sc = int.Parse(str[1]); NullCheck(L_93); int32_t L_97 = 1; String_t* L_98 = (L_93)->GetAt(static_cast(L_97)); int32_t L_99; L_99 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_98, /*hidden argument*/NULL); V_10 = L_99; // } else { goto IL_00c1; } IL_01f7: { // return false; return (bool)0; } IL_01f9: { // Vector3 bestPoint = posMatrix[bestR][bestC]; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_100 = __this->get_posMatrix_0(); int32_t L_101 = V_1; NullCheck(L_100); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_102; L_102 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_100, L_101, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); int32_t L_103 = V_2; NullCheck(L_102); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_104; L_104 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_102, L_103, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_4 = L_104; // p.x = bestPoint.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_105 = V_4; float L_106 = L_105.get_x_2(); (&___p0)->set_x_2(L_106); // p.z = bestPoint.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_107 = V_4; float L_108 = L_107.get_z_4(); (&___p0)->set_z_4(L_108); // releaseOccupy(obj); RuntimeObject * L_109 = ___obj1; AreaMatrix_releaseOccupy_m812774928F2C7D51FE7F6CEF9B5724B37B0BDB47(__this, L_109, /*hidden argument*/NULL); // Occupy(bestR, bestC, obj); int32_t L_110 = V_1; int32_t L_111 = V_2; RuntimeObject * L_112 = ___obj1; AreaMatrix_Occupy_mF36733236FF16BC77AC9FC3E88E4A8EEC438FF25(__this, L_110, L_111, L_112, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Object WolfActGrid/AreaMatrix::checkOccupy(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AreaMatrix_checkOccupy_mEFB296095538492B4068A9AA3D7D64DE3948A364 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, int32_t ___r0, int32_t ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m055FCBE67B7A14D09FD445097B4FB8175BA63EED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m21C7924D6C9195A9B47670B158432F9451445A7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9E232F63ACC938E80C48C81FB4079ACE0076EF1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m50A4B614321D04360110BFD9C297039C97022C7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m43A5C9789D4C0A11BCFE87D8504DAA8D1FB1E30F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mAF500E6E155AA89B054E317716C05B5421D1D4FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D V_1; memset((&V_1), 0, sizeof(V_1)); KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string keyName = r + "_" + c; String_t* L_0; L_0 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___r0), /*hidden argument*/NULL); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___c1), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_1, /*hidden argument*/NULL); V_0 = L_2; // foreach (var item in occupyDC) Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * L_3 = __this->get_occupyDC_1(); NullCheck(L_3); Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D L_4; L_4 = Dictionary_2_GetEnumerator_m055FCBE67B7A14D09FD445097B4FB8175BA63EED(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m055FCBE67B7A14D09FD445097B4FB8175BA63EED_RuntimeMethod_var); V_1 = L_4; } IL_0025: try {// begin try (depth: 1) { goto IL_0048; } IL_0027: { // foreach (var item in occupyDC) KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 L_5; L_5 = Enumerator_get_Current_m50A4B614321D04360110BFD9C297039C97022C7D_inline((Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *)(&V_1), /*hidden argument*/Enumerator_get_Current_m50A4B614321D04360110BFD9C297039C97022C7D_RuntimeMethod_var); V_2 = L_5; // if (item.Value.Equals(keyName)) return item.Key; String_t* L_6; L_6 = KeyValuePair_2_get_Value_mAF500E6E155AA89B054E317716C05B5421D1D4FF_inline((KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_mAF500E6E155AA89B054E317716C05B5421D1D4FF_RuntimeMethod_var); String_t* L_7 = V_0; NullCheck(L_6); bool L_8; L_8 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0048; } } IL_003e: { // if (item.Value.Equals(keyName)) return item.Key; RuntimeObject * L_9; L_9 = KeyValuePair_2_get_Key_m43A5C9789D4C0A11BCFE87D8504DAA8D1FB1E30F_inline((KeyValuePair_2_t0C4D2D4EA06D4311D88954DF24F79B3721714088 *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m43A5C9789D4C0A11BCFE87D8504DAA8D1FB1E30F_RuntimeMethod_var); V_3 = L_9; IL2CPP_LEAVE(0x63, FINALLY_0053); } IL_0048: { // foreach (var item in occupyDC) bool L_10; L_10 = Enumerator_MoveNext_m9E232F63ACC938E80C48C81FB4079ACE0076EF1F((Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m9E232F63ACC938E80C48C81FB4079ACE0076EF1F_RuntimeMethod_var); if (L_10) { goto IL_0027; } } IL_0051: { IL2CPP_LEAVE(0x61, FINALLY_0053); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: {// begin finally (depth: 1) Enumerator_Dispose_m21C7924D6C9195A9B47670B158432F9451445A7D((Enumerator_t8AA4D0D5C2C836269A40E67C006D3206B7EFD07D *)(&V_1), /*hidden argument*/Enumerator_Dispose_m21C7924D6C9195A9B47670B158432F9451445A7D_RuntimeMethod_var); IL2CPP_END_FINALLY(83) }// end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { // return null; return NULL; } IL_0063: { // } RuntimeObject * L_11 = V_3; return L_11; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mE300BD1A63760E729AF5A6C62285A7BE34D0E771_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDB4BB0817E1BB3349622432DA675D1F9EC6F0085_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string keyName = null; V_0 = (String_t*)NULL; // occupyDC.TryGetValue(obj, out keyName); Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * L_0 = __this->get_occupyDC_1(); RuntimeObject * L_1 = ___obj0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mDB4BB0817E1BB3349622432DA675D1F9EC6F0085(L_0, L_1, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mDB4BB0817E1BB3349622432DA675D1F9EC6F0085_RuntimeMethod_var); // if (keyName == null) { String_t* L_3 = V_0; if (L_3) { goto IL_0015; } } { // return; return; } IL_0015: { // occupyDC.Remove(obj); Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * L_4 = __this->get_occupyDC_1(); RuntimeObject * L_5 = ___obj0; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_Remove_mE300BD1A63760E729AF5A6C62285A7BE34D0E771(L_4, L_5, /*hidden argument*/Dictionary_2_Remove_mE300BD1A63760E729AF5A6C62285A7BE34D0E771_RuntimeMethod_var); // wolfActGrid.DebugOccupySphere(keyName, false); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_7 = __this->get_wolfActGrid_2(); String_t* L_8 = V_0; NullCheck(L_7); WolfActGrid_DebugOccupySphere_m06DD4CF1F442D65F6C6143565003C6B5630A95A0(L_7, L_8, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void WolfActGrid/AreaMatrix::Occupy(System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix_Occupy_mF36733236FF16BC77AC9FC3E88E4A8EEC438FF25 (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, int32_t ___r0, int32_t ___c1, RuntimeObject * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_mCB3BF30BD4375AB21E374A6F5D57132F214C6601_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mB1554E4BD8D5AAE43255289943745C6D47E8C09A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_m787252E13CDC8546EEB9D887654E0D08D0E342EE_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_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1C7288CA728F93ECFB74563FFD38717E500890); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_1 = NULL; WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * V_2 = NULL; { // string keyName = r + "_" + c; String_t* L_0; L_0 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___r0), /*hidden argument*/NULL); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___c1), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_1, /*hidden argument*/NULL); V_0 = L_2; // occupyDC[obj] = keyName; Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * L_3 = __this->get_occupyDC_1(); RuntimeObject * L_4 = ___obj2; String_t* L_5 = V_0; NullCheck(L_3); Dictionary_2_set_Item_mB1554E4BD8D5AAE43255289943745C6D47E8C09A(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_mB1554E4BD8D5AAE43255289943745C6D47E8C09A_RuntimeMethod_var); // wolfActGrid.DebugOccupySphere(keyName, true); WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_6 = __this->get_wolfActGrid_2(); String_t* L_7 = V_0; NullCheck(L_6); WolfActGrid_DebugOccupySphere_m06DD4CF1F442D65F6C6143565003C6B5630A95A0(L_6, L_7, (bool)1, /*hidden argument*/NULL); // if (!wolfActGrid.debugDrawing) return; WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_8 = __this->get_wolfActGrid_2(); NullCheck(L_8); bool L_9 = L_8->get_debugDrawing_9(); if (L_9) { goto IL_0041; } } { // if (!wolfActGrid.debugDrawing) return; return; } IL_0041: { // if (obj.GetType().Equals(typeof(Wolf))) { RuntimeObject * L_10 = ___obj2; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(124 /* System.Boolean System.Type::Equals(System.Type) */, L_11, L_13); if (!L_14) { goto IL_00df; } } { // Wolf wolf = (Wolf) obj; RuntimeObject * L_15 = ___obj2; V_1 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC *)CastclassClass((RuntimeObject*)L_15, Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var)); // WolfLineRender wolfLineRender = wolf.GetComponentInChildren(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_16 = V_1; NullCheck(L_16); WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * L_17; L_17 = Component_GetComponentInChildren_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_mCB3BF30BD4375AB21E374A6F5D57132F214C6601(L_16, /*hidden argument*/Component_GetComponentInChildren_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_mCB3BF30BD4375AB21E374A6F5D57132F214C6601_RuntimeMethod_var); V_2 = L_17; // if (!wolfLineRender) { WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00c7; } } { // GameObject prefab = wolfActGrid.transform.Find("WolfLineRender").gameObject; WolfActGrid_t215E51AACE847B87B025043CEFB9C01F7C0CA2B4 * L_20 = __this->get_wolfActGrid_2(); NullCheck(L_20); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_20, /*hidden argument*/NULL); NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_21, _stringLiteral1F1C7288CA728F93ECFB74563FFD38717E500890, /*hidden argument*/NULL); NullCheck(L_22); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23; L_23 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_22, /*hidden argument*/NULL); // GameObject o = GameObject.Instantiate(prefab, wolf.transform.position + Vector3.up * 0.8f, Quaternion.identity, wolf.transform); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_24 = V_1; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_25, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_27, (0.800000012f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_26, L_28, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_30; L_30 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_31 = V_1; NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_23, L_29, L_30, L_32, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // wolfLineRender = o.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = L_33; NullCheck(L_34); WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * L_35; L_35 = GameObject_GetComponent_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_m787252E13CDC8546EEB9D887654E0D08D0E342EE(L_34, /*hidden argument*/GameObject_GetComponent_TisWolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA_m787252E13CDC8546EEB9D887654E0D08D0E342EE_RuntimeMethod_var); V_2 = L_35; // o.SetActive(true); NullCheck(L_34); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_34, (bool)1, /*hidden argument*/NULL); } IL_00c7: { // wolfLineRender.SetDestination(posMatrix[r][c]); WolfLineRender_tFEC5B6DE8F3CBAAE03CAA2B6809DECB5A84F12AA * L_36 = V_2; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_37 = __this->get_posMatrix_0(); int32_t L_38 = ___r0; NullCheck(L_37); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_39; L_39 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_37, L_38, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); int32_t L_40 = ___c1; NullCheck(L_39); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_39, L_40, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); NullCheck(L_36); WolfLineRender_SetDestination_m65080630E7FAAED33343E6F8A15EFE2BBEA56BB4(L_36, L_41, /*hidden argument*/NULL); } IL_00df: { // } return; } } // System.Void WolfActGrid/AreaMatrix::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaMatrix__ctor_m65B35B8F924ACF4692D000F53E5C8169A015368B (AreaMatrix_t6B2A8DC27C50938C97F6B12CB88551544BDC838B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD80F4947CAC3A6435C23B1DF058EFB0B768C3DCF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List> posMatrix = new List>(); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_0 = (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *)il2cpp_codegen_object_new(List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_il2cpp_TypeInfo_var); List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037(L_0, /*hidden argument*/List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037_RuntimeMethod_var); __this->set_posMatrix_0(L_0); // public Dictionary occupyDC = new Dictionary(); Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 * L_1 = (Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57 *)il2cpp_codegen_object_new(Dictionary_2_tF110DD5E27E3BC71C04E37F542545E155BBE3F57_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD80F4947CAC3A6435C23B1DF058EFB0B768C3DCF(L_1, /*hidden argument*/Dictionary_2__ctor_mD80F4947CAC3A6435C23B1DF058EFB0B768C3DCF_RuntimeMethod_var); __this->set_occupyDC_1(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void WolfActGrid/JsonConfig::SetPosMatrixNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig_SetPosMatrixNull_mF24E8A54B412B79CF74DF20CAE5FC990E9DC6756 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __this, const RuntimeMethod* method) { { // posMatrix = null; __this->set_posMatrix_0((String_t*)NULL); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); 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_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * V_4 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_5 = NULL; int32_t V_6 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_7 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); { // string[] lines = posMatrix.Split('\n'); String_t* L_0 = __this->get_posMatrix_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); // List> list = new List>(); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_4 = (List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 *)il2cpp_codegen_object_new(List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958_il2cpp_TypeInfo_var); List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037(L_4, /*hidden argument*/List_1__ctor_m7816CF3C3C46DC5217D17DA2CBCB0BE14A2FF037_RuntimeMethod_var); V_0 = L_4; // foreach (var line in lines) V_1 = L_3; V_2 = 0; goto IL_00b0; } IL_0024: { // foreach (var line in lines) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; // if (line.Trim().Length == 0) continue; String_t* L_9 = V_3; NullCheck(L_9); String_t* L_10; L_10 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00ac; } } { // string[] vectorStrs = line.Split(' '); String_t* L_12 = V_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); NullCheck(L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15; L_15 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_12, L_14, /*hidden argument*/NULL); // List childList = new List(); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_16 = (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)il2cpp_codegen_object_new(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_il2cpp_TypeInfo_var); List_1__ctor_mF8F23D572031748AD428623AE16803455997E297(L_16, /*hidden argument*/List_1__ctor_mF8F23D572031748AD428623AE16803455997E297_RuntimeMethod_var); V_4 = L_16; // foreach (var vectorStr in vectorStrs) V_5 = L_15; V_6 = 0; goto IL_009c; } IL_0054: { // foreach (var vectorStr in vectorStrs) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = V_5; int32_t L_18 = V_6; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); // string[] valStrs = vectorStr.Split('_'); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(static_cast(0), (Il2CppChar)((int32_t)95)); NullCheck(L_20); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23; L_23 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_20, L_22, /*hidden argument*/NULL); V_7 = L_23; // Vector3 vec = new Vector3( // float.Parse(valStrs[0]), // float.Parse(valStrs[1]), // float.Parse(valStrs[2]) // ); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = V_7; NullCheck(L_24); int32_t L_25 = 0; String_t* L_26 = (L_24)->GetAt(static_cast(L_25)); float L_27; L_27 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_26, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = V_7; NullCheck(L_28); int32_t L_29 = 1; String_t* L_30 = (L_28)->GetAt(static_cast(L_29)); float L_31; L_31 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_30, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = V_7; NullCheck(L_32); int32_t L_33 = 2; String_t* L_34 = (L_32)->GetAt(static_cast(L_33)); float L_35; L_35 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_34, /*hidden argument*/NULL); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_8), L_27, L_31, L_35, /*hidden argument*/NULL); // childList.Add(vec); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_36 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_8; NullCheck(L_36); List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E(L_36, L_37, /*hidden argument*/List_1_Add_m76C6963F23F90A4707FF8C87E3E60F6341845E1E_RuntimeMethod_var); int32_t L_38 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_009c: { // foreach (var vectorStr in vectorStrs) int32_t L_39 = V_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = V_5; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))) { goto IL_0054; } } { // list.Add(childList); List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_41 = V_0; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_42 = V_4; NullCheck(L_41); List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2(L_41, L_42, /*hidden argument*/List_1_Add_mCCF03D5D0CA8C5BD59D0BF7E73BB7EE5EE6310D2_RuntimeMethod_var); } IL_00ac: { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00b0: { // foreach (var line in lines) int32_t L_44 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_45 = V_1; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))) { goto IL_0024; } } { // return list; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_46 = V_0; return L_46; } } // 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) { 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // posMatrix = ""; __this->set_posMatrix_0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // for (int i = 0; i < list.Count; i++) { V_0 = 0; goto IL_00e0; } IL_0012: { // for (int j = 0; j < list[i].Count; j++) { V_1 = 0; goto IL_00a9; } IL_0019: { // Vector3 pos = list[i][j]; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_0 = ___list0; int32_t L_1 = V_0; NullCheck(L_0); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_2; L_2 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); int32_t L_3 = V_1; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m863D7819591108234EBC5D9C037281E7937937E4_RuntimeMethod_var); V_2 = L_4; // posMatrix += pos.x + "_" + pos.y + "_" + pos.z; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; String_t* L_7 = __this->get_posMatrix_0(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_6; float* L_9 = (&V_2)->get_address_of_x_2(); String_t* L_10; L_10 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(1), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_8; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); (L_11)->SetAt(static_cast(2), (String_t*)_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; float* L_13 = (&V_2)->get_address_of_y_3(); String_t* L_14; L_14 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(3), (String_t*)L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_12; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); (L_15)->SetAt(static_cast(4), (String_t*)_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; float* L_17 = (&V_2)->get_address_of_z_4(); String_t* L_18; L_18 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(5), (String_t*)L_18); String_t* L_19; L_19 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_16, /*hidden argument*/NULL); __this->set_posMatrix_0(L_19); // if (j < list[i].Count - 1) posMatrix += " "; int32_t L_20 = V_1; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_21 = ___list0; int32_t L_22 = V_0; NullCheck(L_21); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_23; L_23 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_21, L_22, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); NullCheck(L_23); int32_t L_24; L_24 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_23, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if ((((int32_t)L_20) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))))) { goto IL_00a5; } } { // if (j < list[i].Count - 1) posMatrix += " "; String_t* L_25 = __this->get_posMatrix_0(); String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_25, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); __this->set_posMatrix_0(L_26); } IL_00a5: { // for (int j = 0; j < list[i].Count; j++) { int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a9: { // for (int j = 0; j < list[i].Count; j++) { int32_t L_28 = V_1; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_29 = ___list0; int32_t L_30 = V_0; NullCheck(L_29); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_31; L_31 = List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_inline(L_29, L_30, /*hidden argument*/List_1_get_Item_mC1A96BE1F7305BC33F760115720983C210CB40C1_RuntimeMethod_var); NullCheck(L_31); int32_t L_32; L_32 = List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_inline(L_31, /*hidden argument*/List_1_get_Count_m320FF0DD39F83A684F9E277C6A0D07BC3CEDA7D9_RuntimeMethod_var); if ((((int32_t)L_28) < ((int32_t)L_32))) { goto IL_0019; } } { // if (i < list.Count - 1) posMatrix += "\n"; int32_t L_33 = V_0; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_34 = ___list0; NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_34, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); if ((((int32_t)L_33) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))))) { goto IL_00dc; } } { // if (i < list.Count - 1) posMatrix += "\n"; String_t* L_36 = __this->get_posMatrix_0(); String_t* L_37; L_37 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_36, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); __this->set_posMatrix_0(L_37); } IL_00dc: { // for (int i = 0; i < list.Count; i++) { int32_t L_38 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00e0: { // for (int i = 0; i < list.Count; i++) { int32_t L_39 = V_0; List_1_tF724C5B2C5210EC2F114F9477783848F53EA2958 * L_40 = ___list0; NullCheck(L_40); int32_t L_41; L_41 = List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_inline(L_40, /*hidden argument*/List_1_get_Count_m05E250A973A866E3A45EC14024F8014D469A187F_RuntimeMethod_var); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0012; } } { // } return; } } // System.Void WolfActGrid/JsonConfig::Write() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig_Write_mE80D2CFE04D3F284FF33C2FA4950B0B33D98D877 (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __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*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EBCD75E476855968FDB85B8D30D12198606601B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8547BDF17BE85EDC3D2A4B358BB72E4716AC84C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string filePath = // "E:\\UnityProject\\SmartBow\\Assets\\BowArrow\\Scripts\\GameChallenge\\WoldActGird\\WolfActGrid.json"; V_0 = _stringLiteralD8547BDF17BE85EDC3D2A4B358BB72E4716AC84C; // if (!System.IO.File.Exists(filePath)) { String_t* L_0 = V_0; bool L_1; L_1 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // Debug.LogError("JsonConfig-File-NotExist"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral6EBCD75E476855968FDB85B8D30D12198606601B, /*hidden argument*/NULL); // return; return; } IL_0019: { } IL_001a: try {// begin try (depth: 1) // System.IO.StreamWriter writer = new System.IO.StreamWriter(filePath); String_t* L_2 = V_0; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_3 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_mE341C28EFA3FE0484823233273DBE251A11BD4FC(L_3, L_2, /*hidden argument*/NULL); // writer.Write(JsonConvert.SerializeObject(this)); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_4 = L_3; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_5; L_5 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_4, L_5); // writer.Close(); NullCheck(L_4); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_4); // } goto IL_0049; }// 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_0033; } throw e; } CATCH_0033: {// begin catch(System.Exception) // Debug.LogError("JsonConfig-Write-Fail"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01DB47E6A8422FF887D8DB7F81D489CF16787970)), /*hidden argument*/NULL); // Debug.LogError(e.Message); NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_6, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0049; }// end catch (depth: 1) IL_0049: { // } return; } } // WolfActGrid/JsonConfig WolfActGrid/JsonConfig::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * JsonConfig_Load_mBE64199B4FF9087F283FED647ED3FB9F1C53FA4A (String_t* ___jsonText0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisJsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_m35F0D19DB2D904E88E282F274DCAF9B69CBDB703_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * V_0 = NULL; { // JsonConfig jsonConfig = JsonConvert.DeserializeObject(jsonText); String_t* L_0 = ___jsonText0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_1; L_1 = JsonConvert_DeserializeObject_TisJsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_m35F0D19DB2D904E88E282F274DCAF9B69CBDB703(L_0, /*hidden argument*/JsonConvert_DeserializeObject_TisJsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_m35F0D19DB2D904E88E282F274DCAF9B69CBDB703_RuntimeMethod_var); V_0 = L_1; // if (jsonConfig == null) jsonConfig = new JsonConfig(); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_2 = V_0; if (L_2) { goto IL_0010; } } { // if (jsonConfig == null) jsonConfig = new JsonConfig(); JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_3 = (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 *)il2cpp_codegen_object_new(JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2_il2cpp_TypeInfo_var); JsonConfig__ctor_m5054A957FA5E25EA78B86484FE2CA9EB9DD752AC(L_3, /*hidden argument*/NULL); V_0 = L_3; } IL_0010: { // return jsonConfig; JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * L_4 = V_0; return L_4; } } // System.Void WolfActGrid/JsonConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConfig__ctor_m5054A957FA5E25EA78B86484FE2CA9EB9DD752AC (JsonConfig_tD2604BCAD0C7C58A798D728BB1C80D97D7CC0DD2 * __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 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void WolfHuntGameMode/<>c__DisplayClass22_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__0_m6D38DB971A179E7204AD78D12644ADA66E862384 (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, const RuntimeMethod* method) { { // hurtTweenV1 = 0; WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); L_0->set_hurtTweenV1_30((0.0f)); // screenInjuredObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_screenInjuredObject_1(); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)1, /*hidden argument*/NULL); // screenInjuredImage.color = screenInjuredColor; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_2 = __this->get_screenInjuredImage_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = __this->get_screenInjuredColor_3(); NullCheck(L_2); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_2, L_3); // blur.enabled = true; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_4 = __this->get_blur_4(); NullCheck(L_4); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_4, (bool)1, /*hidden argument*/NULL); // blur.iterations = 0; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_5 = __this->get_blur_4(); NullCheck(L_5); L_5->set_iterations_4(0); // }); return; } } // System.Single WolfHuntGameMode/<>c__DisplayClass22_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__1_mC35D654ED8DB59A0C40BEFB2F6C39F125FD25B3F (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, const RuntimeMethod* method) { { // Tween toMax = DOTween.To(() => hurtTweenV1, value => { WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); float L_1 = L_0->get_hurtTweenV1_30(); return L_1; } } // System.Void WolfHuntGameMode/<>c__DisplayClass22_0::b__2(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__2_m0C938C627FD8D579D1DEF0CB239F4A53717099E6 (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, float ___value0, const RuntimeMethod* method) { { // hurtTweenV1 = value; WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); float L_1 = ___value0; NullCheck(L_0); L_0->set_hurtTweenV1_30(L_1); // blur.iterations = Mathf.CeilToInt(hurtTweenV1 * 3f); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_2 = __this->get_blur_4(); WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_3 = __this->get_U3CU3E4__this_0(); NullCheck(L_3); float L_4 = L_3->get_hurtTweenV1_30(); int32_t L_5; L_5 = Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F(((float)il2cpp_codegen_multiply((float)L_4, (float)(3.0f))), /*hidden argument*/NULL); NullCheck(L_2); L_2->set_iterations_4(L_5); // screenInjuredColor.a = hurtTweenV1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_6 = __this->get_address_of_screenInjuredColor_3(); WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_7 = __this->get_U3CU3E4__this_0(); NullCheck(L_7); float L_8 = L_7->get_hurtTweenV1_30(); L_6->set_a_3(L_8); // screenInjuredImage.color = screenInjuredColor; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_9 = __this->get_screenInjuredImage_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_10 = __this->get_screenInjuredColor_3(); NullCheck(L_9); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_9, L_10); // }, 1f, 0.6f); return; } } // System.Single WolfHuntGameMode/<>c__DisplayClass22_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__3_mA0D87878316FBBB578861715BAA777D1A3A659FF (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, const RuntimeMethod* method) { { // Tween toMin = DOTween.To(() => hurtTweenV1, value => { WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); float L_1 = L_0->get_hurtTweenV1_30(); return L_1; } } // System.Void WolfHuntGameMode/<>c__DisplayClass22_0::b__4(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__4_m9602DE3E95FB6B1E3589F85B01EADE56C9322167 (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, float ___value0, const RuntimeMethod* method) { { // hurtTweenV1 = value; WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); float L_1 = ___value0; NullCheck(L_0); L_0->set_hurtTweenV1_30(L_1); // blur.iterations = Mathf.CeilToInt(hurtTweenV1 * 3f); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_2 = __this->get_blur_4(); WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_3 = __this->get_U3CU3E4__this_0(); NullCheck(L_3); float L_4 = L_3->get_hurtTweenV1_30(); int32_t L_5; L_5 = Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F(((float)il2cpp_codegen_multiply((float)L_4, (float)(3.0f))), /*hidden argument*/NULL); NullCheck(L_2); L_2->set_iterations_4(L_5); // screenInjuredColor.a = hurtTweenV1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_6 = __this->get_address_of_screenInjuredColor_3(); WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_7 = __this->get_U3CU3E4__this_0(); NullCheck(L_7); float L_8 = L_7->get_hurtTweenV1_30(); L_6->set_a_3(L_8); // screenInjuredImage.color = screenInjuredColor; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_9 = __this->get_screenInjuredImage_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_10 = __this->get_screenInjuredColor_3(); NullCheck(L_9); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_9, L_10); // }, 0f, 0.6f); return; } } // System.Void WolfHuntGameMode/<>c__DisplayClass22_0::b__5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CDoTweenHurtU3Eb__5_m8B73658BC0F2DAB74AC3A7FCAC6353686005AD1A (U3CU3Ec__DisplayClass22_0_t8B40591FF2747436BDD018F197E85B230A5136AE * __this, const RuntimeMethod* method) { { // hurtTweenV1 = 0; WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); L_0->set_hurtTweenV1_30((0.0f)); // screenInjuredObject.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_screenInjuredObject_1(); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)0, /*hidden argument*/NULL); // blur.enabled = false; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_2 = __this->get_blur_4(); NullCheck(L_2); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_2, (bool)0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m1B931D8D65C577B2A5A5E7E05D2C8C70BF9777DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public int myPlayerIndex = -1; __this->set_myPlayerIndex_2((-1)); // WaitForSecondsRealtime uploadOnceTime = new WaitForSecondsRealtime(0.033f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_0 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_0, (0.0329999998f), /*hidden argument*/NULL); __this->set_uploadOnceTime_5(L_0); // int lastRoundID = -1; __this->set_lastRoundID_8((-1)); // int lastRoundTipPlayerIndex = -1; //????????????? __this->set_lastRoundTipPlayerIndex_9((-1)); // Dictionary arrowSyncMap = new Dictionary(); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_1 = (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *)il2cpp_codegen_object_new(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1(L_1, /*hidden argument*/Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var); __this->set_arrowSyncMap_10(L_1); // Dictionary animalSyncMap = new Dictionary(); Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_2 = (Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 *)il2cpp_codegen_object_new(Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1B931D8D65C577B2A5A5E7E05D2C8C70BF9777DB(L_2, /*hidden argument*/Dictionary_2__ctor_m1B931D8D65C577B2A5A5E7E05D2C8C70BF9777DB_RuntimeMethod_var); __this->set_animalSyncMap_11(L_2); // public OnlineHelper(WolfHuntGameMode_OnlinePK gameMode) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.gameMode = gameMode; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_3 = ___gameMode0; __this->set_gameMode_0(L_3); // } return; } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { { // return myPlayerIndex >= 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { { // return myPlayerIndex == gameMode.currentPlayerIndex; int32_t L_0 = __this->get_myPlayerIndex_2(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_1 = __this->get_gameMode_0(); NullCheck(L_1); int32_t L_2 = L_1->get_currentPlayerIndex_31(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_m4D074A63BE1CDA1333CF06D32A0B7FC3950C802C (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { { // return myPlayerIndex == 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { { // return myPlayerIndex > 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlineHelper_onReceivePKGameData_m12F89A557C2710B7ED2E47DA5548E533A5F36060_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_mF51E313506CD1C9C6AACF41D9993293921F317F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * V_0 = NULL; { U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * L_0 = (U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_m8AC16FAD5CFA720EE2E3D7F53A6ECDF0A3EB5397(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * L_2 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ___successCallback0; NullCheck(L_2); L_2->set_successCallback_1(L_3); // socketPlayer = SocketPlayer.NewInstance(); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4; L_4 = SocketPlayer_NewInstance_m766ABDA801C2F3D4384DAF07F2FF6A2B9C4BA967(/*hidden argument*/NULL); __this->set_socketPlayer_1(L_4); // socketPlayer.onRoomReadyComplete = () => { // myPlayerIndex = GlobalData.playerIndexInRoom; // if (successCallback != null) successCallback(); // }; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_5 = __this->get_socketPlayer_1(); U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * L_6 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_mF51E313506CD1C9C6AACF41D9993293921F317F4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); L_5->set_onRoomReadyComplete_9(L_7); // socketPlayer.onReceivePKGameData = onReceivePKGameData; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_8 = __this->get_socketPlayer_1(); Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * L_9 = (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 *)il2cpp_codegen_object_new(Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486_il2cpp_TypeInfo_var); Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E(L_9, __this, (intptr_t)((intptr_t)OnlineHelper_onReceivePKGameData_m12F89A557C2710B7ED2E47DA5548E533A5F36060_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var); NullCheck(L_8); L_8->set_onReceivePKGameData_10(L_9); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m8E42E8371E46E05F91809DB3B6FA0420EEBE5658(__this, /*hidden argument*/NULL); // JCUnityLib.CoroutineStarter.Start(CheckAndUpload()); RuntimeObject* L_10; L_10 = OnlineHelper_CheckAndUpload_m45DCC92FF3F4A340B426809EAC6C31E1D53B5063(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_11; L_11 = CoroutineStarter_Start_mE4CE5D6D054BE5D28D32E50837CD9CEE247E9670(L_10, /*hidden argument*/NULL); // } return; } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_mE58B6EFB0167FCC1222D31D6A079ED9CE82E9487 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GameMgr.ins == gameMode.gameMgr && gameMode.gameMgr; 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(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_1 = __this->get_gameMode_0(); NullCheck(L_1); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_2 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_1)->get_gameMgr_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_4 = __this->get_gameMode_0(); NullCheck(L_4); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_5 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_4)->get_gameMgr_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_5, /*hidden argument*/NULL); return L_6; } IL_0028: { return (bool)0; } } // System.Collections.IEnumerator WolfHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_m45DCC92FF3F4A340B426809EAC6C31E1D53B5063 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * L_0 = (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 *)il2cpp_codegen_object_new(U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6_il2cpp_TypeInfo_var); U3CCheckAndUploadU3Ed__13__ctor_m89420EF937F9A28B96B7590A389DAAB3E1A54EAE(L_0, 0, /*hidden argument*/NULL); U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::onReceivePKGameData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_onReceivePKGameData_m12F89A557C2710B7ED2E47DA5548E533A5F36060 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, String_t* ___key0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mC0FBF93DC1903531F2779B3C0BFE26248F1EAE9E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m317EE2117B84026EE1BE5AFA6CF7C183C66F86C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mC906DA6A373F4B8652F31867DC68D1214649D04D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mB61952A036113CE26CDE3AFB99E1FF057ACC4A7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m06F7F73D5D643D298A2090CDB2BB12BF15CA5278_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA5F3FF2F0E2B8A0D6918E89DE99936E0DBE44797_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7DF3A6E7ED30ED92319F806A451EB160DB1FC5DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisList_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_m76AA5B02144F9B809599113C79E78E7B7B6C0F76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisSyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_mFAFCAD55B236C56B87527B3CFA4D3E75A77342AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m4ABEAD77265AA751014ADA08C9EB45321CC732B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEDD5D0C560815053E3F17E3A6DBEE941ABC7FB70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_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*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80078443458A309E10955FD4502501E2A7C38CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * V_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_2 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_3 = NULL; Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 V_4; memset((&V_4), 0, sizeof(V_4)); KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 V_5; memset((&V_5), 0, sizeof(V_5)); Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 V_6; memset((&V_6), 0, sizeof(V_6)); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * V_7 = NULL; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * V_8 = NULL; KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 V_9; memset((&V_9), 0, sizeof(V_9)); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * V_12 = NULL; List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * V_13 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_14 = NULL; Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 V_15; memset((&V_15), 0, sizeof(V_15)); KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 V_16; memset((&V_16), 0, sizeof(V_16)); Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 V_17; memset((&V_17), 0, sizeof(V_17)); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * V_18 = NULL; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_19 = NULL; KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 V_20; memset((&V_20), 0, sizeof(V_20)); int32_t V_21 = 0; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_22 = NULL; int32_t V_23 = 0; String_t* V_24 = NULL; Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 V_25; memset((&V_25), 0, sizeof(V_25)); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_26 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * G_B45_0 = NULL; Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * G_B44_0 = NULL; { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // if (key == "logic") { String_t* L_1 = ___key0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { // SyncLogicData syncLogicData = JsonConvert.DeserializeObject(data); String_t* L_3 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * L_4; L_4 = JsonConvert_DeserializeObject_TisSyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_mFAFCAD55B236C56B87527B3CFA4D3E75A77342AD(L_3, /*hidden argument*/JsonConvert_DeserializeObject_TisSyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_mFAFCAD55B236C56B87527B3CFA4D3E75A77342AD_RuntimeMethod_var); // syncLogicData.Output(this.gameMode); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_5 = __this->get_gameMode_0(); NullCheck(L_4); SyncLogicData_Output_mE1C75CFC51483AADD29F16F737E290B7896FEB94(L_4, L_5, /*hidden argument*/NULL); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m8E42E8371E46E05F91809DB3B6FA0420EEBE5658(__this, /*hidden argument*/NULL); } IL_002d: { // if (key == "bow") { String_t* L_6 = ___key0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC, /*hidden argument*/NULL); if (!L_7) { goto IL_00d7; } } { // if (!IsMyPlayerRunning()) { bool L_8; L_8 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(__this, /*hidden argument*/NULL); if (L_8) { goto IL_00d7; } } { // string[] quaStr = data.Split(','); String_t* L_9 = ___data1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; // if (quaStr.Length == 6) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; NullCheck(L_13); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))) == ((uint32_t)6)))) { goto IL_00d7; } } { // bowTargetQua.x = float.Parse(quaStr[0]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_14 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = V_0; NullCheck(L_15); int32_t L_16 = 0; String_t* L_17 = (L_15)->GetAt(static_cast(L_16)); float L_18; L_18 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_17, /*hidden argument*/NULL); L_14->set_x_0(L_18); // bowTargetQua.y = float.Parse(quaStr[1]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_19 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; NullCheck(L_20); int32_t L_21 = 1; String_t* L_22 = (L_20)->GetAt(static_cast(L_21)); float L_23; L_23 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_22, /*hidden argument*/NULL); L_19->set_y_1(L_23); // bowTargetQua.z = float.Parse(quaStr[2]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_24 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_0; NullCheck(L_25); int32_t L_26 = 2; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); float L_28; L_28 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_27, /*hidden argument*/NULL); L_24->set_z_2(L_28); // bowTargetQua.w = float.Parse(quaStr[3]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_29 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = V_0; NullCheck(L_30); int32_t L_31 = 3; String_t* L_32 = (L_30)->GetAt(static_cast(L_31)); float L_33; L_33 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_32, /*hidden argument*/NULL); L_29->set_w_3(L_33); // hasBowTargBtQua = true; __this->set_hasBowTargBtQua_7((bool)1); // ArmBow.ins.phase = int.Parse(quaStr[4]); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_34; L_34 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 4; String_t* L_37 = (L_35)->GetAt(static_cast(L_36)); int32_t L_38; L_38 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_37, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_phase_17(L_38); // GameAssistUI.ins.playerScaleAimValue_OnlinePK = int.Parse(quaStr[5]); IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_39 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = V_0; NullCheck(L_40); int32_t L_41 = 5; String_t* L_42 = (L_40)->GetAt(static_cast(L_41)); int32_t L_43; L_43 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_42, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_playerScaleAimValue_OnlinePK_11(L_43); } IL_00d7: { // if (key == "arrow") { String_t* L_44 = ___key0; bool L_45; L_45 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_44, _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8, /*hidden argument*/NULL); if (!L_45) { goto IL_0287; } } { // List arrowSyncDataList = JsonConvert.DeserializeObject>(data); String_t* L_46 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_47; L_47 = JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10(L_46, /*hidden argument*/JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var); V_1 = L_47; // foreach (var item in arrowSyncMap) { Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_48 = __this->get_arrowSyncMap_10(); NullCheck(L_48); Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 L_49; L_49 = Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68(L_48, /*hidden argument*/Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); V_4 = L_49; } IL_00fb: try {// begin try (depth: 1) { goto IL_0113; } IL_00fd: { // foreach (var item in arrowSyncMap) { KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 L_50; L_50 = Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_inline((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); V_5 = L_50; // item.Value.hasSetSyncData = false; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_51; L_51 = KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_5), /*hidden argument*/KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); NullCheck(L_51); L_51->set_hasSetSyncData_16((bool)0); } IL_0113: { // foreach (var item in arrowSyncMap) { bool L_52; L_52 = Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); if (L_52) { goto IL_00fd; } } IL_011c: { IL2CPP_LEAVE(0x12C, FINALLY_011e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011e; } FINALLY_011e: {// begin finally (depth: 1) Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); IL2CPP_END_FINALLY(286) }// end finally (depth: 1) IL2CPP_CLEANUP(286) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x12C, IL_012c) } IL_012c: { // GameObject arrowPrefab = ArmBow.ins.arrow; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_53; L_53 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_53); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_54 = L_53->get_arrow_6(); V_2 = L_54; // foreach (var item in arrowSyncDataList) { List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_55 = V_1; NullCheck(L_55); Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 L_56; L_56 = List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648(L_55, /*hidden argument*/List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var); V_6 = L_56; } IL_013f: try {// begin try (depth: 1) { goto IL_01a8; } IL_0141: { // foreach (var item in arrowSyncDataList) { SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_57; L_57 = Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_inline((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var); V_7 = L_57; // arrowSyncMap.TryGetValue(item.id, out arrowSync); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_58 = __this->get_arrowSyncMap_10(); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_59 = V_7; NullCheck(L_59); int32_t L_60 = L_59->get_id_2(); NullCheck(L_58); bool L_61; L_61 = Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9(L_58, L_60, (ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 **)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var); // if (arrowSync == null) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_62 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_63; L_63 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_62, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_63) { goto IL_0196; } } IL_0169: { // GameObject arrowObj = GameObject.Instantiate(arrowPrefab); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_64 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_65; L_65 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_64, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // arrowSync = arrowObj.AddComponent(); NullCheck(L_65); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_66; L_66 = GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D(L_65, /*hidden argument*/GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var); V_8 = L_66; // arrowSync.SetSyncData(item, true); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_67 = V_8; SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_68 = V_7; NullCheck(L_67); ArrowSync_SetSyncData_mDD23706DDDD8E8D5142C80496363E685BF0073D0(L_67, L_68, (bool)1, /*hidden argument*/NULL); // arrowSyncMap[item.id] = arrowSync; Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_69 = __this->get_arrowSyncMap_10(); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_70 = V_7; NullCheck(L_70); int32_t L_71 = L_70->get_id_2(); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_72 = V_8; NullCheck(L_69); Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC(L_69, L_71, L_72, /*hidden argument*/Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var); // } else { goto IL_01a0; } IL_0196: { // arrowSync.SetSyncData(item); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_73 = V_8; SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_74 = V_7; NullCheck(L_73); ArrowSync_SetSyncData_mDD23706DDDD8E8D5142C80496363E685BF0073D0(L_73, L_74, (bool)0, /*hidden argument*/NULL); } IL_01a0: { // arrowSync.hasSetSyncData = true; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_75 = V_8; NullCheck(L_75); L_75->set_hasSetSyncData_16((bool)1); } IL_01a8: { // foreach (var item in arrowSyncDataList) { bool L_76; L_76 = Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var); if (L_76) { goto IL_0141; } } IL_01b1: { IL2CPP_LEAVE(0x1C1, FINALLY_01b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b3; } FINALLY_01b3: {// begin finally (depth: 1) Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270_RuntimeMethod_var); IL2CPP_END_FINALLY(435) }// end finally (depth: 1) IL2CPP_CLEANUP(435) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1C1, IL_01c1) } IL_01c1: { // List removeIDs = null; V_3 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL; // foreach (var item in arrowSyncMap) { Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_77 = __this->get_arrowSyncMap_10(); NullCheck(L_77); Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 L_78; L_78 = Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68(L_77, /*hidden argument*/Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); V_4 = L_78; } IL_01d0: try {// begin try (depth: 1) { goto IL_01ff; } IL_01d2: { // foreach (var item in arrowSyncMap) { KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 L_79; L_79 = Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_inline((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); V_9 = L_79; // if (!item.Value.hasSetSyncData) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_80; L_80 = KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_9), /*hidden argument*/KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); NullCheck(L_80); bool L_81 = L_80->get_hasSetSyncData_16(); if (L_81) { goto IL_01ff; } } IL_01e9: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_82 = V_3; if (L_82) { goto IL_01f2; } } IL_01ec: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_83 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_83, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_3 = L_83; } IL_01f2: { // removeIDs.Add(item.Key); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_84 = V_3; int32_t L_85; L_85 = KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var); NullCheck(L_84); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_84, L_85, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_01ff: { // foreach (var item in arrowSyncMap) { bool L_86; L_86 = Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); if (L_86) { goto IL_01d2; } } IL_0208: { IL2CPP_LEAVE(0x218, FINALLY_020a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020a; } FINALLY_020a: {// begin finally (depth: 1) Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); IL2CPP_END_FINALLY(522) }// end finally (depth: 1) IL2CPP_CLEANUP(522) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x218, IL_0218) } IL_0218: { // if (removeIDs != null) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_87 = V_3; if (!L_87) { goto IL_0287; } } { // foreach (var id in removeIDs) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_88 = V_3; NullCheck(L_88); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C L_89; L_89 = List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175(L_88, /*hidden argument*/List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); V_10 = L_89; } IL_0223: try {// begin try (depth: 1) { goto IL_026e; } IL_0225: { // foreach (var id in removeIDs) { int32_t L_90; L_90 = Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); V_11 = L_90; // ArrowSync arrowSync = arrowSyncMap[id]; Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_91 = __this->get_arrowSyncMap_10(); int32_t L_92 = V_11; NullCheck(L_91); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_93; L_93 = Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226(L_91, L_92, /*hidden argument*/Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var); V_12 = L_93; // arrowSyncMap.Remove(id); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_94 = __this->get_arrowSyncMap_10(); int32_t L_95 = V_11; NullCheck(L_94); bool L_96; L_96 = Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72(L_94, L_95, /*hidden argument*/Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var); // if (arrowSync && arrowSync.gameObject) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_97 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_98; L_98 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_026e; } } IL_0254: { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_99 = V_12; NullCheck(L_99); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_100; L_100 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_99, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_101; L_101 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_026e; } } IL_0262: { // GameObject.Destroy(arrowSync.gameObject); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_102 = V_12; NullCheck(L_102); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_103; L_103 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_103, /*hidden argument*/NULL); } IL_026e: { // foreach (var id in removeIDs) { bool L_104; L_104 = Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); if (L_104) { goto IL_0225; } } IL_0277: { IL2CPP_LEAVE(0x287, FINALLY_0279); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0279; } FINALLY_0279: {// begin finally (depth: 1) Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); IL2CPP_END_FINALLY(633) }// end finally (depth: 1) IL2CPP_CLEANUP(633) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x287, IL_0287) } IL_0287: { // if (key == "onBowShoot") { String_t* L_105 = ___key0; bool L_106; L_106 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_105, _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2, /*hidden argument*/NULL); if (!L_106) { goto IL_02ab; } } { // GameEventCenter.ins.onBowArrowShootOut?.Invoke(null, null); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_107; L_107 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); NullCheck(L_107); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_108 = L_107->get_onBowArrowShootOut_4(); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_109 = L_108; G_B44_0 = L_109; if (L_109) { G_B45_0 = L_109; goto IL_02a4; } } { goto IL_02ab; } IL_02a4: { NullCheck(G_B45_0); Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68(G_B45_0, (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 *)NULL, (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *)NULL, /*hidden argument*/Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var); } IL_02ab: { // if (key == "DoNextShoot") { String_t* L_110 = ___key0; bool L_111; L_111 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_110, _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E, /*hidden argument*/NULL); if (!L_111) { goto IL_02c4; } } { // gameMode.DoNextShoot(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_112 = __this->get_gameMode_0(); NullCheck(L_112); bool L_113; L_113 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean GameMode::DoNextShoot() */, L_112); } IL_02c4: { // if (key == "animals") { String_t* L_114 = ___key0; bool L_115; L_115 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_114, _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC, /*hidden argument*/NULL); if (!L_115) { goto IL_04c1; } } { // List syncDataList = JsonConvert.DeserializeObject>(data); String_t* L_116 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * L_117; L_117 = JsonConvert_DeserializeObject_TisList_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_m76AA5B02144F9B809599113C79E78E7B7B6C0F76(L_116, /*hidden argument*/JsonConvert_DeserializeObject_TisList_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_m76AA5B02144F9B809599113C79E78E7B7B6C0F76_RuntimeMethod_var); V_13 = L_117; // foreach (var item in animalSyncMap) { Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_118 = __this->get_animalSyncMap_11(); NullCheck(L_118); Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 L_119; L_119 = Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911(L_118, /*hidden argument*/Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911_RuntimeMethod_var); V_15 = L_119; } IL_02e9: try {// begin try (depth: 1) { goto IL_0306; } IL_02eb: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 L_120; L_120 = Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_inline((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_RuntimeMethod_var); V_16 = L_120; // item.Value.onlineHandler.isInvalid = true; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_121; L_121 = KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_inline((KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 *)(&V_16), /*hidden argument*/KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_RuntimeMethod_var); NullCheck(L_121); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_122 = L_121->get_onlineHandler_32(); NullCheck(L_122); L_122->set_isInvalid_8((bool)1); } IL_0306: { // foreach (var item in animalSyncMap) { bool L_123; L_123 = Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732_RuntimeMethod_var); if (L_123) { goto IL_02eb; } } IL_030f: { IL2CPP_LEAVE(0x31F, FINALLY_0311); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0311; } FINALLY_0311: {// begin finally (depth: 1) Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA_RuntimeMethod_var); IL2CPP_END_FINALLY(785) }// end finally (depth: 1) IL2CPP_CLEANUP(785) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31F, IL_031f) } IL_031f: { // foreach (var item in syncDataList) { List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * L_124 = V_13; NullCheck(L_124); Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 L_125; L_125 = List_1_GetEnumerator_mEDD5D0C560815053E3F17E3A6DBEE941ABC7FB70(L_124, /*hidden argument*/List_1_GetEnumerator_mEDD5D0C560815053E3F17E3A6DBEE941ABC7FB70_RuntimeMethod_var); V_17 = L_125; } IL_0328: try {// begin try (depth: 1) { goto IL_03d4; } IL_032d: { // foreach (var item in syncDataList) { WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_126; L_126 = Enumerator_get_Current_m7DF3A6E7ED30ED92319F806A451EB160DB1FC5DC_inline((Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *)(&V_17), /*hidden argument*/Enumerator_get_Current_m7DF3A6E7ED30ED92319F806A451EB160DB1FC5DC_RuntimeMethod_var); V_18 = L_126; // animalSyncMap.TryGetValue(item.id, out animalSync); Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_127 = __this->get_animalSyncMap_11(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_128 = V_18; NullCheck(L_128); int32_t L_129 = L_128->get_id_0(); NullCheck(L_127); bool L_130; L_130 = Dictionary_2_TryGetValue_m317EE2117B84026EE1BE5AFA6CF7C183C66F86C4(L_127, L_129, (Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC **)(&V_19), /*hidden argument*/Dictionary_2_TryGetValue_m317EE2117B84026EE1BE5AFA6CF7C183C66F86C4_RuntimeMethod_var); // if (animalSync == null) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_131 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_132; L_132 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_131, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_132) { goto IL_03b9; } } IL_0355: { // GameObject animalObject = GameObject.Instantiate(gameMode.animalPrefab, Vector3.zero, Quaternion.identity, gameMode.animalsBaseT); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_133 = __this->get_gameMode_0(); NullCheck(L_133); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_134 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_133)->get_animalPrefab_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_135; L_135 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_136; L_136 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_137 = __this->get_gameMode_0(); NullCheck(L_137); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_138 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_137)->get_animalsBaseT_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_139; L_139 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_134, L_135, L_136, L_138, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // animalSync = animalObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_140 = L_139; NullCheck(L_140); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_141; L_141 = GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213(L_140, /*hidden argument*/GameObject_GetComponent_TisWolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_mFF1801900E35C3D06FDEAB547A3D2CE8B6103213_RuntimeMethod_var); V_19 = L_141; // animalSync.onlineHandler.isMirror = true; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_142 = V_19; NullCheck(L_142); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_143 = L_142->get_onlineHandler_32(); NullCheck(L_143); L_143->set_isMirror_2((bool)1); // animalSync.onlineHandler.inputSyncData = item; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_144 = V_19; NullCheck(L_144); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_145 = L_144->get_onlineHandler_32(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_146 = V_18; NullCheck(L_145); OnlineHandler_set_inputSyncData_m0BD3D3343B8DF57ED80BDD41838AAECC2A36E48A(L_145, L_146, /*hidden argument*/NULL); // animalObject.SetActive(true); NullCheck(L_140); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_140, (bool)1, /*hidden argument*/NULL); // animalSyncMap[item.id] = animalSync; Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_147 = __this->get_animalSyncMap_11(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_148 = V_18; NullCheck(L_148); int32_t L_149 = L_148->get_id_0(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_150 = V_19; NullCheck(L_147); Dictionary_2_set_Item_mB61952A036113CE26CDE3AFB99E1FF057ACC4A7E(L_147, L_149, L_150, /*hidden argument*/Dictionary_2_set_Item_mB61952A036113CE26CDE3AFB99E1FF057ACC4A7E_RuntimeMethod_var); // } else { goto IL_03c7; } IL_03b9: { // animalSync.onlineHandler.inputSyncData = item; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_151 = V_19; NullCheck(L_151); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_152 = L_151->get_onlineHandler_32(); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_153 = V_18; NullCheck(L_152); OnlineHandler_set_inputSyncData_m0BD3D3343B8DF57ED80BDD41838AAECC2A36E48A(L_152, L_153, /*hidden argument*/NULL); } IL_03c7: { // animalSync.onlineHandler.isInvalid = false; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_154 = V_19; NullCheck(L_154); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_155 = L_154->get_onlineHandler_32(); NullCheck(L_155); L_155->set_isInvalid_8((bool)0); } IL_03d4: { // foreach (var item in syncDataList) { bool L_156; L_156 = Enumerator_MoveNext_mA5F3FF2F0E2B8A0D6918E89DE99936E0DBE44797((Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *)(&V_17), /*hidden argument*/Enumerator_MoveNext_mA5F3FF2F0E2B8A0D6918E89DE99936E0DBE44797_RuntimeMethod_var); if (L_156) { goto IL_032d; } } IL_03e0: { IL2CPP_LEAVE(0x3F0, FINALLY_03e2); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03e2; } FINALLY_03e2: {// begin finally (depth: 1) Enumerator_Dispose_m06F7F73D5D643D298A2090CDB2BB12BF15CA5278((Enumerator_t1F0AF44867230C8A3C52B29835FB868FEBF9AD71 *)(&V_17), /*hidden argument*/Enumerator_Dispose_m06F7F73D5D643D298A2090CDB2BB12BF15CA5278_RuntimeMethod_var); IL2CPP_END_FINALLY(994) }// end finally (depth: 1) IL2CPP_CLEANUP(994) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F0, IL_03f0) } IL_03f0: { // List removeIDs = null; V_14 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL; // foreach (var item in animalSyncMap) { Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_157 = __this->get_animalSyncMap_11(); NullCheck(L_157); Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 L_158; L_158 = Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911(L_157, /*hidden argument*/Dictionary_2_GetEnumerator_m98CA7A4A7A95FC374A928C993597E3C138A17911_RuntimeMethod_var); V_15 = L_158; } IL_0400: try {// begin try (depth: 1) { goto IL_0437; } IL_0402: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 L_159; L_159 = Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_inline((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_get_Current_mFA1B52C91A47554BB199A111901DAEF9B32C1BC1_RuntimeMethod_var); V_20 = L_159; // if (item.Value.onlineHandler.isInvalid) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_160; L_160 = KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_inline((KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Value_m4A02592FDD01AE7FD03F706BABC7DBE41638083A_RuntimeMethod_var); NullCheck(L_160); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_161 = L_160->get_onlineHandler_32(); NullCheck(L_161); bool L_162 = L_161->get_isInvalid_8(); if (!L_162) { goto IL_0437; } } IL_041e: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_163 = V_14; if (L_163) { goto IL_0429; } } IL_0422: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_164 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_164, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_14 = L_164; } IL_0429: { // removeIDs.Add(item.Key); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_165 = V_14; int32_t L_166; L_166 = KeyValuePair_2_get_Key_m4ABEAD77265AA751014ADA08C9EB45321CC732B9_inline((KeyValuePair_2_tEC598B75CBCE76B60F276B9FCBBA1FAEBF8CF539 *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Key_m4ABEAD77265AA751014ADA08C9EB45321CC732B9_RuntimeMethod_var); NullCheck(L_165); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_165, L_166, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_0437: { // foreach (var item in animalSyncMap) { bool L_167; L_167 = Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_m11929F718C9FF6996818A5011ECF6A7AB6648732_RuntimeMethod_var); if (L_167) { goto IL_0402; } } IL_0440: { IL2CPP_LEAVE(0x450, FINALLY_0442); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0442; } FINALLY_0442: {// begin finally (depth: 1) Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA((Enumerator_t4BA9F2DCF079AE15864CBD756EDF3879F23FF641 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m1CD654F2926FACEC25A4D9E73383A9FA01224DAA_RuntimeMethod_var); IL2CPP_END_FINALLY(1090) }// end finally (depth: 1) IL2CPP_CLEANUP(1090) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x450, IL_0450) } IL_0450: { // if (removeIDs != null) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_168 = V_14; if (!L_168) { goto IL_04c1; } } { // foreach (var id in removeIDs) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_169 = V_14; NullCheck(L_169); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C L_170; L_170 = List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175(L_169, /*hidden argument*/List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); V_10 = L_170; } IL_045d: try {// begin try (depth: 1) { goto IL_04a8; } IL_045f: { // foreach (var id in removeIDs) { int32_t L_171; L_171 = Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); V_21 = L_171; // Wolf animalSync = animalSyncMap[id]; Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_172 = __this->get_animalSyncMap_11(); int32_t L_173 = V_21; NullCheck(L_172); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_174; L_174 = Dictionary_2_get_Item_mC906DA6A373F4B8652F31867DC68D1214649D04D(L_172, L_173, /*hidden argument*/Dictionary_2_get_Item_mC906DA6A373F4B8652F31867DC68D1214649D04D_RuntimeMethod_var); V_22 = L_174; // animalSyncMap.Remove(id); Dictionary_2_tA7B29CA6D6589E79E0515D5CD75EE446C69E3801 * L_175 = __this->get_animalSyncMap_11(); int32_t L_176 = V_21; NullCheck(L_175); bool L_177; L_177 = Dictionary_2_Remove_mC0FBF93DC1903531F2779B3C0BFE26248F1EAE9E(L_175, L_176, /*hidden argument*/Dictionary_2_Remove_mC0FBF93DC1903531F2779B3C0BFE26248F1EAE9E_RuntimeMethod_var); // if (animalSync && animalSync.gameObject) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_178 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_179; L_179 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_178, /*hidden argument*/NULL); if (!L_179) { goto IL_04a8; } } IL_048e: { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_180 = V_22; NullCheck(L_180); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_181; L_181 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_180, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_182; L_182 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_181, /*hidden argument*/NULL); if (!L_182) { goto IL_04a8; } } IL_049c: { // GameObject.Destroy(animalSync.gameObject); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_183 = V_22; NullCheck(L_183); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_184; L_184 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_183, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_184, /*hidden argument*/NULL); } IL_04a8: { // foreach (var id in removeIDs) { bool L_185; L_185 = Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); if (L_185) { goto IL_045f; } } IL_04b1: { IL2CPP_LEAVE(0x4C1, FINALLY_04b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_04b3; } FINALLY_04b3: {// begin finally (depth: 1) Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); IL2CPP_END_FINALLY(1203) }// end finally (depth: 1) IL2CPP_CLEANUP(1203) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C1, IL_04c1) } IL_04c1: { // if (key == "RUpdate") { String_t* L_186 = ___key0; bool L_187; L_187 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_186, _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294, /*hidden argument*/NULL); if (!L_187) { goto IL_04f3; } } { // if (int.Parse(data) == roundID) { String_t* L_188 = ___data1; int32_t L_189; L_189 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_188, /*hidden argument*/NULL); int32_t L_190 = __this->get_roundID_3(); if ((!(((uint32_t)L_189) == ((uint32_t)L_190)))) { goto IL_04f3; } } { // gameMode.OnUpdate(uploadOnceTime.waitTime, false); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_191 = __this->get_gameMode_0(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_192 = __this->get_uploadOnceTime_5(); NullCheck(L_192); float L_193; L_193 = WaitForSecondsRealtime_get_waitTime_m04ED4EACCB01E49DEC7E0E5A83789068A3525BC2_inline(L_192, /*hidden argument*/NULL); NullCheck(L_191); WolfHuntGameMode_OnlinePK_OnUpdate_mDC6C4E9C6C5288CE4A809EF0E55CDFCE80C691E7(L_191, L_193, (bool)0, /*hidden argument*/NULL); } IL_04f3: { // if (key == "OnHit") { String_t* L_194 = ___key0; bool L_195; L_195 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_194, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, /*hidden argument*/NULL); if (!L_195) { goto IL_056b; } } { // string[] dataSplits = data.Split(','); String_t* L_196 = ___data1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_197 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_198 = L_197; NullCheck(L_198); (L_198)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_196); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_199; L_199 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_196, L_198, /*hidden argument*/NULL); // int uid = int.Parse(dataSplits[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_200 = L_199; NullCheck(L_200); int32_t L_201 = 0; String_t* L_202 = (L_200)->GetAt(static_cast(L_201)); int32_t L_203; L_203 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_202, /*hidden argument*/NULL); V_23 = L_203; // string partName = dataSplits[1]; NullCheck(L_200); int32_t L_204 = 1; String_t* L_205 = (L_200)->GetAt(static_cast(L_204)); V_24 = L_205; // foreach (var item in Wolf.wolfSet) { IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_206 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get_wolfSet_31(); NullCheck(L_206); Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 L_207; L_207 = HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7(L_206, /*hidden argument*/HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); V_25 = L_207; } IL_052b: try {// begin try (depth: 1) { goto IL_0552; } IL_052d: { // foreach (var item in Wolf.wolfSet) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_208; L_208 = Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_inline((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_25), /*hidden argument*/Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); V_26 = L_208; // if (item.onlineHandler.uid == uid) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_209 = V_26; NullCheck(L_209); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_210 = L_209->get_onlineHandler_32(); NullCheck(L_210); int32_t L_211 = L_210->get_uid_1(); int32_t L_212 = V_23; if ((!(((uint32_t)L_211) == ((uint32_t)L_212)))) { goto IL_0552; } } IL_0546: { // item.OnHitLogic(null, partName); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_213 = V_26; String_t* L_214 = V_24; NullCheck(L_213); Wolf_OnHitLogic_m47C16ED6539770ACE9ED94448266BCFBF0EC0D70(L_213, (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *)NULL, L_214, /*hidden argument*/NULL); // break; //???break???1?????ID,????????????2???????????????????????Set?????+1????????modifyException IL2CPP_LEAVE(0x56B, FINALLY_055d); } IL_0552: { // foreach (var item in Wolf.wolfSet) { bool L_215; L_215 = Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_25), /*hidden argument*/Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var); if (L_215) { goto IL_052d; } } IL_055b: { IL2CPP_LEAVE(0x56B, FINALLY_055d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_055d; } FINALLY_055d: {// begin finally (depth: 1) Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_25), /*hidden argument*/Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); IL2CPP_END_FINALLY(1373) }// end finally (depth: 1) IL2CPP_CLEANUP(1373) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x56B, IL_056b) } IL_056b: { // if (key == "onHurtEffect") { String_t* L_216 = ___key0; bool L_217; L_217 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_216, _stringLiteral3687FB102EBA5A68416C9337B757095CB8E90662, /*hidden argument*/NULL); if (!L_217) { goto IL_0583; } } { // this.gameMode.DoTweenHurt(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_218 = __this->get_gameMode_0(); NullCheck(L_218); WolfHuntGameMode_DoTweenHurt_m83E15D77C1E4F33BD63D8CE5ADFE76467F813394(L_218, /*hidden argument*/NULL); } IL_0583: { // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m8E42E8371E46E05F91809DB3B6FA0420EEBE5658 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // BowCamera.ins.banLogic = ArmBow.ins.banLogic = !IsMyPlayerRunning(); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_0; L_0 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_1; L_1 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); bool L_2; L_2 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(__this, /*hidden argument*/NULL); int32_t L_3 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); V_0 = (bool)L_3; NullCheck(L_1); L_1->set_banLogic_14((bool)L_3); bool L_4 = V_0; NullCheck(L_0); L_0->set_banLogic_11(L_4); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::OnFrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_OnFrameUpdate_m27F88E1B6521C6A660A36971F9C8531D01771D9D (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m8E42E8371E46E05F91809DB3B6FA0420EEBE5658(__this, /*hidden argument*/NULL); // if (!IsMyPlayerRunning() && hasBowTargBtQua) { bool L_1; L_1 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0053; } } { bool L_2 = __this->get_hasBowTargBtQua_7(); if (!L_2) { goto IL_0053; } } { // BowCamera.ins.transform.rotation = Quaternion.Lerp(BowCamera.ins.transform.rotation, bowTargetQua, Time.deltaTime * 12); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_3; L_3 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_5; L_5 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_6, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = __this->get_bowTargetQua_6(); float L_9; L_9 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_7, L_8, ((float)il2cpp_codegen_multiply((float)L_9, (float)(12.0f))), /*hidden argument*/NULL); NullCheck(L_4); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_4, L_10, /*hidden argument*/NULL); } IL_0053: { // if (roundID > lastRoundID) { int32_t L_11 = __this->get_roundID_3(); int32_t L_12 = __this->get_lastRoundID_8(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_00c7; } } { // lastRoundID = roundID; int32_t L_13 = __this->get_roundID_3(); __this->set_lastRoundID_8(L_13); // if (lastRoundTipPlayerIndex != gameMode.currentPlayerIndex) { int32_t L_14 = __this->get_lastRoundTipPlayerIndex_9(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_15 = __this->get_gameMode_0(); NullCheck(L_15); int32_t L_16 = L_15->get_currentPlayerIndex_31(); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_00b4; } } { // lastRoundTipPlayerIndex = gameMode.currentPlayerIndex; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_17 = __this->get_gameMode_0(); NullCheck(L_17); int32_t L_18 = L_17->get_currentPlayerIndex_31(); __this->set_lastRoundTipPlayerIndex_9(L_18); // gameMode.BanBowReady(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_19 = __this->get_gameMode_0(); NullCheck(L_19); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(L_19, /*hidden argument*/NULL); // gameMode.AddReadyView(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_20 = __this->get_gameMode_0(); NullCheck(L_20); WolfHuntGameMode_OnlinePK_AddReadyView_mD19CD469CC6DB840B7D16BB599E4243F9B25720D(L_20, /*hidden argument*/NULL); // gameMode.InitByCurPlayerIndex(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_21 = __this->get_gameMode_0(); NullCheck(L_21); WolfHuntGameMode_OnlinePK_InitByCurPlayerIndex_mE3EF4F3D31CB76A49F07C812D62FDCF845F6821B(L_21, /*hidden argument*/NULL); // } else { goto IL_00c7; } IL_00b4: { // if (IsCopyHost()) { bool L_22; L_22 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(__this, /*hidden argument*/NULL); if (!L_22) { goto IL_00c7; } } { // gameMode.UnbanBowReady(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_23 = __this->get_gameMode_0(); NullCheck(L_23); GameMode_UnbanBowReady_m789DA8EC4F079B37F821519FC95DA76EF389A928(L_23, /*hidden argument*/NULL); } IL_00c7: { // if (gameEnd && !gameMode.gameMgr.gameOver) { bool L_24 = __this->get_gameEnd_4(); if (!L_24) { goto IL_00ec; } } { WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_25 = __this->get_gameMode_0(); NullCheck(L_25); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_26 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_25)->get_gameMgr_0(); NullCheck(L_26); bool L_27 = L_26->get_gameOver_7(); if (L_27) { goto IL_00ec; } } { // gameMode.AnnounceGameOver(); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_28 = __this->get_gameMode_0(); NullCheck(L_28); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(L_28, /*hidden argument*/NULL); } IL_00ec: { // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_m576493A9FA0ADE35488B42B736BC93036C34410A (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_m55CD0B097C624647CF2B57F4E88B948B1F85DA9F(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // UploadLogic(); OnlineHelper_UploadLogic_m1C9D7CA5B2CD36AAC370BE28B3363E6094580D4F(__this, /*hidden argument*/NULL); // UploadBow(); OnlineHelper_UploadBow_m41234D78BE994C2777C2130BF44BB20A2B40695C(__this, /*hidden argument*/NULL); // UploadArrows(); OnlineHelper_UploadArrows_mEACE18F48B43E7254332194DE4430884DB36CDB3(__this, /*hidden argument*/NULL); // UploadAnimals(); OnlineHelper_UploadAnimals_m0A34433A2A1E62E17CCE6C39BDDDF4A856DEBDC2(__this, /*hidden argument*/NULL); // UploadRequestUpdate(); OnlineHelper_UploadRequestUpdate_m6154689296F12E0EB6E28F4592D0C4614AA5776A(__this, /*hidden argument*/NULL); // UploadOnHit(); OnlineHelper_UploadOnHit_mE5CC14A2CB869BDD5C44B57D06192944AE5B8B38(__this, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m1C9D7CA5B2CD36AAC370BE28B3363E6094580D4F (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3); s_Il2CppMethodInitialized = true; } SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * V_0 = NULL; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_m4D074A63BE1CDA1333CF06D32A0B7FC3950C802C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // SyncLogicData data = new SyncLogicData().Input(this.gameMode); SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * L_1 = (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF *)il2cpp_codegen_object_new(SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF_il2cpp_TypeInfo_var); SyncLogicData__ctor_mB727BFDFF9365BEF35DE134C102A928345F5F81F(L_1, /*hidden argument*/NULL); WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_2 = __this->get_gameMode_0(); NullCheck(L_1); SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * L_3; L_3 = SyncLogicData_Input_m3663A7B36B2FFC0BAC898FE35576B7ED0625607D(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // socketPlayer.UploadPKGameData("logic", data); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4 = __this->get_socketPlayer_1(); SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * L_5 = V_0; NullCheck(L_4); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_4, _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3, L_5, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_m41234D78BE994C2777C2130BF44BB20A2B40695C (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80078443458A309E10955FD4502501E2A7C38CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (!IsMyPlayerRunning()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerRunning()) return; return; } IL_0009: { // Quaternion qua = BowCamera.ins.transform.rotation; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_1; L_1 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_2, /*hidden argument*/NULL); V_0 = L_3; // int aimScaleValue = GameAssistUI.ins.aimScaleValue; IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_4 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); NullCheck(L_4); int32_t L_5 = L_4->get_aimScaleValue_15(); V_1 = L_5; // if (!GameAssistUI.ins.scaleAimOn) aimScaleValue = 0; GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_6 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); NullCheck(L_6); bool L_7 = L_6->get_scaleAimOn_19(); if (L_7) { goto IL_0032; } } { // if (!GameAssistUI.ins.scaleAimOn) aimScaleValue = 0; V_1 = 0; } IL_0032: { // socketPlayer.UploadPKGameData("bow", qua.x + "," + qua.y + "," + qua.z + "," + qua.w + "," + ArmBow.ins.phase + "," + aimScaleValue); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_8 = __this->get_socketPlayer_1(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; float* L_11 = (&V_0)->get_address_of_x_0(); String_t* L_12; L_12 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_11, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_10; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_13)->SetAt(static_cast(1), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; float* L_15 = (&V_0)->get_address_of_y_1(); String_t* L_16; L_16 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(2), (String_t*)L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_14; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_17)->SetAt(static_cast(3), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; float* L_19 = (&V_0)->get_address_of_z_2(); String_t* L_20; L_20 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(4), (String_t*)L_20); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_18; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_21)->SetAt(static_cast(5), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; float* L_23 = (&V_0)->get_address_of_w_3(); String_t* L_24; L_24 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(6), (String_t*)L_24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_22; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_25)->SetAt(static_cast(7), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_25; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_27; L_27 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_27); int32_t* L_28 = L_27->get_address_of_phase_17(); String_t* L_29; L_29 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_28, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(8), (String_t*)L_29); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = L_26; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_30)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_30; String_t* L_32; L_32 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(((int32_t)10)), (String_t*)L_32); String_t* L_33; L_33 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_31, /*hidden argument*/NULL); NullCheck(L_8); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_8, _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC, L_33, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mEACE18F48B43E7254332194DE4430884DB36CDB3 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8); s_Il2CppMethodInitialized = true; } List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * V_0 = NULL; Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC V_1; memset((&V_1), 0, sizeof(V_1)); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // List arrowSyncDataList = new List(); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_0 = (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 *)il2cpp_codegen_object_new(List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var); List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C(L_0, /*hidden argument*/List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C_RuntimeMethod_var); V_0 = L_0; // foreach (var item in Arrow.arrowSet) { IL2CPP_RUNTIME_CLASS_INIT(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var); HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * L_1 = ((Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields*)il2cpp_codegen_static_fields_for(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var))->get_arrowSet_18(); NullCheck(L_1); Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC L_2; L_2 = HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC(L_1, /*hidden argument*/HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var); V_1 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_003c; } IL_0013: { // foreach (var item in Arrow.arrowSet) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3; L_3 = Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_inline((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var); V_2 = L_3; // if (item.outputSyncData == null || !item.outputSyncData.inited) continue; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_4 = V_2; NullCheck(L_4); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_5 = L_4->get_outputSyncData_21(); if (!L_5) { goto IL_003c; } } IL_0023: { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_6 = V_2; NullCheck(L_6); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_7 = L_6->get_outputSyncData_21(); NullCheck(L_7); bool L_8 = L_7->get_inited_0(); if (!L_8) { goto IL_003c; } } IL_0030: { // arrowSyncDataList.Add(item.outputSyncData); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_9 = V_0; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_10 = V_2; NullCheck(L_10); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_11 = L_10->get_outputSyncData_21(); NullCheck(L_9); List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E(L_9, L_11, /*hidden argument*/List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var); } IL_003c: { // foreach (var item in Arrow.arrowSet) { bool L_12; L_12 = Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var); if (L_12) { goto IL_0013; } } IL_0045: { IL2CPP_LEAVE(0x55, FINALLY_0047); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: {// begin finally (depth: 1) Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var); IL2CPP_END_FINALLY(71) }// end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { // socketPlayer.UploadPKGameData("arrow", arrowSyncDataList); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_13 = __this->get_socketPlayer_1(); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_14 = V_0; NullCheck(L_13); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_13, _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8, L_14, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_m0A34433A2A1E62E17CCE6C39BDDDF4A856DEBDC2 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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*)&List_1_Add_m86EF134E3E9FB8449E0286F307D2129197F59CBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC6665A728AA06154CEC0D3D9B48712FD72FDA586_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC); s_Il2CppMethodInitialized = true; } List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * V_0 = NULL; Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 V_1; memset((&V_1), 0, sizeof(V_1)); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_m4D074A63BE1CDA1333CF06D32A0B7FC3950C802C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // List syncDataList = new List(); List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * L_1 = (List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF *)il2cpp_codegen_object_new(List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF_il2cpp_TypeInfo_var); List_1__ctor_mC6665A728AA06154CEC0D3D9B48712FD72FDA586(L_1, /*hidden argument*/List_1__ctor_mC6665A728AA06154CEC0D3D9B48712FD72FDA586_RuntimeMethod_var); V_0 = L_1; // foreach (var item in Wolf.wolfSet) { IL2CPP_RUNTIME_CLASS_INIT(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); HashSet_1_tE1F91A483B006145A55BA94DBC7C03A3BB11ABF2 * L_2 = ((Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_StaticFields*)il2cpp_codegen_static_fields_for(Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var))->get_wolfSet_31(); NullCheck(L_2); Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 L_3; L_3 = HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7(L_2, /*hidden argument*/HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); V_1 = L_3; } IL_001a: try {// begin try (depth: 1) { goto IL_0042; } IL_001c: { // foreach (var item in Wolf.wolfSet) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_4; L_4 = Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_inline((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); V_2 = L_4; // if (item.onlineHandler.outputSyncData == null) continue; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_5 = V_2; NullCheck(L_5); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_6 = L_5->get_onlineHandler_32(); NullCheck(L_6); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_7 = L_6->get_outputSyncData_3(); if (!L_7) { goto IL_0042; } } IL_0031: { // syncDataList.Add(item.onlineHandler.outputSyncData); List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * L_8 = V_0; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_9 = V_2; NullCheck(L_9); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_10 = L_9->get_onlineHandler_32(); NullCheck(L_10); WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_11 = L_10->get_outputSyncData_3(); NullCheck(L_8); List_1_Add_m86EF134E3E9FB8449E0286F307D2129197F59CBC(L_8, L_11, /*hidden argument*/List_1_Add_m86EF134E3E9FB8449E0286F307D2129197F59CBC_RuntimeMethod_var); } IL_0042: { // foreach (var item in Wolf.wolfSet) { bool L_12; L_12 = Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m25077970371CF4A8640A9E1C6DA76A835383AD8D_RuntimeMethod_var); if (L_12) { goto IL_001c; } } IL_004b: { IL2CPP_LEAVE(0x5B, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); IL2CPP_END_FINALLY(77) }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { // socketPlayer.UploadPKGameData("animals", syncDataList); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_13 = __this->get_socketPlayer_1(); List_1_tE6300051910DC3B92733F2742958CB82AD4C7BDF * L_14 = V_0; NullCheck(L_13); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_13, _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC, L_14, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_m6154689296F12E0EB6E28F4592D0C4614AA5776A (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294); s_Il2CppMethodInitialized = true; } { // if (!IsCopyHost()) return; bool L_0; L_0 = OnlineHelper_IsCopyHost_m9AB37CC6E979BABBC036DAC3DC97DD92CED78EAA(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsCopyHost()) return; return; } IL_0009: { // if (!IsMyPlayerRunning()) return; bool L_1; L_1 = OnlineHelper_IsMyPlayerRunning_mAAD1EDB76BF2E4AF830670938EFDEE35D75DBBF1(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { // if (!IsMyPlayerRunning()) return; return; } IL_0012: { // if (gameMode.pauseTimeCounting) return; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_2 = __this->get_gameMode_0(); NullCheck(L_2); bool L_3; L_3 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { // if (gameMode.pauseTimeCounting) return; return; } IL_0020: { // socketPlayer.UploadPKGameData("RUpdate", this.roundID.ToString()); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4 = __this->get_socketPlayer_1(); int32_t* L_5 = __this->get_address_of_roundID_3(); String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_5, /*hidden argument*/NULL); NullCheck(L_4); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_4, _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294, L_6, /*hidden argument*/NULL); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_mE5CC14A2CB869BDD5C44B57D06192944AE5B8B38 (OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * __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*)&Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA); 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; { // foreach (var item in Wolf.wolfSet) { 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); Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 L_1; L_1 = HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m16A83EE4B7E7329D530515520E193EF7FDE2ABF7_RuntimeMethod_var); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) { goto IL_0049; } IL_000d: { // foreach (var item in Wolf.wolfSet) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_2; L_2 = Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_inline((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mFC109507658BDC092D25DC9AC392CA7E71E98E6B_RuntimeMethod_var); V_1 = L_2; // if (item.onlineHandler.onHitData != null) { Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_3 = V_1; NullCheck(L_3); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_4 = L_3->get_onlineHandler_32(); NullCheck(L_4); String_t* L_5 = L_4->get_onHitData_9(); if (!L_5) { goto IL_0049; } } IL_0022: { // socketPlayer.UploadPKGameData("OnHit", item.onlineHandler.onHitData); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_6 = __this->get_socketPlayer_1(); Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_7 = V_1; NullCheck(L_7); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_8 = L_7->get_onlineHandler_32(); NullCheck(L_8); String_t* L_9 = L_8->get_onHitData_9(); NullCheck(L_6); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_6, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, L_9, /*hidden argument*/NULL); // item.onlineHandler.onHitData = null; Wolf_t8A826F08D5FCC0BF15A28ADB7B9975B45881F1BC * L_10 = V_1; NullCheck(L_10); OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * L_11 = L_10->get_onlineHandler_32(); NullCheck(L_11); L_11->set_onHitData_9((String_t*)NULL); } IL_0049: { // 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_000d; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037((Enumerator_t628BB890A9BB8794AC2683FCEDDD11210F22FEB9 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m4AA64AB9A6653E2203A84A427D94782A7A5BA037_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { // } 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 // WolfHuntGameMode_OnlinePK/SyncLogicData WolfHuntGameMode_OnlinePK/SyncLogicData::Input(WolfHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * SyncLogicData_Input_m3663A7B36B2FFC0BAC898FE35576B7ED0625607D (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __this, WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___src0, const RuntimeMethod* method) { { // roundID = src.onlineHelper.roundID; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_0 = ___src0; NullCheck(L_0); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_1 = L_0->get_onlineHelper_38(); NullCheck(L_1); int32_t L_2 = L_1->get_roundID_3(); __this->set_roundID_0(L_2); // currentPlayerIndex = src.currentPlayerIndex; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_3 = ___src0; NullCheck(L_3); int32_t L_4 = L_3->get_currentPlayerIndex_31(); __this->set_currentPlayerIndex_1(L_4); // singleShootReadyTime = src.singleShootReadyTime; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_5 = ___src0; NullCheck(L_5); float L_6 = L_5->get_singleShootReadyTime_32(); __this->set_singleShootReadyTime_2(L_6); // animalCount = src.animalCount; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_7 = ___src0; NullCheck(L_7); int32_t L_8 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_7)->get_animalCount_8(); __this->set_animalCount_3(L_8); // hitScores = src.getHunterGamePlayerScoreCounter().hitScores; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_9 = ___src0; NullCheck(L_9); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_10; L_10 = WolfHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_mBAFE96E083881EA58EF5EFC22A3A0AE08068A107_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10->get_hitScores_0(); __this->set_hitScores_4(L_11); // hpList = src.playerHpList; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_12 = ___src0; NullCheck(L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_12->get_playerHpList_34(); __this->set_hpList_5(L_13); // hp = src.hp; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_14 = ___src0; NullCheck(L_14); int32_t L_15 = ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)L_14)->get_hp_25(); __this->set_hp_6(L_15); // dieList = src.playerDieList; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_16 = ___src0; NullCheck(L_16); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_17 = L_16->get_playerDieList_35(); __this->set_dieList_7(L_17); // gameEnd = src.gameMgr.gameOver; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_18 = ___src0; NullCheck(L_18); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_19 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_18)->get_gameMgr_0(); NullCheck(L_19); bool L_20 = L_19->get_gameOver_7(); __this->set_gameEnd_8(L_20); // return this; return __this; } } // System.Void WolfHuntGameMode_OnlinePK/SyncLogicData::Output(WolfHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mE1C75CFC51483AADD29F16F737E290B7896FEB94 (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __this, WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * ___dest0, const RuntimeMethod* method) { { // dest.onlineHelper.roundID = roundID; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_0 = ___dest0; NullCheck(L_0); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_1 = L_0->get_onlineHelper_38(); int32_t L_2 = __this->get_roundID_0(); NullCheck(L_1); L_1->set_roundID_3(L_2); // dest.currentPlayerIndex = currentPlayerIndex; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_3 = ___dest0; int32_t L_4 = __this->get_currentPlayerIndex_1(); NullCheck(L_3); L_3->set_currentPlayerIndex_31(L_4); // dest.singleShootReadyTime = singleShootReadyTime; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_5 = ___dest0; float L_6 = __this->get_singleShootReadyTime_2(); NullCheck(L_5); L_5->set_singleShootReadyTime_32(L_6); // dest.animalCount = animalCount; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_7 = ___dest0; int32_t L_8 = __this->get_animalCount_3(); NullCheck(L_7); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_7)->set_animalCount_8(L_8); // dest.getHunterGamePlayerScoreCounter().hitScores = hitScores; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_9 = ___dest0; NullCheck(L_9); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_10; L_10 = WolfHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_mBAFE96E083881EA58EF5EFC22A3A0AE08068A107_inline(L_9, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_hitScores_4(); NullCheck(L_10); L_10->set_hitScores_0(L_11); // dest.playerHpList = hpList; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_12 = ___dest0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_hpList_5(); NullCheck(L_12); L_12->set_playerHpList_34(L_13); // dest.hp = hp; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_14 = ___dest0; int32_t L_15 = __this->get_hp_6(); NullCheck(L_14); ((WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF *)L_14)->set_hp_25(L_15); // dest.playerDieList = dieList; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_16 = ___dest0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_17 = __this->get_dieList_7(); NullCheck(L_16); L_16->set_playerDieList_35(L_17); // dest.onlineHelper.gameEnd = gameEnd; WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * L_18 = ___dest0; NullCheck(L_18); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_19 = L_18->get_onlineHelper_38(); bool L_20 = __this->get_gameEnd_8(); NullCheck(L_19); L_19->set_gameEnd_4(L_20); // } return; } } // System.Void WolfHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_mB727BFDFF9365BEF35DE134C102A928345F5F81F (SyncLogicData_t71E462CDF3F3CB26BD3185B3FFACF7E46F2948CF * __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.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) { { // public BufferedCipherWrapper( // IBufferedCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_0 = ___cipher0; __this->set_cipher_0(L_0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferedCipherWrapper_get_AlgorithmName_mA58ED19564262B43EA2DB1C29903AAB9AFD3DB2F (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_0(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::get_AlgorithmName() */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedCipherWrapper_Init_m58A294AA5045D45BFBF4FADA86331DFABAB75A0A (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * __this, bool ___forWrapping0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_1(L_0); // cipher.Init(forWrapping, parameters); RuntimeObject* L_1 = __this->get_cipher_0(); bool L_2 = ___forWrapping0; RuntimeObject* L_3 = ___parameters1; NullCheck(L_1); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_1, L_2, L_3); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedCipherWrapper_Wrap_mEC5C743DA990F7D1CE6BEEFED1B7CF2AC5D683FE (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!forWrapping) bool L_0 = __this->get_forWrapping_1(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not initialised for wrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED6EEB8B1F65FAD8918278D32744DECA21B1C0C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedCipherWrapper_Wrap_mEC5C743DA990F7D1CE6BEEFED1B7CF2AC5D683FE_RuntimeMethod_var))); } IL_0013: { // return cipher.DoFinal(input, inOff, length); RuntimeObject* L_2 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; int32_t L_5 = ___length2; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::DoFinal(System.Byte[],System.Int32,System.Int32) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5); return L_6; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities/BufferedCipherWrapper::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferedCipherWrapper_Unwrap_mAEA784950A96156722F24406954A06BC56834AA6 (BufferedCipherWrapper_t60338E2F31D6122EA95DF99575A86F75B094E87A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (forWrapping) bool L_0 = __this->get_forWrapping_1(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not initialised for unwrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01C1421625A005EA6CC9336F95099D99260267EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferedCipherWrapper_Unwrap_mAEA784950A96156722F24406954A06BC56834AA6_RuntimeMethod_var))); } IL_0013: { // return cipher.DoFinal(input, inOff, length); RuntimeObject* L_2 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; int32_t L_5 = ___length2; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::DoFinal(System.Byte[],System.Int32,System.Int32) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v1Holder__ctor_m419C756C2E8701AC6B569896637C4ACFFC778085 (C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E * __this, const RuntimeMethod* method) { { // private C2pnb163v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb163v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb163v1Holder_CreateParameters_mF66C9E3DAB62BD1A7044F06781D9E8D6F742E866 (C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A0FE9C2BF678ED2922FD8FE69BF514E600A40C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ABC372889CBC00F55D64BA4C16821D906F6A6DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34AEFDB882E5FF4B25CF92FDF53D6FCEB1C1A618); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB827A11FB98A06224AE0914A1FD7CF55E344B195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF52E76185A7BD3C7D6312A3075E618F8F988C85); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0400000000000000000001E60FC8821CC74DAEAFC1", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralB827A11FB98A06224AE0914A1FD7CF55E344B195, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); V_1 = L_1; // ECCurve c2m163v1 = new F2mCurve( // 163, // 1, 2, 8, // new BigInteger("072546B5435234A422E0789675F432C89435DE5242", 16), // new BigInteger("00C9517D06D5240D3CFF38C74B20B6CD4D6F9DD4D9", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral2A0FE9C2BF678ED2922FD8FE69BF514E600A40C6, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralBF52E76185A7BD3C7D6312A3075E618F8F988C85, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)163), 1, 2, 8, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m163v1, // new X9ECPoint(c2m163v1, // Hex.Decode("0307AF69989546103D79329FCC3D74880F33BBE803CB")), // n, h, // Hex.Decode("D2C0FB15760860DEF1EEF4D696E6768756151754")); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral2ABC372889CBC00F55D64BA4C16821D906F6A6DE, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral34AEFDB882E5FF4B25CF92FDF53D6FCEB1C1A618, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_7, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v1Holder__cctor_m0E86311F0B2BB493C1D5D81F382FDE853E241A76 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb163v1Holder(); C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E * L_0 = (C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E *)il2cpp_codegen_object_new(C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_il2cpp_TypeInfo_var); C2pnb163v1Holder__ctor_m419C756C2E8701AC6B569896637C4ACFFC778085(L_0, /*hidden argument*/NULL); ((C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb163v1Holder_t14404B5C4F247A6FC55F523428FEAE71BD17356E_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v2Holder__ctor_mFE697C9223521A7187B95FB37FD624094A1861E0 (C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 * __this, const RuntimeMethod* method) { { // private C2pnb163v2Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb163v2Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb163v2Holder_CreateParameters_mD13F08B8BB54681954B1958E47804A29BA72A7AB (C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8522A6C5A2B9FBE41E16026AA02789BDA84A54B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0B8972CEF7B41FFE94C97B2628ABEC9B6EE7866); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6C7A71EDBB879F878698173ED8B3E0F65807A2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD622CF784D98312919F2543E33212BB198756D7); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("03FFFFFFFFFFFFFFFFFFFDF64DE1151ADBB78F10A7", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralA6C7A71EDBB879F878698173ED8B3E0F65807A2F, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); V_1 = L_1; // ECCurve c2m163v2 = new F2mCurve( // 163, // 1, 2, 8, // new BigInteger("0108B39E77C4B108BED981ED0E890E117C511CF072", 16), // new BigInteger("0667ACEB38AF4E488C407433FFAE4F1C811638DF20", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralA0B8972CEF7B41FFE94C97B2628ABEC9B6EE7866, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral8522A6C5A2B9FBE41E16026AA02789BDA84A54B1, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)163), 1, 2, 8, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m163v2, // new X9ECPoint(c2m163v2, // Hex.Decode("030024266E4EB5106D0A964D92C4860E2671DB9B6CC5")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralBD622CF784D98312919F2543E33212BB198756D7, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v2Holder__cctor_mF565C26EE9938B44D28C9AB9D27478A924C403CA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb163v2Holder(); C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 * L_0 = (C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51 *)il2cpp_codegen_object_new(C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_il2cpp_TypeInfo_var); C2pnb163v2Holder__ctor_mFE697C9223521A7187B95FB37FD624094A1861E0(L_0, /*hidden argument*/NULL); ((C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb163v2Holder_t4024F93EAAA6797CB7971874C3317CB2A1D30B51_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v3Holder__ctor_m812277AB455C7BD63F63785C088975BCC8480B18 (C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D * __this, const RuntimeMethod* method) { { // private C2pnb163v3Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb163v3Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb163v3Holder_CreateParameters_m44FD613BFD02D2270DB5A514A98DC15A97A1B11A (C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51D952F28737FB4AFF03ECC7A154BACE7E324AAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC389E4E46954409BDF885A072712CB492A1FA1B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4311C0EF5000E17E92112FC1B175069F18ECCEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC7466B88440DAC78C473B163A6501A473112212); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("03FFFFFFFFFFFFFFFFFFFE1AEE140F110AFF961309", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral51D952F28737FB4AFF03ECC7A154BACE7E324AAD, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); V_1 = L_1; // ECCurve c2m163v3 = new F2mCurve( // 163, // 1, 2, 8, // new BigInteger("07A526C63D3E25A256A007699F5447E32AE456B50E", 16), // new BigInteger("03F7061798EB99E238FD6F1BF95B48FEEB4854252B", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralC4311C0EF5000E17E92112FC1B175069F18ECCEF, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralC389E4E46954409BDF885A072712CB492A1FA1B8, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)163), 1, 2, 8, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m163v3, // new X9ECPoint(c2m163v3, Hex.Decode("0202F9F87B7C574D0BDECF8A22E6524775F98CDEBDCB")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralDC7466B88440DAC78C473B163A6501A473112212, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb163v3Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb163v3Holder__cctor_m145EC3003E612B5CE04A94F98E0644A19C337265 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb163v3Holder(); C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D * L_0 = (C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D *)il2cpp_codegen_object_new(C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_il2cpp_TypeInfo_var); C2pnb163v3Holder__ctor_m812277AB455C7BD63F63785C088975BCC8480B18(L_0, /*hidden argument*/NULL); ((C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb163v3Holder_t1C07A36DEFFB5AB9856D1F4FF36DD90BFFF98D2D_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb176w1Holder__ctor_mEE1AE6AF4E282A0E74A7A78287A0E6E78E27ED80 (C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 * __this, const RuntimeMethod* method) { { // private C2pnb176w1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb176w1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb176w1Holder_CreateParameters_m0292B6D9670DA282B4C68A62F0550EBA1E0C6600 (C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral282A0F0953BDD4D89E26336FC72EF0CD8A384528); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C8ED8CBEF3FAAF7BF87CCEB3495EAE08B4440C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFF283F7859CE3D4722B2CF866BF552A640AFC28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD258C97D94918A0CDBEA03B63C4AA6D66D78D2D7); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("010092537397ECA4F6145799D62B0A19CE06FE26AD", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralD258C97D94918A0CDBEA03B63C4AA6D66D78D2D7, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0xFF6E); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)65390))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m176w1 = new F2mCurve( // 176, // 1, 2, 43, // new BigInteger("00E4E6DB2995065C407D9D39B8D0967B96704BA8E9C90B", 16), // new BigInteger("005DDA470ABE6414DE8EC133AE28E9BBD7FCEC0AE0FFF2", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral2C8ED8CBEF3FAAF7BF87CCEB3495EAE08B4440C2, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral282A0F0953BDD4D89E26336FC72EF0CD8A384528, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)176), 1, 2, ((int32_t)43), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m176w1, // new X9ECPoint(c2m176w1, // Hex.Decode("038D16C2866798B600F9F08BB4A8E860F3298CE04A5798")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralBFF283F7859CE3D4722B2CF866BF552A640AFC28, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb176w1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb176w1Holder__cctor_mB13FA26F12940E7DEF912C3D6723E32DD49BFF8A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb176w1Holder(); C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 * L_0 = (C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9 *)il2cpp_codegen_object_new(C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_il2cpp_TypeInfo_var); C2pnb176w1Holder__ctor_mEE1AE6AF4E282A0E74A7A78287A0E6E78E27ED80(L_0, /*hidden argument*/NULL); ((C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb176w1Holder_tBEF5160BAD0DB37BA6D68F7652D63D100BCB0FA9_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb208w1Holder__ctor_m7C0060007C66619FB91750D9E2911D3CE57FD06B (C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 * __this, const RuntimeMethod* method) { { // private C2pnb208w1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb208w1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb208w1Holder_CreateParameters_m1025AF91FD08938759A9471CC1ACA939DDE6D3B7 (C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral328EA440123DBA42D63C467066ABEA7B1372DFBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62440F6DCA54CF24732CD74267ADDEDF8F840E7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB248F18FD6ED9E710F48CAEB620DEDABCD5CD75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0101BAF95C9723C57B6C21DA2EFF2D5ED588BDD5717E212F9D", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral328EA440123DBA42D63C467066ABEA7B1372DFBF, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0xFE48); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)65096))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m208w1 = new F2mCurve( // 208, // 1, 2, 83, // new BigInteger("0", 16), // new BigInteger("00C8619ED45A62E6212E1160349E2BFA844439FAFC2A3FD1638F9E", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralCB248F18FD6ED9E710F48CAEB620DEDABCD5CD75, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)208), 1, 2, ((int32_t)83), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m208w1, // new X9ECPoint(c2m208w1, // Hex.Decode("0289FDFBE4ABE193DF9559ECF07AC0CE78554E2784EB8C1ED1A57A")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral62440F6DCA54CF24732CD74267ADDEDF8F840E7C, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb208w1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb208w1Holder__cctor_mC478B5A14C6FC63A7DD7DA8B8FC3CBF3823E5942 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb208w1Holder(); C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 * L_0 = (C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8 *)il2cpp_codegen_object_new(C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_il2cpp_TypeInfo_var); C2pnb208w1Holder__ctor_m7C0060007C66619FB91750D9E2911D3CE57FD06B(L_0, /*hidden argument*/NULL); ((C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb208w1Holder_tE2F80B7558866023258E8CBC01B139962E8255F8_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb272w1Holder__ctor_m52032CE787EA6016F29BE0D17830CEC4100F639A (C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E * __this, const RuntimeMethod* method) { { // private C2pnb272w1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb272w1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb272w1Holder_CreateParameters_m541767F1D4D2579B15944D2B97DFC8CFB16144FC (C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAACA78EB7C36C42F23BAA3BBC70824362D3ED07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC390947A904BCB26C5AF9B6640CBF2D4868C2061); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67D85E48D520044A23A8B86AAA385B316A17F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2E2ADD11675202E9C051B74F6D8AE8196DAB072); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0100FAF51354E0E39E4892DF6E319C72C8161603FA45AA7B998A167B8F1E629521", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralE2E2ADD11675202E9C051B74F6D8AE8196DAB072, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0xFF06); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)65286))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m272w1 = new F2mCurve( // 272, // 1, 3, 56, // new BigInteger("0091A091F03B5FBA4AB2CCF49C4EDD220FB028712D42BE752B2C40094DBACDB586FB20", 16), // new BigInteger("7167EFC92BB2E3CE7C8AAAFF34E12A9C557003D7C73A6FAF003F99F6CC8482E540F7", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralC390947A904BCB26C5AF9B6640CBF2D4868C2061, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralAAACA78EB7C36C42F23BAA3BBC70824362D3ED07, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)272), 1, 3, ((int32_t)56), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m272w1, // new X9ECPoint(c2m272w1, // Hex.Decode("026108BABB2CEEBCF787058A056CBE0CFE622D7723A289E08A07AE13EF0D10D171DD8D")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralC67D85E48D520044A23A8B86AAA385B316A17F4D, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb272w1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb272w1Holder__cctor_m367C40703F626170EDB63A37037B70063D3316A8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb272w1Holder(); C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E * L_0 = (C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E *)il2cpp_codegen_object_new(C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_il2cpp_TypeInfo_var); C2pnb272w1Holder__ctor_m52032CE787EA6016F29BE0D17830CEC4100F639A(L_0, /*hidden argument*/NULL); ((C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb272w1Holder_tCD74D325AAA8916FFECBC5948276D3A64BF83B7E_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb304w1Holder__ctor_m404B7E829CE93E1ECB819334D1525DC907C90418 (C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC * __this, const RuntimeMethod* method) { { // private C2pnb304w1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb304w1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb304w1Holder_CreateParameters_mD7B08284D0AF4C16D5397392AEB52E7689A7D20A (C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C34FB257EE313C4333AA18669AE92D08546BB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4701E062DD38CA8790D80E077285B447E78AA537); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9252ACF91FE2307E9060204CAC6D683FDA6F46D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFECA185D324BE6622403421D2E09BD36B12A129); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0101D556572AABAC800101D556572AABAC8001022D5C91DD173F8FB561DA6899164443051D", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral01C34FB257EE313C4333AA18669AE92D08546BB0, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0xFE2E); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)65070))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m304w1 = new F2mCurve( // 304, // 1, 2, 11, // new BigInteger("00FD0D693149A118F651E6DCE6802085377E5F882D1B510B44160074C1288078365A0396C8E681", 16), // new BigInteger("00BDDB97E555A50A908E43B01C798EA5DAA6788F1EA2794EFCF57166B8C14039601E55827340BE", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralAFECA185D324BE6622403421D2E09BD36B12A129, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral4701E062DD38CA8790D80E077285B447E78AA537, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)304), 1, 2, ((int32_t)11), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m304w1, // new X9ECPoint(c2m304w1, // Hex.Decode("02197B07845E9BE2D96ADB0F5F3C7F2CFFBD7A3EB8B6FEC35C7FD67F26DDF6285A644F740A2614")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral9252ACF91FE2307E9060204CAC6D683FDA6F46D6, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb304w1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb304w1Holder__cctor_m23E2E1D24C5A046E8AA607EE635578061101B16C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb304w1Holder(); C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC * L_0 = (C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC *)il2cpp_codegen_object_new(C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_il2cpp_TypeInfo_var); C2pnb304w1Holder__ctor_m404B7E829CE93E1ECB819334D1525DC907C90418(L_0, /*hidden argument*/NULL); ((C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb304w1Holder_t27D27503DAB760C2417A929CFF0D295E8B4C21AC_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb368w1Holder__ctor_mC31B3A7C7497C248A639C91F08EF3196DE8A2786 (C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 * __this, const RuntimeMethod* method) { { // private C2pnb368w1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2pnb368w1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2pnb368w1Holder_CreateParameters_mEB287F0BF3B180302F866DE9319C0F91F73E0E1C (C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C06A3770C0A6E5FE165B1027776090B1F342D5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF9AEA5787DAE9E1E77F110E4E28D0272A12A366); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF21B21A548E30EBA1A776E9E85E304381A9DC49C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9D761D3FCF09B062B55BFB1823CA8FDCAECCE70); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("010090512DA9AF72B08349D98A5DD4C7B0532ECA51CE03E2D10F3B7AC579BD87E909AE40A6F131E9CFCE5BD967", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral7C06A3770C0A6E5FE165B1027776090B1F342D5E, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0xFF70); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)65392))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m368w1 = new F2mCurve( // 368, // 1, 2, 85, // new BigInteger("00E0D2EE25095206F5E2A4F9ED229F1F256E79A0E2B455970D8D0D865BD94778C576D62F0AB7519CCD2A1A906AE30D", 16), // new BigInteger("00FC1217D4320A90452C760A58EDCD30C8DD069B3C34453837A34ED50CB54917E1C2112D84D164F444F8F74786046A", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralF9D761D3FCF09B062B55BFB1823CA8FDCAECCE70, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralAF9AEA5787DAE9E1E77F110E4E28D0272A12A366, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_mD221CFD31823473493B30851458AF95C4AC0B33B(L_6, ((int32_t)368), 1, 2, ((int32_t)85), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m368w1, // new X9ECPoint(c2m368w1, // Hex.Decode("021085E2755381DCCCE3C1557AFA10C2F0C0C2825646C5B34A394CBCFA8BC16B22E7E789E927BE216F02E1FB136A5F")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF21B21A548E30EBA1A776E9E85E304381A9DC49C, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2pnb368w1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2pnb368w1Holder__cctor_m21CB99281FC3C411AE2BB88CAA7D9A4A747DD51D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2pnb368w1Holder(); C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 * L_0 = (C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526 *)il2cpp_codegen_object_new(C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_il2cpp_TypeInfo_var); C2pnb368w1Holder__ctor_mC31B3A7C7497C248A639C91F08EF3196DE8A2786(L_0, /*hidden argument*/NULL); ((C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_StaticFields*)il2cpp_codegen_static_fields_for(C2pnb368w1Holder_tCFEE7AD795ADDE9FA7099095984035BF603EF526_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v1Holder__ctor_m959B40DDA13F26007EC3D6A12262A6827E80D919 (C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 * __this, const RuntimeMethod* method) { { // private C2tnb191v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb191v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb191v1Holder_CreateParameters_m24ED661A2444CDF0F81FC619B8CE146506A4C879 (C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DFB6789D00B772FD4B04ABFD88EFDEE5E379667); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42C4301A71AB42C582A56DC10E3E055504E14EAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43157937701415D741D71955DE8C071ACB4720F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3234C18436741A455957987B30AA404CC743796); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF10C83A00E899A8D51779E8AC0534A8BD67795A); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("40000000000000000000000004A20E90C39067C893BBB9A5", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralBF10C83A00E899A8D51779E8AC0534A8BD67795A, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); V_1 = L_1; // ECCurve c2m191v1 = new F2mCurve( // 191, // 9, // new BigInteger("2866537B676752636A68F56554E12640276B649EF7526267", 16), // new BigInteger("2E45EF571F00786F67B0081B9495A3D95462F5DE0AA185EC", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralA3234C18436741A455957987B30AA404CC743796, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral3DFB6789D00B772FD4B04ABFD88EFDEE5E379667, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)191), ((int32_t)9), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m191v1, // new X9ECPoint(c2m191v1, // Hex.Decode("0236B3DAF8A23206F9C4F299D7B21A9C369137F2C84AE1AA0D")), // n, h, // Hex.Decode("4E13CA542744D696E67687561517552F279A8C84")); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral43157937701415D741D71955DE8C071ACB4720F3, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral42C4301A71AB42C582A56DC10E3E055504E14EAF, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_7, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v1Holder__cctor_m501575D42DC306A22AE28409FC79994DB7972330 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb191v1Holder(); C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 * L_0 = (C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282 *)il2cpp_codegen_object_new(C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_il2cpp_TypeInfo_var); C2tnb191v1Holder__ctor_m959B40DDA13F26007EC3D6A12262A6827E80D919(L_0, /*hidden argument*/NULL); ((C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb191v1Holder_tDC5C03DB24B41228D59938EB78416A87ECD6F282_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v2Holder__ctor_mBCE7AEF81B95B26E4E48E11B6334B68E608362D2 (C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 * __this, const RuntimeMethod* method) { { // private C2tnb191v2Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb191v2Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb191v2Holder_CreateParameters_m19872E1A929550FA5B1ABF00F6FEC25D681D2612 (C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral337532BF710854B2633202762F469B2FA4331FD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral521DA9D8E943447630D6469433CEF3FD900A443D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DA1615F7D1B5367462132A7DF6365252715C61A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91F2F9C3F9EA0FE0F9515EB0BBC4CBCDEA220F11); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("20000000000000000000000050508CB89F652824E06B8173", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral7DA1615F7D1B5367462132A7DF6365252715C61A, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(4); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)4)), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m191v2 = new F2mCurve( // 191, // 9, // new BigInteger("401028774D7777C7B7666D1366EA432071274F89FF01E718", 16), // new BigInteger("0620048D28BCBD03B6249C99182B7C8CD19700C362C46A01", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral91F2F9C3F9EA0FE0F9515EB0BBC4CBCDEA220F11, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral337532BF710854B2633202762F469B2FA4331FD5, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)191), ((int32_t)9), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m191v2, // new X9ECPoint(c2m191v2, // Hex.Decode("023809B2B7CC1B28CC5A87926AAD83FD28789E81E2C9E3BF10")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral521DA9D8E943447630D6469433CEF3FD900A443D, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v2Holder__cctor_mBA819B73FFBA1B8E88F76B07CB04AA6DC0D55D68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb191v2Holder(); C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 * L_0 = (C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674 *)il2cpp_codegen_object_new(C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_il2cpp_TypeInfo_var); C2tnb191v2Holder__ctor_mBCE7AEF81B95B26E4E48E11B6334B68E608362D2(L_0, /*hidden argument*/NULL); ((C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb191v2Holder_tAB6EC306E891B275CB0C71D3EDA6BA346904E674_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v3Holder__ctor_m194CB6028417C59D619C42BCDEA044B041BD39CC (C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 * __this, const RuntimeMethod* method) { { // private C2tnb191v3Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb191v3Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb191v3Holder_CreateParameters_m24E0B540C9F35580A830B3D30CDF7718DDE65D33 (C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50340B96E7F4FCBAC016BA1DCDC5C9A7A028991A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral736E8D24A1DE79EC3780365DA046888553CED2F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74E92227804D27CD41291CF1BF98E2F222A1C4AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF26A57AA7843DD7106BB1F57C23A3E7861C330A); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("155555555555555555555555610C0B196812BFB6288A3EA3", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral74E92227804D27CD41291CF1BF98E2F222A1C4AC, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(6); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)6)), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m191v3 = new F2mCurve( // 191, // 9, // new BigInteger("6C01074756099122221056911C77D77E77A777E7E7E77FCB", 16), // new BigInteger("71FE1AF926CF847989EFEF8DB459F66394D90F32AD3F15E8", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralEF26A57AA7843DD7106BB1F57C23A3E7861C330A, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral50340B96E7F4FCBAC016BA1DCDC5C9A7A028991A, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)191), ((int32_t)9), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m191v3, // new X9ECPoint(c2m191v3, // Hex.Decode("03375D4CE24FDE434489DE8746E71786015009E66E38A926DD")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral736E8D24A1DE79EC3780365DA046888553CED2F6, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb191v3Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb191v3Holder__cctor_m9F6269808838A979E695D4CBA9ABAC2295DEE74D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb191v3Holder(); C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 * L_0 = (C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584 *)il2cpp_codegen_object_new(C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_il2cpp_TypeInfo_var); C2tnb191v3Holder__ctor_m194CB6028417C59D619C42BCDEA044B041BD39CC(L_0, /*hidden argument*/NULL); ((C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb191v3Holder_tE37AA2BE610F1E5FC1335A58B06C407C0F891584_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v1Holder__ctor_mC759580B879D758477833D5BE0A390CE44178850 (C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A * __this, const RuntimeMethod* method) { { // private C2tnb239v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb239v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb239v1Holder_CreateParameters_m74DF8D19B32D7F52AB54E1A448494234E001B9F7 (C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2608F54D2EF14718173B99D2FABE9E1AE68B9C9B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F39CCD7B49DB5837C1A7712F2F662522C6FDA57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC2828AE8832F50304974C98AC5BCBB5B3AC47BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE71678C9730F15958911DF64E0DF8767A331EC0); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("2000000000000000000000000000000F4D42FFE1492A4993F1CAD666E447", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral2608F54D2EF14718173B99D2FABE9E1AE68B9C9B, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(4); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)4)), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m239v1 = new F2mCurve( // 239, // 36, // new BigInteger("32010857077C5431123A46B808906756F543423E8D27877578125778AC76", 16), // new BigInteger("790408F2EEDAF392B012EDEFB3392F30F4327C0CA3F31FC383C422AA8C16", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral5F39CCD7B49DB5837C1A7712F2F662522C6FDA57, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralDC2828AE8832F50304974C98AC5BCBB5B3AC47BF, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)239), ((int32_t)36), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m239v1, // new X9ECPoint(c2m239v1, // Hex.Decode("0257927098FA932E7C0A96D3FD5B706EF7E5F5C156E16B7E7C86038552E91D")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralFE71678C9730F15958911DF64E0DF8767A331EC0, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v1Holder__cctor_m00ECAF2665D32A05289C952AFC56D929C8F9E5E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb239v1Holder(); C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A * L_0 = (C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A *)il2cpp_codegen_object_new(C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_il2cpp_TypeInfo_var); C2tnb239v1Holder__ctor_mC759580B879D758477833D5BE0A390CE44178850(L_0, /*hidden argument*/NULL); ((C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb239v1Holder_t8B4686F28C4A8771FE0CBA85A8A3EC9E30FD499A_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v2Holder__ctor_m4A8E8005FD3BE8A371A420F5FAB51A2A0E1E08EF (C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD * __this, const RuntimeMethod* method) { { // private C2tnb239v2Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb239v2Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb239v2Holder_CreateParameters_mD5DD72F80E1627C351C4B76C0287CAEA4D3B202A (C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19B05483200D4C0289CBEC0DFF47F0CECD6C954B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4EA1B3E5D4B94EFA37B90E7881150F59F14FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78EBF08A2E612C21602003241CF863C44C66EB7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97F2B8D78396D87A418F07EB9480ADA4F24F469F); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("1555555555555555555555555555553C6F2885259C31E3FCDF154624522D", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral6B4EA1B3E5D4B94EFA37B90E7881150F59F14FE3, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(6); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)6)), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m239v2 = new F2mCurve( // 239, // 36, // new BigInteger("4230017757A767FAE42398569B746325D45313AF0766266479B75654E65F", 16), // new BigInteger("5037EA654196CFF0CD82B2C14A2FCF2E3FF8775285B545722F03EACDB74B", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral78EBF08A2E612C21602003241CF863C44C66EB7E, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral19B05483200D4C0289CBEC0DFF47F0CECD6C954B, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)239), ((int32_t)36), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m239v2, // new X9ECPoint(c2m239v2, // Hex.Decode("0228F9D04E900069C8DC47A08534FE76D2B900B7D7EF31F5709F200C4CA205")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral97F2B8D78396D87A418F07EB9480ADA4F24F469F, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v2Holder__cctor_m94BBAC095C641017CD5A8F82CC52969497B2FCD7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb239v2Holder(); C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD * L_0 = (C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD *)il2cpp_codegen_object_new(C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_il2cpp_TypeInfo_var); C2tnb239v2Holder__ctor_m4A8E8005FD3BE8A371A420F5FAB51A2A0E1E08EF(L_0, /*hidden argument*/NULL); ((C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb239v2Holder_tA4E988012BF3EA5F2CD89187D47B2908DDB47EAD_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v3Holder__ctor_m7FCE86520DF6FDF23918AFC04C45D55422982831 (C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 * __this, const RuntimeMethod* method) { { // private C2tnb239v3Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb239v3Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb239v3Holder_CreateParameters_m4CAC5A50A1E6363448F90CDF02B18D780EE9BDA1 (C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355421006343DACF8B22CC140547B201F3C8F668); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4978170EB04BD10422CECA94A6F151CE21337335); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF1A043768CD38039AAB5E45954DA9C141E7F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF596F4D6893D312449134FAC87751817DC773DDD); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0CCCCCCCCCCCCCCCCCCCCCCCCCCCCCAC4912D2D9DF903EF9888B8A0E4CFF", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralD8CF1A043768CD38039AAB5E45954DA9C141E7F5, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(10); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)10))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m239v3 = new F2mCurve( // 239, // 36, // new BigInteger("01238774666A67766D6676F778E676B66999176666E687666D8766C66A9F", 16), // new BigInteger("6A941977BA9F6A435199ACFC51067ED587F519C5ECB541B8E44111DE1D40", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral355421006343DACF8B22CC140547B201F3C8F668, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral4978170EB04BD10422CECA94A6F151CE21337335, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)239), ((int32_t)36), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m239v3, // new X9ECPoint(c2m239v3, // Hex.Decode("0370F6E9D04D289C4E89913CE3530BFDE903977D42B146D539BF1BDE4E9C92")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF596F4D6893D312449134FAC87751817DC773DDD, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb239v3Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb239v3Holder__cctor_mC997015347C6639CAA41D437832BE3252866FA32 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb239v3Holder(); C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 * L_0 = (C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604 *)il2cpp_codegen_object_new(C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_il2cpp_TypeInfo_var); C2tnb239v3Holder__ctor_m7FCE86520DF6FDF23918AFC04C45D55422982831(L_0, /*hidden argument*/NULL); ((C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb239v3Holder_t4B94D7A891E3046E3690DA34860C17C40B947604_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb359v1Holder__ctor_mE50AD4041429D0148A7AED8DEC3316FBDBB0A6B7 (C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 * __this, const RuntimeMethod* method) { { // private C2tnb359v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb359v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb359v1Holder_CreateParameters_m1471B464BA2669508498B7FA5B22097BFDCEA433 (C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1546762A78B412F3C3CCF449E2DE1CCC887E2823); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E869EBF64620755C791A40DFC1192A782C0917B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CE6DCD600E6D38AFBFE802EE8E359DFD524BE01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF404C17DF2F58F753D5AD98407ED68182EF2E790); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("01AF286BCA1AF286BCA1AF286BCA1AF286BCA1AF286BC9FB8F6B85C556892C20A7EB964FE7719E74F490758D3B", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral1546762A78B412F3C3CCF449E2DE1CCC887E2823, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0x4C); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)76))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m359v1 = new F2mCurve( // 359, // 68, // new BigInteger("5667676A654B20754F356EA92017D946567C46675556F19556A04616B567D223A5E05656FB549016A96656A557", 16), // new BigInteger("2472E2D0197C49363F1FE7F5B6DB075D52B6947D135D8CA445805D39BC345626089687742B6329E70680231988", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral7CE6DCD600E6D38AFBFE802EE8E359DFD524BE01, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral3E869EBF64620755C791A40DFC1192A782C0917B, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)359), ((int32_t)68), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m359v1, // new X9ECPoint(c2m359v1, // Hex.Decode("033C258EF3047767E7EDE0F1FDAA79DAEE3841366A132E163ACED4ED2401DF9C6BDCDE98E8E707C07A2239B1B097")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF404C17DF2F58F753D5AD98407ED68182EF2E790, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb359v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb359v1Holder__cctor_mBA8245B4829C4A45DDC02AB34F496149DAC69C39 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb359v1Holder(); C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 * L_0 = (C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6 *)il2cpp_codegen_object_new(C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_il2cpp_TypeInfo_var); C2tnb359v1Holder__ctor_mE50AD4041429D0148A7AED8DEC3316FBDBB0A6B7(L_0, /*hidden argument*/NULL); ((C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb359v1Holder_tDAF3A97122802D04EC904C5416B7E02C267FD2A6_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb431r1Holder__ctor_m227BDAA97EEF3FA2F9D76B8804876C3F4F5B87EC (C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA * __this, const RuntimeMethod* method) { { // private C2tnb431r1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private C2tnb431r1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * C2tnb431r1Holder_CreateParameters_mAAECFD21D8F8E028477F677197CAC7F5D720B538 (C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10A470D01673DF1C0F647781A47033AE2B6D0EB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12164147B82C1E63D90CBDDF4B68545CA5796417); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral510291C04360A2822070D6941263BE1B6E69D3E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5D280B9708E9092EBCF717ACA4E6412B61F52A2); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("0340340340340340340340340340340340340340340340340340340323C313FAB50589703B5EC68D3587FEC60D161CC149C1AD4A91", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralE5D280B9708E9092EBCF717ACA4E6412B61F52A2, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.ValueOf(0x2760); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)((int32_t)10080))), /*hidden argument*/NULL); V_1 = L_1; // ECCurve c2m431r1 = new F2mCurve( // 431, // 120, // new BigInteger("1A827EF00DD6FC0E234CAF046C6A5D8A85395B236CC4AD2CF32A0CADBDC9DDF620B0EB9906D0957F6C6FEACD615468DF104DE296CD8F", 16), // new BigInteger("10D9B4A3D9047D8B154359ABFB1B7F5485B04CEB868237DDC9DEDA982A679A5A919B626D4E50A8DD731B107A9962381FB5D807BF2618", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteral12164147B82C1E63D90CBDDF4B68545CA5796417, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral10A470D01673DF1C0F647781A47033AE2B6D0EB7, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 *)il2cpp_codegen_object_new(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15_il2cpp_TypeInfo_var); F2mCurve__ctor_m027D83DE3563DD6E62428D005DB642AF11937DC6(L_6, ((int32_t)431), ((int32_t)120), L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // return new X9ECParameters( // c2m431r1, // new X9ECPoint(c2m431r1, // Hex.Decode("02120FC05D3C67A99DE161D2F4092622FECA701BE4F50F4758714E8A87BBF2A658EF8C21E7C5EFE965361F6C2999C0C247B0DBD70CE6B7")), // n, h, // null); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_7 = L_6; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral510291C04360A2822070D6941263BE1B6E69D3E8, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_9 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_9, L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_7, L_9, L_10, L_11, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/C2tnb431r1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void C2tnb431r1Holder__cctor_m20FEC9D7A500A0430B7ADBEFC83F0E2C52BC32FD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new C2tnb431r1Holder(); C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA * L_0 = (C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA *)il2cpp_codegen_object_new(C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_il2cpp_TypeInfo_var); C2tnb431r1Holder__ctor_m227BDAA97EEF3FA2F9D76B8804876C3F4F5B87EC(L_0, /*hidden argument*/NULL); ((C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_StaticFields*)il2cpp_codegen_static_fields_for(C2tnb431r1Holder_tE2F8B784758E3C2B77A17A464C69D212F357A2CA_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v1Holder__ctor_mCE9688C1B73A5F97A2F7716F4552B0BD805E0BA6 (Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 * __this, const RuntimeMethod* method) { { // private Prime192v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime192v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime192v1Holder_CreateParameters_m7875E98462CD0FBB205797F920AC5C95AE192F03 (Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5248C520076F67BEAAF11B904F20041567827E07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92B22233BAE137080ECDE9FFEFE5B8AECCD51FF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral998E315CE6501FFC8B57C3E6B5A8E9D907E144AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2F9158046FCF6759D2B4EEBF317F3A42021D357); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA516F497A04C3CA7D20D496D37D45C2216D1B5D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("ffffffffffffffffffffffff99def836146bc9b1b4d22831", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralA516F497A04C3CA7D20D496D37D45C2216D1B5D7, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp192v1 = new FpCurve( // new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF", 16), // new BigInteger("fffffffffffffffffffffffffffffffefffffffffffffffc", 16), // new BigInteger("64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral5248C520076F67BEAAF11B904F20041567827E07, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteralA2F9158046FCF6759D2B4EEBF317F3A42021D357, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp192v1, // new X9ECPoint(cFp192v1, // Hex.Decode("03188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012")), // n, h, // Hex.Decode("3045AE6FC8422f64ED579528D38120EAE12196D5")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral92B22233BAE137080ECDE9FFEFE5B8AECCD51FF6, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral998E315CE6501FFC8B57C3E6B5A8E9D907E144AA, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v1Holder__cctor_mAA930A486489177902800FC3A930DF79AF3DFC98 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime192v1Holder(); Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 * L_0 = (Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0 *)il2cpp_codegen_object_new(Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_il2cpp_TypeInfo_var); Prime192v1Holder__ctor_mCE9688C1B73A5F97A2F7716F4552B0BD805E0BA6(L_0, /*hidden argument*/NULL); ((Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_StaticFields*)il2cpp_codegen_static_fields_for(Prime192v1Holder_t43C50E88A5EF475977296B3AE5F66499ADADADF0_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v2Holder__ctor_mF788FC7BF2D999AFD413F1E295D74DEDE1DC3FD4 (Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 * __this, const RuntimeMethod* method) { { // private Prime192v2Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime192v2Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime192v2Holder_CreateParameters_m4566C1CBBD88C14FBECE417ADF693669655E7547 (Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral372555088EF593360A00816B73E5B0940B0FBA0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B23339A5D111132D4E220C073D55E9B8B68CD0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5248C520076F67BEAAF11B904F20041567827E07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85A56648B55D58C19DADB13CF7CB8C41F9D48234); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0BC8AA23621DD2F85757C297EC16376CB54A4B4); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("fffffffffffffffffffffffe5fb1a724dc80418648d8dd31", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral4B23339A5D111132D4E220C073D55E9B8B68CD0D, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp192v2 = new FpCurve( // new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF", 16), // new BigInteger("fffffffffffffffffffffffffffffffefffffffffffffffc", 16), // new BigInteger("cc22d6dfb95c6b25e49c0d6364a4e5980c393aa21668d953", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral5248C520076F67BEAAF11B904F20041567827E07, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral372555088EF593360A00816B73E5B0940B0FBA0D, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp192v2, // new X9ECPoint(cFp192v2, // Hex.Decode("03eea2bae7e1497842f2de7769cfe9c989c072ad696f48034a")), // n, h, // Hex.Decode("31a92ee2029fd10d901b113e990710f0d21ac6b6")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralD0BC8AA23621DD2F85757C297EC16376CB54A4B4, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral85A56648B55D58C19DADB13CF7CB8C41F9D48234, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v2Holder__cctor_m2606DB14E7BA29988658680554A94B7D11B35D6F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime192v2Holder(); Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 * L_0 = (Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30 *)il2cpp_codegen_object_new(Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_il2cpp_TypeInfo_var); Prime192v2Holder__ctor_mF788FC7BF2D999AFD413F1E295D74DEDE1DC3FD4(L_0, /*hidden argument*/NULL); ((Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_StaticFields*)il2cpp_codegen_static_fields_for(Prime192v2Holder_tE9D04436BCAC89FF0ECCBCD0FCADA8933DADDC30_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v3Holder__ctor_mF7C75520935C98E9B45A36B8563696F8EEAA7BB2 (Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D * __this, const RuntimeMethod* method) { { // private Prime192v3Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime192v3Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime192v3Holder_CreateParameters_mD8699B9348A19DB6710752E6ADD7C2F7CCBC9EA0 (Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5248C520076F67BEAAF11B904F20041567827E07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C45F9EBABA7284FD97146503979752DBC8F01E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FA177146E5A439416257A38FFDFAA808A919EFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3055D292FFC1709F7F5A663D6909E37FD4CF9AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB949F29DF17C257301D4F9AC321C3D7FB0AFA81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("ffffffffffffffffffffffff7a62d031c83f4294f640ec13", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralA3055D292FFC1709F7F5A663D6909E37FD4CF9AD, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp192v3 = new FpCurve( // new BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF", 16), // new BigInteger("fffffffffffffffffffffffffffffffefffffffffffffffc", 16), // new BigInteger("22123dc2395a05caa7423daeccc94760a7d462256bd56916", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_2, _stringLiteralAE47DF91E031BFC4E809799DF55C82ABCA4B43D7, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral5248C520076F67BEAAF11B904F20041567827E07, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral7C45F9EBABA7284FD97146503979752DBC8F01E1, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp192v3, // new X9ECPoint(cFp192v3, // Hex.Decode("027d29778100c65a1da1783716588dce2b8b4aee8e228f1896")), // n, h, // Hex.Decode("c469684435deb378c4b65ca9591e2a5763059a2e")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral9FA177146E5A439416257A38FFDFAA808A919EFD, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralAB949F29DF17C257301D4F9AC321C3D7FB0AFA81, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime192v3Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime192v3Holder__cctor_mBC47B800423B2EBE1114FE0AAEDEC14678A2BD69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime192v3Holder(); Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D * L_0 = (Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D *)il2cpp_codegen_object_new(Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_il2cpp_TypeInfo_var); Prime192v3Holder__ctor_mF7C75520935C98E9B45A36B8563696F8EEAA7BB2(L_0, /*hidden argument*/NULL); ((Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_StaticFields*)il2cpp_codegen_static_fields_for(Prime192v3Holder_t28351D53441067C55ABCAD0C8243164988CB226D_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v1Holder__ctor_mFFDAB97A92A9A0FF5AC01C3B991189CC1FAEAADD (Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E * __this, const RuntimeMethod* method) { { // private Prime239v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime239v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime239v1Holder_CreateParameters_mD6FC7E77C50E72ECA16112DBD3A8D5B366D77D88 (Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E479844F619893EA1C58A487E357D45C8968261); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54BCF5DA782C2014C1141A250F709F467A555297); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D587DAE7C99F6D0C3DD089AD135D4BBAAE59202); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55E48E2E4F3B9A17EC1E7CFFC3C787161F7FB81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC970E5AE39367B6EA0900D5A201806103A334310); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("7fffffffffffffffffffffff7fffff9e5e9a9f5d9071fbd1522688909d0b", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralC55E48E2E4F3B9A17EC1E7CFFC3C787161F7FB81, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp239v1 = new FpCurve( // new BigInteger("883423532389192164791648750360308885314476597252960362792450860609699839"), // new BigInteger("7fffffffffffffffffffffff7fffffffffff8000000000007ffffffffffc", 16), // new BigInteger("6b016c3bdcf18941d0d654921475ca71a9db2fb27d1d37796185c2942c0a", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_2, _stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralC970E5AE39367B6EA0900D5A201806103A334310, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral1E479844F619893EA1C58A487E357D45C8968261, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp239v1, // new X9ECPoint(cFp239v1, // Hex.Decode("020ffa963cdca8816ccc33b8642bedf905c3d358573d3f27fbbd3b3cb9aaaf")), // n, h, // Hex.Decode("e43bb460f0b80cc0c0b075798e948060f8321b7d")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral5D587DAE7C99F6D0C3DD089AD135D4BBAAE59202, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral54BCF5DA782C2014C1141A250F709F467A555297, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v1Holder__cctor_m9D98C9772D8908C727A7BA94FDD741FAE353604E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime239v1Holder(); Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E * L_0 = (Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E *)il2cpp_codegen_object_new(Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_il2cpp_TypeInfo_var); Prime239v1Holder__ctor_mFFDAB97A92A9A0FF5AC01C3B991189CC1FAEAADD(L_0, /*hidden argument*/NULL); ((Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_StaticFields*)il2cpp_codegen_static_fields_for(Prime239v1Holder_t105BAABEE61136A694461EB7BF72FCEE62E72A4E_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v2Holder__ctor_m9A77668ED739409FD7FBC14288928FF670ECB18B (Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 * __this, const RuntimeMethod* method) { { // private Prime239v2Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime239v2Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime239v2Holder_CreateParameters_m1FAEDD413D07E1BF60153CD2A948350F058BAF6B (Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38228F56360020FD0E33B93CD6C971FED3A9DE75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B090B4A6E78AA83C46DD9DAB6A62303489953CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B63A9485B3082F7018E30615775D7F9FEF3950C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC970E5AE39367B6EA0900D5A201806103A334310); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEFE346F1F76AF24FA7D8D53B3510D7D392CB35D); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("7fffffffffffffffffffffff800000cfa7e8594377d414c03821bc582063", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralCEFE346F1F76AF24FA7D8D53B3510D7D392CB35D, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp239v2 = new FpCurve( // new BigInteger("883423532389192164791648750360308885314476597252960362792450860609699839"), // new BigInteger("7fffffffffffffffffffffff7fffffffffff8000000000007ffffffffffc", 16), // new BigInteger("617fab6832576cbbfed50d99f0249c3fee58b94ba0038c7ae84c8c832f2c", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_2, _stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralC970E5AE39367B6EA0900D5A201806103A334310, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral38228F56360020FD0E33B93CD6C971FED3A9DE75, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp239v2, // new X9ECPoint(cFp239v2, // Hex.Decode("0238af09d98727705120c921bb5e9e26296a3cdcf2f35757a0eafd87b830e7")), // n, h, // Hex.Decode("e8b4011604095303ca3b8099982be09fcb9ae616")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral9B63A9485B3082F7018E30615775D7F9FEF3950C, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral9B090B4A6E78AA83C46DD9DAB6A62303489953CA, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v2Holder__cctor_m0521EB452CA4EBB36639564B00FC0737D189271C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime239v2Holder(); Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 * L_0 = (Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8 *)il2cpp_codegen_object_new(Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_il2cpp_TypeInfo_var); Prime239v2Holder__ctor_m9A77668ED739409FD7FBC14288928FF670ECB18B(L_0, /*hidden argument*/NULL); ((Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_StaticFields*)il2cpp_codegen_static_fields_for(Prime239v2Holder_tB1B1A0EF22267E909203936B1964E4458F7FDAE8_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v3Holder__ctor_mB98437A3EE00FA6E63224C9308B9462063D25DA6 (Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 * __this, const RuntimeMethod* method) { { // private Prime239v3Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime239v3Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime239v3Holder_CreateParameters_m7B57987D4C0F659D245A2AEA3E53A95210D8A3A6 (Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56487C6DAE37B8AE95919574EE8BF3B7940908CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4B7D9B73260AA16FC5FC3E89F15FE53B087016); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA704C5461CDFD44710E4105B56E1EDB5DB89EEAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC970E5AE39367B6EA0900D5A201806103A334310); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9B2472F799D2CB04437219FA77899A0F4EEEE6F); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("7fffffffffffffffffffffff7fffff975deb41b3a6057c3c432146526551", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral6B4B7D9B73260AA16FC5FC3E89F15FE53B087016, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp239v3 = new FpCurve( // new BigInteger("883423532389192164791648750360308885314476597252960362792450860609699839"), // new BigInteger("7fffffffffffffffffffffff7fffffffffff8000000000007ffffffffffc", 16), // new BigInteger("255705fa2a306654b1f4cb03d6a750a30c250102d4988717d9ba15ab6d3e", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_2, _stringLiteral8239072AA0C00124E3BAE44D102E11A9E7CE1145, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteralC970E5AE39367B6EA0900D5A201806103A334310, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteralF9B2472F799D2CB04437219FA77899A0F4EEEE6F, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp239v3, // new X9ECPoint(cFp239v3, // Hex.Decode("036768ae8e18bb92cfcf005c949aa2c6d94853d0e660bbf854b1c9505fe95a")), // n, h, // Hex.Decode("7d7374168ffe3471b60a857686a19475d3bfa2ff")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral56487C6DAE37B8AE95919574EE8BF3B7940908CF, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA704C5461CDFD44710E4105B56E1EDB5DB89EEAD, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime239v3Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime239v3Holder__cctor_m78CF4F97053A652AF3287AC747ADA3963D9D3857 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime239v3Holder(); Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 * L_0 = (Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7 *)il2cpp_codegen_object_new(Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_il2cpp_TypeInfo_var); Prime239v3Holder__ctor_mB98437A3EE00FA6E63224C9308B9462063D25DA6(L_0, /*hidden argument*/NULL); ((Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_StaticFields*)il2cpp_codegen_static_fields_for(Prime239v3Holder_t16E1A407861C84C0A7F7ECCB571B84D5B6AFA1F7_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime256v1Holder__ctor_mC854A738C41924C1DCABEFEF5C4B1C90513624E0 (Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E * __this, const RuntimeMethod* method) { { // private Prime256v1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Prime256v1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Prime256v1Holder_CreateParameters_m9E5B6F66FA4EE2C2CC6048300FB6D686D64A7ACE (Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11DA954284C9EA0E9F2CCAF18500166BF464BF7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B15809204AF928E4C5F287141C50CA38B52BC0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CFEBE9F147BF979089BCF3C55BE473355242A51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E559249B3B7C10788601999EE3D1C74F9714A31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0A9A72FDB14897920E1A0A11CCEA61051EB01DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF32AE9283AA6624D1AD7F361562D93AB976BF93); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // BigInteger n = new BigInteger("ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551", 16); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral9E559249B3B7C10788601999EE3D1C74F9714A31, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_1 = L_1; // ECCurve cFp256v1 = new FpCurve( // new BigInteger("115792089210356248762697446949407573530086143415290314195533631308867097853951"), // new BigInteger("ffffffff00000001000000000000000000000000fffffffffffffffffffffffc", 16), // new BigInteger("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", 16), // n, h); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mACDFD6004FBAE6E3484BA8F9FAF435B0FC2F5C7D(L_2, _stringLiteral11DA954284C9EA0E9F2CCAF18500166BF464BF7E, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_3, _stringLiteral2B15809204AF928E4C5F287141C50CA38B52BC0C, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteralD0A9A72FDB14897920E1A0A11CCEA61051EB01DA, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_7 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_7, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // return new X9ECParameters( // cFp256v1, // new X9ECPoint(cFp256v1, // Hex.Decode("036b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296")), // n, h, // Hex.Decode("c49d360886e704936a6678e1139d26b7819f7e90")); FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralDF32AE9283AA6624D1AD7F361562D93AB976BF93, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_10 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_10, L_8, L_9, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral2CFEBE9F147BF979089BCF3C55BE473355242A51, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_14 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_14, L_8, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962NamedCurves/Prime256v1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Prime256v1Holder__cctor_mC99824AA15498650EF640C666E6D7AC19F89586B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Prime256v1Holder(); Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E * L_0 = (Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E *)il2cpp_codegen_object_new(Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_il2cpp_TypeInfo_var); Prime256v1Holder__ctor_mC854A738C41924C1DCABEFEF5C4B1C90513624E0(L_0, /*hidden argument*/NULL); ((Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_StaticFields*)il2cpp_codegen_static_fields_for(Prime256v1Holder_tDC56A4ECD9A19F80AA476CA23F85B69C29E2D57E_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 Yeji/ComparerAreaInfosByDistance::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComparerAreaInfosByDistance_Compare_m13EA03F14E5060377CCF88F4D352E78A35A4D1A8 (ComparerAreaInfosByDistance_t9EA8762959531B367A90185F6213B51755EEBD68 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * V_0 = NULL; AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * V_1 = NULL; { // TreeAreaRecorder.AreaInfo a = (TreeAreaRecorder.AreaInfo)x; RuntimeObject * L_0 = ___x0; V_0 = ((AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 *)CastclassClass((RuntimeObject*)L_0, AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781_il2cpp_TypeInfo_var)); // TreeAreaRecorder.AreaInfo b = (TreeAreaRecorder.AreaInfo)y; RuntimeObject * L_1 = ___y1; V_1 = ((AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 *)CastclassClass((RuntimeObject*)L_1, AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781_il2cpp_TypeInfo_var)); // if (a.teamCompareValue - b.teamCompareValue > 0) return 1; AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * L_2 = V_0; NullCheck(L_2); float L_3 = L_2->get_teamCompareValue_4(); AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_teamCompareValue_4(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_5))) > ((float)(0.0f))))) { goto IL_0024; } } { // if (a.teamCompareValue - b.teamCompareValue > 0) return 1; return 1; } IL_0024: { // if (a.teamCompareValue - b.teamCompareValue < 0) return -1; AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * L_6 = V_0; NullCheck(L_6); float L_7 = L_6->get_teamCompareValue_4(); AreaInfo_t23BDB3108537E7181ACFB654B90B389AE8FAC781 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_teamCompareValue_4(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_9))) < ((float)(0.0f))))) { goto IL_003a; } } { // if (a.teamCompareValue - b.teamCompareValue < 0) return -1; return (-1); } IL_003a: { // else return 0; return 0; } } // System.Void Yeji/ComparerAreaInfosByDistance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComparerAreaInfosByDistance__ctor_m3C4201B9593318668B83D34DA862354D3AFA36E6 (ComparerAreaInfosByDistance_t9EA8762959531B367A90185F6213B51755EEBD68 * __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 Yeji/OnlineHandler::InitOnAwake(Yeji) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_InitOnAwake_mC86B99678A5DD5EA2F69D3750F9D4FE6FD0EA311 (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * ___animal0, 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; } { // this.animal = animal; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_0 = ___animal0; __this->set_animal_0(L_0); // if (isMirror) { bool L_1 = __this->get_isMirror_2(); if (!L_1) { goto IL_0035; } } { // GameObject.Destroy(this.animal.agent); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_2 = __this->get_animal_0(); NullCheck(L_2); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3 = L_2->get_agent_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_3, /*hidden argument*/NULL); // this.animal.animator.SetLayerWeight(1, 1); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_4 = __this->get_animal_0(); NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_animator_5(); NullCheck(L_5); Animator_SetLayerWeight_mFC527EAF68AAA25156B5A5B838FB9AB7231DDDF7(L_5, 1, (1.0f), /*hidden argument*/NULL); } IL_0035: { // } return; } } // System.Void Yeji/OnlineHandler::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_Update_m2F8FF5D8A08C4316EDA9E6B6C9CB055520D1FA78 (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8608930BC69312F86DA14081E2EE0858A48D8493); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4EA996178DF2EDD616A772D8B33560D1E771B56); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA V_1; memset((&V_1), 0, sizeof(V_1)); { // if (isMirror) { bool L_0 = __this->get_isMirror_2(); if (!L_0) { goto IL_0132; } } { // if (inputSyncData == null) return; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_1; L_1 = OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // if (inputSyncData == null) return; return; } IL_0014: { // if (!hasUpdateBySyncData) { bool L_2 = __this->get_hasUpdateBySyncData_9(); if (L_2) { goto IL_0051; } } { // this.animal.transform.position = syncPosition; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_3 = __this->get_animal_0(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = __this->get_syncPosition_8(); NullCheck(L_4); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_4, L_5, /*hidden argument*/NULL); // this.animal.transform.rotation = syncRotation; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_6 = __this->get_animal_0(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_6, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = __this->get_syncRotation_7(); NullCheck(L_7); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_7, L_8, /*hidden argument*/NULL); // hasUpdateBySyncData = true; __this->set_hasUpdateBySyncData_9((bool)1); // } else { goto IL_00bd; } IL_0051: { // this.animal.transform.position = Vector3.Lerp(this.animal.transform.position, syncPosition, Time.deltaTime * 15); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_9 = __this->get_animal_0(); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_9, /*hidden argument*/NULL); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_11 = __this->get_animal_0(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = __this->get_syncPosition_8(); float L_15; L_15 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline(L_13, L_14, ((float)il2cpp_codegen_multiply((float)L_15, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_10); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_10, L_16, /*hidden argument*/NULL); // this.animal.transform.rotation = Quaternion.Lerp(this.animal.transform.rotation, syncRotation, Time.deltaTime * 15); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_17 = __this->get_animal_0(); NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_17, /*hidden argument*/NULL); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_19 = __this->get_animal_0(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_19, /*hidden argument*/NULL); NullCheck(L_20); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21; L_21 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_20, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = __this->get_syncRotation_7(); float L_23; L_23 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24; L_24 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_21, L_22, ((float)il2cpp_codegen_multiply((float)L_23, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_18); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_18, L_24, /*hidden argument*/NULL); } IL_00bd: { // this.animal.animator.SetInteger("mirrorState", mirrorState); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_25 = __this->get_animal_0(); NullCheck(L_25); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_26 = L_25->get_animator_5(); int32_t L_27 = __this->get_mirrorState_3(); NullCheck(L_26); Animator_SetInteger_mFB04A03AF6C24978BF2BDE9161243F8F6B9762C5(L_26, _stringLiteral8608930BC69312F86DA14081E2EE0858A48D8493, L_27, /*hidden argument*/NULL); // this.animal.animator.speed = animatroSpeed; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_28 = __this->get_animal_0(); NullCheck(L_28); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_29 = L_28->get_animator_5(); float L_30 = __this->get_animatroSpeed_4(); NullCheck(L_29); Animator_set_speed_m632FF62E0D6B668C55190B3579B12684316C4041(L_29, L_30, /*hidden argument*/NULL); // if (inputSyncData.ii != injuredID) { YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_31; L_31 = OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3_inline(__this, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = L_31->get_ii_9(); int32_t L_33 = __this->get_injuredID_13(); if ((((int32_t)L_32) == ((int32_t)L_33))) { goto IL_0131; } } { // injuredID = inputSyncData.ii; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_34; L_34 = OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3_inline(__this, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = L_34->get_ii_9(); __this->set_injuredID_13(L_35); // AudioMgr.ins.PlayAnimalEffect("bird_injured", AudioMgr.GetAudioSource(this.animal.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_36 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_37 = __this->get_animal_0(); NullCheck(L_37); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_38; L_38 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_37, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_39; L_39 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_38, /*hidden argument*/NULL); NullCheck(L_36); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_36, _stringLiteralE4EA996178DF2EDD616A772D8B33560D1E771B56, L_39, /*hidden argument*/NULL); } IL_0131: { // return; return; } IL_0132: { // if (GlobalData.pkMatchType == PKMatchType.OnlinePK) { IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_40 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if ((!(((uint32_t)L_40) == ((uint32_t)2)))) { goto IL_01a0; } } { // if (outputSyncData == null) outputSyncData = new YejiSyncData(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_41 = __this->get_outputSyncData_5(); if (L_41) { goto IL_014d; } } { // if (outputSyncData == null) outputSyncData = new YejiSyncData(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_42 = (YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 *)il2cpp_codegen_object_new(YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8_il2cpp_TypeInfo_var); YejiSyncData__ctor_mBE75D52518F7984C8DA619E086B4255C4290DD61(L_42, /*hidden argument*/NULL); __this->set_outputSyncData_5(L_42); } IL_014d: { // int curStateHash = this.animal.animator.GetCurrentAnimatorStateInfo(0).fullPathHash; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_43 = __this->get_animal_0(); NullCheck(L_43); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_44 = L_43->get_animator_5(); NullCheck(L_44); AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA L_45; L_45 = Animator_GetCurrentAnimatorStateInfo_m562250C74BF8C626B5227FE840D6CB739B5F8314(L_44, 0, /*hidden argument*/NULL); V_1 = L_45; int32_t L_46; L_46 = AnimatorStateInfo_get_fullPathHash_m296D315AB1FBF6177A423298296CECC1DBA7221D((AnimatorStateInfo_t052E146D2DB1EC155950ECA45734BF57134258AA *)(&V_1), /*hidden argument*/NULL); V_0 = L_46; // mirrorState = System.Array.IndexOf(stateHashList, curStateHash); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = __this->get_stateHashList_14(); int32_t L_48 = V_0; int32_t L_49; L_49 = Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E(L_47, L_48, /*hidden argument*/Array_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F0420BEEDFC9FDB3682212205F4F8124BA3EA7E_RuntimeMethod_var); __this->set_mirrorState_3(L_49); // animatroSpeed = this.animal.animator.speed; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_50 = __this->get_animal_0(); NullCheck(L_50); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_51 = L_50->get_animator_5(); NullCheck(L_51); float L_52; L_52 = Animator_get_speed_mA1E16FD07760F406F4415BB55648A87711E5BA1F(L_51, /*hidden argument*/NULL); __this->set_animatroSpeed_4(L_52); // outputSyncData.SetData(this.animal); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_53 = __this->get_outputSyncData_5(); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_54 = __this->get_animal_0(); NullCheck(L_53); YejiSyncData_SetData_m0DF9399EFC4592651E1744746A62BE6D1A61E3D9(L_53, L_54, /*hidden argument*/NULL); } IL_01a0: { // } return; } } // YejiSyncData Yeji/OnlineHandler::get_inputSyncData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3 (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, const RuntimeMethod* method) { { // return _inputSyncData; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_0 = __this->get__inputSyncData_6(); return L_0; } } // System.Void Yeji/OnlineHandler::set_inputSyncData(YejiSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler_set_inputSyncData_mFE71CD5F52E0C50A06118278E6AC60EF555998FD (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * ___value0, const RuntimeMethod* method) { { // _inputSyncData = value; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_0 = ___value0; __this->set__inputSyncData_6(L_0); // uid = value.id; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_1 = ___value0; NullCheck(L_1); int32_t L_2 = L_1->get_id_0(); __this->set_uid_1(L_2); // syncRotation.x = value.rx; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_3 = __this->get_address_of_syncRotation_7(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_rx_1(); L_3->set_x_0(L_5); // syncRotation.y = value.ry; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_6 = __this->get_address_of_syncRotation_7(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_7 = ___value0; NullCheck(L_7); float L_8 = L_7->get_ry_2(); L_6->set_y_1(L_8); // syncRotation.z = value.rz; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_9 = __this->get_address_of_syncRotation_7(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_10 = ___value0; NullCheck(L_10); float L_11 = L_10->get_rz_3(); L_9->set_z_2(L_11); // syncRotation.w = value.rw; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_12 = __this->get_address_of_syncRotation_7(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_13 = ___value0; NullCheck(L_13); float L_14 = L_13->get_rw_4(); L_12->set_w_3(L_14); // syncPosition.x = value.px; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = __this->get_address_of_syncPosition_8(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_16 = ___value0; NullCheck(L_16); float L_17 = L_16->get_px_5(); L_15->set_x_2(L_17); // syncPosition.y = value.py; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_18 = __this->get_address_of_syncPosition_8(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_19 = ___value0; NullCheck(L_19); float L_20 = L_19->get_py_6(); L_18->set_y_3(L_20); // syncPosition.z = value.pz; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of_syncPosition_8(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_22 = ___value0; NullCheck(L_22); float L_23 = L_22->get_pz_7(); L_21->set_z_4(L_23); // mirrorState = value.ms; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_24 = ___value0; NullCheck(L_24); int32_t L_25 = L_24->get_ms_8(); __this->set_mirrorState_3(L_25); // animatroSpeed = value.asp; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_26 = ___value0; NullCheck(L_26); float L_27 = L_26->get_asp_11(); __this->set_animatroSpeed_4(L_27); // } return; } } // System.Void Yeji/OnlineHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHandler__ctor_mF21CFE3806B954D39CD726694B0A80B7A92C4EC4 (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, 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*)&_stringLiteral088128A91CF3BE04B681F4C7047E965F862BB988); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E12E48467CBA608DE1C83A329ED3B7CD5A48D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26507C0E40D4F2F5B987CEBD1302FB05ED47B409); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B4A9FC070BCDB55C019ADD736CA532890B10DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B205B257486C3C9A5CF2789CB4FA8C74A3F2F62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A15149F067021C04A27596BDCF3D8FF45D5244B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADAE28BF5FF1453EE63C5DFA8D2EAC67A3613424); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD694EA73181056D0826A3FCC0A6F6206BEA9F45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6BC58909F7ABB98330E9380DFE492C256CF7CA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD73E59CA5133B58EF5063DA98985201D1EC6E4EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7C56658D96DFD6EC8AB281669A6A5FE6208AF3); s_Il2CppMethodInitialized = true; } { // public float animatroSpeed = 1; __this->set_animatroSpeed_4((1.0f)); // private int[] stateHashList = { // Animator.StringToHash("Base Layer.Fly"), // Animator.StringToHash("Base Layer.FlyUp"), // Animator.StringToHash("Base Layer.FlyFromGround"), // Animator.StringToHash("Base Layer.FlyDown"), // Animator.StringToHash("Base Layer.LandOnGround"), // Animator.StringToHash("Base Layer.IdleOnGround2"), // Animator.StringToHash("Base Layer.Yeji Idle On Tree 01"), // Animator.StringToHash("Base Layer.Yeji Land On Tree"), // Animator.StringToHash("Base Layer.Yeji Fly Form Tree"), // Animator.StringToHash("Base Layer.DeadOnSky"), // Animator.StringToHash("Base Layer.DeadOnGround") // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; int32_t L_2; L_2 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteralBD694EA73181056D0826A3FCC0A6F6206BEA9F45, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_1; int32_t L_4; L_4 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteralADAE28BF5FF1453EE63C5DFA8D2EAC67A3613424, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_3; int32_t L_6; L_6 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral3B205B257486C3C9A5CF2789CB4FA8C74A3F2F62, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)L_6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_5; int32_t L_8; L_8 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral088128A91CF3BE04B681F4C7047E965F862BB988, /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(3), (int32_t)L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_7; int32_t L_10; L_10 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral26507C0E40D4F2F5B987CEBD1302FB05ED47B409, /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(4), (int32_t)L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_9; int32_t L_12; L_12 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral0E12E48467CBA608DE1C83A329ED3B7CD5A48D86, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (int32_t)L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_11; int32_t L_14; L_14 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteralD73E59CA5133B58EF5063DA98985201D1EC6E4EE, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(6), (int32_t)L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_13; int32_t L_16; L_16 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteralD6BC58909F7ABB98330E9380DFE492C256CF7CA1, /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(7), (int32_t)L_16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = L_15; int32_t L_18; L_18 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteralDD7C56658D96DFD6EC8AB281669A6A5FE6208AF3, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(8), (int32_t)L_18); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_17; int32_t L_20; L_20 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral8A15149F067021C04A27596BDCF3D8FF45D5244B, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)9)), (int32_t)L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_19; int32_t L_22; L_22 = Animator_StringToHash_mA351F39D53E2AEFCF0BBD50E4FA92B7E1C99A668(_stringLiteral2B4A9FC070BCDB55C019ADD736CA532890B10DAB, /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)10)), (int32_t)L_22); __this->set_stateHashList_14(L_21); 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 Yeji/State::get_flyStaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_flyStaying_m0A23626B875E5285019BDC680B80BC0AC6A043AE (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _flyStaying; } bool L_0 = __this->get__flyStaying_1(); return L_0; } } // System.Void Yeji/State::set_flyStaying(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_flyStaying_m56942DE74B12AA87979BB87B85ECBB16FB4A2926 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17D101100C4455095976BED4FC01B056678581BF); s_Il2CppMethodInitialized = true; } { // _flyStaying = value; bool L_0 = ___value0; __this->set__flyStaying_1(L_0); // animal.animator.SetBool("flyStaying", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral17D101100C4455095976BED4FC01B056678581BF, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean Yeji/State::get_dead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_dead_m87C8693FDECCAA1D6E39374E15FF1CE156374CB7 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _dead; } bool L_0 = __this->get__dead_2(); return L_0; } } // System.Void Yeji/State::set_dead(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_dead_m5392BEF144571EBB0044391E6814104640AD776B (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2619A50D640D12F7EAED94CD5A39DFCD03B99E2A); s_Il2CppMethodInitialized = true; } { // _dead = value; bool L_0 = ___value0; __this->set__dead_2(L_0); // animal.animator.SetBool("dead", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral2619A50D640D12F7EAED94CD5A39DFCD03B99E2A, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean Yeji/State::get_down() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_down_m9DA09F0259CE287B2F3C6292DA3127CE14A0BA19 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _down; } bool L_0 = __this->get__down_3(); return L_0; } } // System.Void Yeji/State::set_down(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_down_m9D72C153E24A407503BC8565C7F538F2884FBDB2 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4); s_Il2CppMethodInitialized = true; } { // _down = value; bool L_0 = ___value0; __this->set__down_3(L_0); // animal.animator.SetBool("down", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean Yeji/State::get_landing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_landing_m9ECE9E707B82751FC91FDACDB04DA1488098D510 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _landing; } bool L_0 = __this->get__landing_4(); return L_0; } } // System.Void Yeji/State::set_landing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_landing_mF12D5A6313995AE9453FB8B4C6031B30C56C1A94 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E8CB65138EAC6717DDCE3171960A2C01ABB7ED6); s_Il2CppMethodInitialized = true; } { // _landing = value; bool L_0 = ___value0; __this->set__landing_4(L_0); // animal.animator.SetBool("landing", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral5E8CB65138EAC6717DDCE3171960A2C01ABB7ED6, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean Yeji/State::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_up_m0F4AB7FD7FCD93A130206581A914E880A70F9BFA (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _up; } bool L_0 = __this->get__up_5(); return L_0; } } // System.Void Yeji/State::set_up(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_up_mD620CCB7A40F41C65CA9197076BE97836E63E0F5 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305); s_Il2CppMethodInitialized = true; } { // _up = value; bool L_0 = ___value0; __this->set__up_5(L_0); // animal.animator.SetBool("up", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305, L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean Yeji/State::get_flying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool State_get_flying_m66E87FC4D722C4B7EC8E7C2256A0352ADB69419C (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, const RuntimeMethod* method) { { // get { return _flying; } bool L_0 = __this->get__flying_6(); return L_0; } } // System.Void Yeji/State::set_flying(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State_set_flying_mC1A25D43DA68DCEBD1C98F96E54D3250ABA3C928 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEDED04BEBDAD048BD63341F573AA1420E23D022); s_Il2CppMethodInitialized = true; } { // _flying = value; bool L_0 = ___value0; __this->set__flying_6(L_0); // animal.animator.SetBool("flying", value); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_1 = __this->get_animal_7(); NullCheck(L_1); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = L_1->get_animator_5(); bool L_3 = ___value0; NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteralDEDED04BEBDAD048BD63341F573AA1420E23D022, L_3, /*hidden argument*/NULL); // } return; } } // System.Void Yeji/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m45E3577C80B243CB10EBAADCE529F6635ABF9D78 (State_t908756508036982A4DF72593F6016F3C51C610B7 * __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 YejiHuntGameMode_OnlinePK/OnlineHelper::.ctor(YejiHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper__ctor_m3DC6D3A8595889F3AE4A225B9D16F68A85B0D8CE (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___gameMode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7EE41949429627101A5A0F2B02758ABBFD958106_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public int myPlayerIndex = -1; __this->set_myPlayerIndex_2((-1)); // WaitForSecondsRealtime uploadOnceTime = new WaitForSecondsRealtime(0.033f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_0 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_0, (0.0329999998f), /*hidden argument*/NULL); __this->set_uploadOnceTime_5(L_0); // int lastRoundID = -1; __this->set_lastRoundID_8((-1)); // Dictionary arrowSyncMap = new Dictionary(); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_1 = (Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA *)il2cpp_codegen_object_new(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1(L_1, /*hidden argument*/Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var); __this->set_arrowSyncMap_9(L_1); // Dictionary animalSyncMap = new Dictionary(); Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_2 = (Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 *)il2cpp_codegen_object_new(Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7EE41949429627101A5A0F2B02758ABBFD958106(L_2, /*hidden argument*/Dictionary_2__ctor_m7EE41949429627101A5A0F2B02758ABBFD958106_RuntimeMethod_var); __this->set_animalSyncMap_10(L_2); // public OnlineHelper(YejiHuntGameMode_OnlinePK gameMode) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.gameMode = gameMode; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_3 = ___gameMode0; __this->set_gameMode_0(L_3); // } return; } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_mBAE96D77DFA28286786911F6C6F747BB00DE97BD (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { { // return myPlayerIndex >= 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { { // return myPlayerIndex == gameMode.currentPlayerIndex; int32_t L_0 = __this->get_myPlayerIndex_2(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_1 = __this->get_gameMode_0(); NullCheck(L_1); int32_t L_2 = L_1->get_currentPlayerIndex_22(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_mD3FF65F8D02458A1BB50454AFF258BBFC1D5E3BF (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { { // return myPlayerIndex == 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_mE06BD43A87D1F03A6E0E2655482BED30A762203E (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { { // return myPlayerIndex > 0; int32_t L_0 = __this->get_myPlayerIndex_2(); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::InitSocketPlayer(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_InitSocketPlayer_m94E0981577B421DBB93CD00919DDD303CE76B022 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlineHelper_onReceivePKGameData_m523F6ED0A5CFB2A806FDD07D5C5613BBECF7580D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m3DA3884F56AAC055B107027A144E2D405B614CF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * V_0 = NULL; { U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * L_0 = (U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_m1A3622BC56E36C79E9D2918183DFACDB87DA7495(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * L_2 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ___successCallback0; NullCheck(L_2); L_2->set_successCallback_1(L_3); // socketPlayer = SocketPlayer.NewInstance(); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4; L_4 = SocketPlayer_NewInstance_m766ABDA801C2F3D4384DAF07F2FF6A2B9C4BA967(/*hidden argument*/NULL); __this->set_socketPlayer_1(L_4); // socketPlayer.onRoomReadyComplete = () => { // myPlayerIndex = GlobalData.playerIndexInRoom; // if (successCallback != null) successCallback(); // }; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_5 = __this->get_socketPlayer_1(); U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * L_6 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m3DA3884F56AAC055B107027A144E2D405B614CF6_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); L_5->set_onRoomReadyComplete_9(L_7); // socketPlayer.onReceivePKGameData = onReceivePKGameData; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_8 = __this->get_socketPlayer_1(); Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * L_9 = (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 *)il2cpp_codegen_object_new(Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486_il2cpp_TypeInfo_var); Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E(L_9, __this, (intptr_t)((intptr_t)OnlineHelper_onReceivePKGameData_m523F6ED0A5CFB2A806FDD07D5C5613BBECF7580D_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var); NullCheck(L_8); L_8->set_onReceivePKGameData_10(L_9); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m45F6DE4BC54FB387801D4AE625E4D49AF4A62CBA(__this, /*hidden argument*/NULL); // JCUnityLib.CoroutineStarter.Start(CheckAndUpload()); RuntimeObject* L_10; L_10 = OnlineHelper_CheckAndUpload_mA12A95660DD55DE5C6670ABF873DF280E903888C(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_11; L_11 = CoroutineStarter_Start_mE4CE5D6D054BE5D28D32E50837CD9CEE247E9670(L_10, /*hidden argument*/NULL); // } return; } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_mC85468C99C3FA42DACCFBCEEA66552417C406173 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GameMgr.ins == gameMode.gameMgr && gameMode.gameMgr; 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(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_1 = __this->get_gameMode_0(); NullCheck(L_1); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_2 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_1)->get_gameMgr_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_4 = __this->get_gameMode_0(); NullCheck(L_4); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_5 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_4)->get_gameMgr_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_5, /*hidden argument*/NULL); return L_6; } IL_0028: { return (bool)0; } } // System.Collections.IEnumerator YejiHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_mA12A95660DD55DE5C6670ABF873DF280E903888C (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * L_0 = (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 *)il2cpp_codegen_object_new(U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497_il2cpp_TypeInfo_var); U3CCheckAndUploadU3Ed__13__ctor_m71D4234DA293F5726E6A5F3FAD5BC616402854B2(L_0, 0, /*hidden argument*/NULL); U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::onReceivePKGameData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_onReceivePKGameData_m523F6ED0A5CFB2A806FDD07D5C5613BBECF7580D (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, String_t* ___key0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m797BFB4FCEADDF190725BC6DF78C9710DFF9F744_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD874987DE104CC0A9C6E31C45BD6BE08DDA5BFF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m973A95F12EA9747CEB5CA6EA2048CF325F02C908_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m2D6B30897C0DE1BA86F3BA856F12A66ABA51451A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDE3A1F2C5B7C023F4F7A40A954F00EF54EE9FEDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD3492B9FB249C9A3006FB32FF4AE1EC529A8B9D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m57A0F88B1BAABA21B592B62D28DDB13E50B6A616_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisYeji_tE6BD925F837340572A36DAC8B0F636034B696A81_m82CE4619411D4E631989E5433534C4474AF0ADED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisList_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_m635B6FA69003666D4FD35E9522FC38E4446BF19F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisSyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_m9CF55EA19B40FB35DFE7CADFC9EEB25692B3377D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mF2C53DDC8406C006C717EB77DF84B3668145E0E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m1339A526D7089C0013546A229B78650B7D0E690F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_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*)&Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80078443458A309E10955FD4502501E2A7C38CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * V_1 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_2 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_3 = NULL; Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 V_4; memset((&V_4), 0, sizeof(V_4)); KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 V_5; memset((&V_5), 0, sizeof(V_5)); Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 V_6; memset((&V_6), 0, sizeof(V_6)); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * V_7 = NULL; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * V_8 = NULL; KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 V_9; memset((&V_9), 0, sizeof(V_9)); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * V_12 = NULL; List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * V_13 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_14 = NULL; Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 V_15; memset((&V_15), 0, sizeof(V_15)); KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA V_16; memset((&V_16), 0, sizeof(V_16)); Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 V_17; memset((&V_17), 0, sizeof(V_17)); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * V_18 = NULL; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * V_19 = NULL; KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA V_20; memset((&V_20), 0, sizeof(V_20)); int32_t V_21 = 0; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * V_22 = NULL; int32_t V_23 = 0; String_t* V_24 = NULL; Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 V_25; memset((&V_25), 0, sizeof(V_25)); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * V_26 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * G_B45_0 = NULL; Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * G_B44_0 = NULL; { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_mBAE96D77DFA28286786911F6C6F747BB00DE97BD(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // if (key == "logic") { String_t* L_1 = ___key0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3, /*hidden argument*/NULL); if (!L_2) { goto IL_002d; } } { // SyncLogicData syncLogicData = JsonConvert.DeserializeObject(data); String_t* L_3 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * L_4; L_4 = JsonConvert_DeserializeObject_TisSyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_m9CF55EA19B40FB35DFE7CADFC9EEB25692B3377D(L_3, /*hidden argument*/JsonConvert_DeserializeObject_TisSyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_m9CF55EA19B40FB35DFE7CADFC9EEB25692B3377D_RuntimeMethod_var); // syncLogicData.Output(this.gameMode); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_5 = __this->get_gameMode_0(); NullCheck(L_4); SyncLogicData_Output_mB78F298E8D7E503A9FC2B801240E745F6250503F(L_4, L_5, /*hidden argument*/NULL); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m45F6DE4BC54FB387801D4AE625E4D49AF4A62CBA(__this, /*hidden argument*/NULL); } IL_002d: { // if (key == "bow") { String_t* L_6 = ___key0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC, /*hidden argument*/NULL); if (!L_7) { goto IL_00d7; } } { // if (!IsMyPlayerRunning()) { bool L_8; L_8 = OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02(__this, /*hidden argument*/NULL); if (L_8) { goto IL_00d7; } } { // string[] quaStr = data.Split(','); String_t* L_9 = ___data1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; // if (quaStr.Length == 6) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; NullCheck(L_13); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))) == ((uint32_t)6)))) { goto IL_00d7; } } { // bowTargetQua.x = float.Parse(quaStr[0]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_14 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = V_0; NullCheck(L_15); int32_t L_16 = 0; String_t* L_17 = (L_15)->GetAt(static_cast(L_16)); float L_18; L_18 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_17, /*hidden argument*/NULL); L_14->set_x_0(L_18); // bowTargetQua.y = float.Parse(quaStr[1]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_19 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; NullCheck(L_20); int32_t L_21 = 1; String_t* L_22 = (L_20)->GetAt(static_cast(L_21)); float L_23; L_23 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_22, /*hidden argument*/NULL); L_19->set_y_1(L_23); // bowTargetQua.z = float.Parse(quaStr[2]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_24 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_0; NullCheck(L_25); int32_t L_26 = 2; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); float L_28; L_28 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_27, /*hidden argument*/NULL); L_24->set_z_2(L_28); // bowTargetQua.w = float.Parse(quaStr[3]); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_29 = __this->get_address_of_bowTargetQua_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = V_0; NullCheck(L_30); int32_t L_31 = 3; String_t* L_32 = (L_30)->GetAt(static_cast(L_31)); float L_33; L_33 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_32, /*hidden argument*/NULL); L_29->set_w_3(L_33); // hasBowTargBtQua = true; __this->set_hasBowTargBtQua_7((bool)1); // ArmBow.ins.phase = int.Parse(quaStr[4]); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_34; L_34 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 4; String_t* L_37 = (L_35)->GetAt(static_cast(L_36)); int32_t L_38; L_38 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_37, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_phase_17(L_38); // GameAssistUI.ins.playerScaleAimValue_OnlinePK = int.Parse(quaStr[5]); IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_39 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = V_0; NullCheck(L_40); int32_t L_41 = 5; String_t* L_42 = (L_40)->GetAt(static_cast(L_41)); int32_t L_43; L_43 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_42, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_playerScaleAimValue_OnlinePK_11(L_43); } IL_00d7: { // if (key == "arrow") { String_t* L_44 = ___key0; bool L_45; L_45 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_44, _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8, /*hidden argument*/NULL); if (!L_45) { goto IL_0287; } } { // List arrowSyncDataList = JsonConvert.DeserializeObject>(data); String_t* L_46 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_47; L_47 = JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10(L_46, /*hidden argument*/JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var); V_1 = L_47; // foreach (var item in arrowSyncMap) { Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_48 = __this->get_arrowSyncMap_9(); NullCheck(L_48); Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 L_49; L_49 = Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68(L_48, /*hidden argument*/Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); V_4 = L_49; } IL_00fb: try {// begin try (depth: 1) { goto IL_0113; } IL_00fd: { // foreach (var item in arrowSyncMap) { KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 L_50; L_50 = Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_inline((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); V_5 = L_50; // item.Value.hasSetSyncData = false; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_51; L_51 = KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_5), /*hidden argument*/KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); NullCheck(L_51); L_51->set_hasSetSyncData_16((bool)0); } IL_0113: { // foreach (var item in arrowSyncMap) { bool L_52; L_52 = Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); if (L_52) { goto IL_00fd; } } IL_011c: { IL2CPP_LEAVE(0x12C, FINALLY_011e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011e; } FINALLY_011e: {// begin finally (depth: 1) Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); IL2CPP_END_FINALLY(286) }// end finally (depth: 1) IL2CPP_CLEANUP(286) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x12C, IL_012c) } IL_012c: { // GameObject arrowPrefab = ArmBow.ins.arrow; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_53; L_53 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_53); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_54 = L_53->get_arrow_6(); V_2 = L_54; // foreach (var item in arrowSyncDataList) { List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_55 = V_1; NullCheck(L_55); Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 L_56; L_56 = List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648(L_55, /*hidden argument*/List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var); V_6 = L_56; } IL_013f: try {// begin try (depth: 1) { goto IL_01a8; } IL_0141: { // foreach (var item in arrowSyncDataList) { SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_57; L_57 = Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_inline((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var); V_7 = L_57; // arrowSyncMap.TryGetValue(item.id, out arrowSync); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_58 = __this->get_arrowSyncMap_9(); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_59 = V_7; NullCheck(L_59); int32_t L_60 = L_59->get_id_2(); NullCheck(L_58); bool L_61; L_61 = Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9(L_58, L_60, (ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 **)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var); // if (arrowSync == null) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_62 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_63; L_63 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_62, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_63) { goto IL_0196; } } IL_0169: { // GameObject arrowObj = GameObject.Instantiate(arrowPrefab); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_64 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_65; L_65 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_64, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // arrowSync = arrowObj.AddComponent(); NullCheck(L_65); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_66; L_66 = GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D(L_65, /*hidden argument*/GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var); V_8 = L_66; // arrowSync.SetSyncData(item, true); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_67 = V_8; SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_68 = V_7; NullCheck(L_67); ArrowSync_SetSyncData_mDD23706DDDD8E8D5142C80496363E685BF0073D0(L_67, L_68, (bool)1, /*hidden argument*/NULL); // arrowSyncMap[item.id] = arrowSync; Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_69 = __this->get_arrowSyncMap_9(); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_70 = V_7; NullCheck(L_70); int32_t L_71 = L_70->get_id_2(); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_72 = V_8; NullCheck(L_69); Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC(L_69, L_71, L_72, /*hidden argument*/Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var); // } else { goto IL_01a0; } IL_0196: { // arrowSync.SetSyncData(item); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_73 = V_8; SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_74 = V_7; NullCheck(L_73); ArrowSync_SetSyncData_mDD23706DDDD8E8D5142C80496363E685BF0073D0(L_73, L_74, (bool)0, /*hidden argument*/NULL); } IL_01a0: { // arrowSync.hasSetSyncData = true; ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_75 = V_8; NullCheck(L_75); L_75->set_hasSetSyncData_16((bool)1); } IL_01a8: { // foreach (var item in arrowSyncDataList) { bool L_76; L_76 = Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var); if (L_76) { goto IL_0141; } } IL_01b1: { IL2CPP_LEAVE(0x1C1, FINALLY_01b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b3; } FINALLY_01b3: {// begin finally (depth: 1) Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270((Enumerator_tD38E969819E8552DB35C82C7BCE08F851FE3F696 *)(&V_6), /*hidden argument*/Enumerator_Dispose_m8D6CE35AC939DE17E92C2DA5C2651652D3CA1270_RuntimeMethod_var); IL2CPP_END_FINALLY(435) }// end finally (depth: 1) IL2CPP_CLEANUP(435) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1C1, IL_01c1) } IL_01c1: { // List removeIDs = null; V_3 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL; // foreach (var item in arrowSyncMap) { Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_77 = __this->get_arrowSyncMap_9(); NullCheck(L_77); Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 L_78; L_78 = Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68(L_77, /*hidden argument*/Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var); V_4 = L_78; } IL_01d0: try {// begin try (depth: 1) { goto IL_01ff; } IL_01d2: { // foreach (var item in arrowSyncMap) { KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 L_79; L_79 = Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_inline((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var); V_9 = L_79; // if (!item.Value.hasSetSyncData) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_80; L_80 = KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_9), /*hidden argument*/KeyValuePair_2_get_Value_mFC26BA067E45BC59079A5FE0CA70B4979E477DFA_RuntimeMethod_var); NullCheck(L_80); bool L_81 = L_80->get_hasSetSyncData_16(); if (L_81) { goto IL_01ff; } } IL_01e9: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_82 = V_3; if (L_82) { goto IL_01f2; } } IL_01ec: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_83 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_83, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_3 = L_83; } IL_01f2: { // removeIDs.Add(item.Key); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_84 = V_3; int32_t L_85; L_85 = KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_inline((KeyValuePair_2_t55C77511A9834E3E5C38F042AED1E131D30F9E30 *)(&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var); NullCheck(L_84); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_84, L_85, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_01ff: { // foreach (var item in arrowSyncMap) { bool L_86; L_86 = Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var); if (L_86) { goto IL_01d2; } } IL_0208: { IL2CPP_LEAVE(0x218, FINALLY_020a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_020a; } FINALLY_020a: {// begin finally (depth: 1) Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA((Enumerator_tBA5DAC1198B80DA1C988252B52D477416E6BFAF6 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m66E191F2AA083A5F4D3A537CB9348073488087CA_RuntimeMethod_var); IL2CPP_END_FINALLY(522) }// end finally (depth: 1) IL2CPP_CLEANUP(522) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x218, IL_0218) } IL_0218: { // if (removeIDs != null) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_87 = V_3; if (!L_87) { goto IL_0287; } } { // foreach (var id in removeIDs) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_88 = V_3; NullCheck(L_88); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C L_89; L_89 = List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175(L_88, /*hidden argument*/List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); V_10 = L_89; } IL_0223: try {// begin try (depth: 1) { goto IL_026e; } IL_0225: { // foreach (var id in removeIDs) { int32_t L_90; L_90 = Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); V_11 = L_90; // ArrowSync arrowSync = arrowSyncMap[id]; Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_91 = __this->get_arrowSyncMap_9(); int32_t L_92 = V_11; NullCheck(L_91); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_93; L_93 = Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226(L_91, L_92, /*hidden argument*/Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var); V_12 = L_93; // arrowSyncMap.Remove(id); Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * L_94 = __this->get_arrowSyncMap_9(); int32_t L_95 = V_11; NullCheck(L_94); bool L_96; L_96 = Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72(L_94, L_95, /*hidden argument*/Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var); // if (arrowSync && arrowSync.gameObject) { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_97 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_98; L_98 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_026e; } } IL_0254: { ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_99 = V_12; NullCheck(L_99); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_100; L_100 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_99, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_101; L_101 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_026e; } } IL_0262: { // GameObject.Destroy(arrowSync.gameObject); ArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071 * L_102 = V_12; NullCheck(L_102); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_103; L_103 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_103, /*hidden argument*/NULL); } IL_026e: { // foreach (var id in removeIDs) { bool L_104; L_104 = Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); if (L_104) { goto IL_0225; } } IL_0277: { IL2CPP_LEAVE(0x287, FINALLY_0279); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0279; } FINALLY_0279: {// begin finally (depth: 1) Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); IL2CPP_END_FINALLY(633) }// end finally (depth: 1) IL2CPP_CLEANUP(633) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x287, IL_0287) } IL_0287: { // if (key == "onBowShoot") { String_t* L_105 = ___key0; bool L_106; L_106 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_105, _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2, /*hidden argument*/NULL); if (!L_106) { goto IL_02ab; } } { // GameEventCenter.ins.onBowArrowShootOut?.Invoke(null, null); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_107; L_107 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); NullCheck(L_107); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_108 = L_107->get_onBowArrowShootOut_4(); Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * L_109 = L_108; G_B44_0 = L_109; if (L_109) { G_B45_0 = L_109; goto IL_02a4; } } { goto IL_02ab; } IL_02a4: { NullCheck(G_B45_0); Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68(G_B45_0, (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 *)NULL, (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *)NULL, /*hidden argument*/Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var); } IL_02ab: { // if (key == "DoNextShoot") { String_t* L_110 = ___key0; bool L_111; L_111 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_110, _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E, /*hidden argument*/NULL); if (!L_111) { goto IL_02c4; } } { // gameMode.DoNextShoot(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_112 = __this->get_gameMode_0(); NullCheck(L_112); bool L_113; L_113 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean GameMode::DoNextShoot() */, L_112); } IL_02c4: { // if (key == "animals") { String_t* L_114 = ___key0; bool L_115; L_115 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_114, _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC, /*hidden argument*/NULL); if (!L_115) { goto IL_04c1; } } { // List syncDataList = JsonConvert.DeserializeObject>(data); String_t* L_116 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * L_117; L_117 = JsonConvert_DeserializeObject_TisList_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_m635B6FA69003666D4FD35E9522FC38E4446BF19F(L_116, /*hidden argument*/JsonConvert_DeserializeObject_TisList_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_m635B6FA69003666D4FD35E9522FC38E4446BF19F_RuntimeMethod_var); V_13 = L_117; // foreach (var item in animalSyncMap) { Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_118 = __this->get_animalSyncMap_10(); NullCheck(L_118); Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 L_119; L_119 = Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729(L_118, /*hidden argument*/Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729_RuntimeMethod_var); V_15 = L_119; } IL_02e9: try {// begin try (depth: 1) { goto IL_0306; } IL_02eb: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA L_120; L_120 = Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_inline((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_RuntimeMethod_var); V_16 = L_120; // item.Value.onlineHandler.isInvalid = true; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_121; L_121 = KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_inline((KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA *)(&V_16), /*hidden argument*/KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_RuntimeMethod_var); NullCheck(L_121); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_122 = L_121->get_onlineHandler_29(); NullCheck(L_122); L_122->set_isInvalid_10((bool)1); } IL_0306: { // foreach (var item in animalSyncMap) { bool L_123; L_123 = Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA_RuntimeMethod_var); if (L_123) { goto IL_02eb; } } IL_030f: { IL2CPP_LEAVE(0x31F, FINALLY_0311); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0311; } FINALLY_0311: {// begin finally (depth: 1) Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508_RuntimeMethod_var); IL2CPP_END_FINALLY(785) }// end finally (depth: 1) IL2CPP_CLEANUP(785) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31F, IL_031f) } IL_031f: { // foreach (var item in syncDataList) { List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * L_124 = V_13; NullCheck(L_124); Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 L_125; L_125 = List_1_GetEnumerator_m1339A526D7089C0013546A229B78650B7D0E690F(L_124, /*hidden argument*/List_1_GetEnumerator_m1339A526D7089C0013546A229B78650B7D0E690F_RuntimeMethod_var); V_17 = L_125; } IL_0328: try {// begin try (depth: 1) { goto IL_03d4; } IL_032d: { // foreach (var item in syncDataList) { YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_126; L_126 = Enumerator_get_Current_m57A0F88B1BAABA21B592B62D28DDB13E50B6A616_inline((Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *)(&V_17), /*hidden argument*/Enumerator_get_Current_m57A0F88B1BAABA21B592B62D28DDB13E50B6A616_RuntimeMethod_var); V_18 = L_126; // animalSyncMap.TryGetValue(item.id, out animalSync); Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_127 = __this->get_animalSyncMap_10(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_128 = V_18; NullCheck(L_128); int32_t L_129 = L_128->get_id_0(); NullCheck(L_127); bool L_130; L_130 = Dictionary_2_TryGetValue_mD874987DE104CC0A9C6E31C45BD6BE08DDA5BFF2(L_127, L_129, (Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 **)(&V_19), /*hidden argument*/Dictionary_2_TryGetValue_mD874987DE104CC0A9C6E31C45BD6BE08DDA5BFF2_RuntimeMethod_var); // if (animalSync == null) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_131 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_132; L_132 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_131, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_132) { goto IL_03b9; } } IL_0355: { // GameObject animalObject = GameObject.Instantiate(gameMode.animalPrefab, Vector3.zero, Quaternion.identity, gameMode.animalsBaseT); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_133 = __this->get_gameMode_0(); NullCheck(L_133); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_134 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_133)->get_animalPrefab_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_135; L_135 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_136; L_136 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_137 = __this->get_gameMode_0(); NullCheck(L_137); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_138 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_137)->get_animalsBaseT_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_139; L_139 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_134, L_135, L_136, L_138, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // animalSync = animalObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_140 = L_139; NullCheck(L_140); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_141; L_141 = GameObject_GetComponent_TisYeji_tE6BD925F837340572A36DAC8B0F636034B696A81_m82CE4619411D4E631989E5433534C4474AF0ADED(L_140, /*hidden argument*/GameObject_GetComponent_TisYeji_tE6BD925F837340572A36DAC8B0F636034B696A81_m82CE4619411D4E631989E5433534C4474AF0ADED_RuntimeMethod_var); V_19 = L_141; // animalSync.onlineHandler.isMirror = true; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_142 = V_19; NullCheck(L_142); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_143 = L_142->get_onlineHandler_29(); NullCheck(L_143); L_143->set_isMirror_2((bool)1); // animalSync.onlineHandler.inputSyncData = item; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_144 = V_19; NullCheck(L_144); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_145 = L_144->get_onlineHandler_29(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_146 = V_18; NullCheck(L_145); OnlineHandler_set_inputSyncData_mFE71CD5F52E0C50A06118278E6AC60EF555998FD(L_145, L_146, /*hidden argument*/NULL); // animalObject.SetActive(true); NullCheck(L_140); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_140, (bool)1, /*hidden argument*/NULL); // animalSyncMap[item.id] = animalSync; Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_147 = __this->get_animalSyncMap_10(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_148 = V_18; NullCheck(L_148); int32_t L_149 = L_148->get_id_0(); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_150 = V_19; NullCheck(L_147); Dictionary_2_set_Item_m2D6B30897C0DE1BA86F3BA856F12A66ABA51451A(L_147, L_149, L_150, /*hidden argument*/Dictionary_2_set_Item_m2D6B30897C0DE1BA86F3BA856F12A66ABA51451A_RuntimeMethod_var); // } else { goto IL_03c7; } IL_03b9: { // animalSync.onlineHandler.inputSyncData = item; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_151 = V_19; NullCheck(L_151); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_152 = L_151->get_onlineHandler_29(); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_153 = V_18; NullCheck(L_152); OnlineHandler_set_inputSyncData_mFE71CD5F52E0C50A06118278E6AC60EF555998FD(L_152, L_153, /*hidden argument*/NULL); } IL_03c7: { // animalSync.onlineHandler.isInvalid = false; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_154 = V_19; NullCheck(L_154); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_155 = L_154->get_onlineHandler_29(); NullCheck(L_155); L_155->set_isInvalid_10((bool)0); } IL_03d4: { // foreach (var item in syncDataList) { bool L_156; L_156 = Enumerator_MoveNext_mD3492B9FB249C9A3006FB32FF4AE1EC529A8B9D2((Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *)(&V_17), /*hidden argument*/Enumerator_MoveNext_mD3492B9FB249C9A3006FB32FF4AE1EC529A8B9D2_RuntimeMethod_var); if (L_156) { goto IL_032d; } } IL_03e0: { IL2CPP_LEAVE(0x3F0, FINALLY_03e2); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03e2; } FINALLY_03e2: {// begin finally (depth: 1) Enumerator_Dispose_mDE3A1F2C5B7C023F4F7A40A954F00EF54EE9FEDF((Enumerator_t3562CA65A77CF24ACB1720217EBE6BD4F8981053 *)(&V_17), /*hidden argument*/Enumerator_Dispose_mDE3A1F2C5B7C023F4F7A40A954F00EF54EE9FEDF_RuntimeMethod_var); IL2CPP_END_FINALLY(994) }// end finally (depth: 1) IL2CPP_CLEANUP(994) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F0, IL_03f0) } IL_03f0: { // List removeIDs = null; V_14 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL; // foreach (var item in animalSyncMap) { Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_157 = __this->get_animalSyncMap_10(); NullCheck(L_157); Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 L_158; L_158 = Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729(L_157, /*hidden argument*/Dictionary_2_GetEnumerator_m7A676738B2129E5A198BCE2766391BAC60A4C729_RuntimeMethod_var); V_15 = L_158; } IL_0400: try {// begin try (depth: 1) { goto IL_0437; } IL_0402: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA L_159; L_159 = Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_inline((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_get_Current_m49174ADA4A8C52825836F5F6306D80AE68F2ADE6_RuntimeMethod_var); V_20 = L_159; // if (item.Value.onlineHandler.isInvalid) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_160; L_160 = KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_inline((KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Value_m7C64DE99A34992A9BDC5EE9A6686A6F8EAC17DBE_RuntimeMethod_var); NullCheck(L_160); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_161 = L_160->get_onlineHandler_29(); NullCheck(L_161); bool L_162 = L_161->get_isInvalid_10(); if (!L_162) { goto IL_0437; } } IL_041e: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_163 = V_14; if (L_163) { goto IL_0429; } } IL_0422: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_164 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_164, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_14 = L_164; } IL_0429: { // removeIDs.Add(item.Key); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_165 = V_14; int32_t L_166; L_166 = KeyValuePair_2_get_Key_mF2C53DDC8406C006C717EB77DF84B3668145E0E5_inline((KeyValuePair_2_tBFD194DD037340A67230E19AE388E19859C831DA *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Key_mF2C53DDC8406C006C717EB77DF84B3668145E0E5_RuntimeMethod_var); NullCheck(L_165); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_165, L_166, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_0437: { // foreach (var item in animalSyncMap) { bool L_167; L_167 = Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_m60AA164B1284E23AF33D4952B0E5441F2B5681AA_RuntimeMethod_var); if (L_167) { goto IL_0402; } } IL_0440: { IL2CPP_LEAVE(0x450, FINALLY_0442); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0442; } FINALLY_0442: {// begin finally (depth: 1) Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508((Enumerator_t5C73AC886C4AA9715212174D92C99946F18395A0 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m62F67D213267DEFFC9DE40F35A1878816FF68508_RuntimeMethod_var); IL2CPP_END_FINALLY(1090) }// end finally (depth: 1) IL2CPP_CLEANUP(1090) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x450, IL_0450) } IL_0450: { // if (removeIDs != null) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_168 = V_14; if (!L_168) { goto IL_04c1; } } { // foreach (var id in removeIDs) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_169 = V_14; NullCheck(L_169); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C L_170; L_170 = List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175(L_169, /*hidden argument*/List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); V_10 = L_170; } IL_045d: try {// begin try (depth: 1) { goto IL_04a8; } IL_045f: { // foreach (var id in removeIDs) { int32_t L_171; L_171 = Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); V_21 = L_171; // Yeji animalSync = animalSyncMap[id]; Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_172 = __this->get_animalSyncMap_10(); int32_t L_173 = V_21; NullCheck(L_172); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_174; L_174 = Dictionary_2_get_Item_m973A95F12EA9747CEB5CA6EA2048CF325F02C908(L_172, L_173, /*hidden argument*/Dictionary_2_get_Item_m973A95F12EA9747CEB5CA6EA2048CF325F02C908_RuntimeMethod_var); V_22 = L_174; // animalSyncMap.Remove(id); Dictionary_2_t4BDF8B7A93F3D9B02BEBEC97EA442EFF60CDA1B2 * L_175 = __this->get_animalSyncMap_10(); int32_t L_176 = V_21; NullCheck(L_175); bool L_177; L_177 = Dictionary_2_Remove_m797BFB4FCEADDF190725BC6DF78C9710DFF9F744(L_175, L_176, /*hidden argument*/Dictionary_2_Remove_m797BFB4FCEADDF190725BC6DF78C9710DFF9F744_RuntimeMethod_var); // if (animalSync && animalSync.gameObject) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_178 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_179; L_179 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_178, /*hidden argument*/NULL); if (!L_179) { goto IL_04a8; } } IL_048e: { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_180 = V_22; NullCheck(L_180); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_181; L_181 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_180, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_182; L_182 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_181, /*hidden argument*/NULL); if (!L_182) { goto IL_04a8; } } IL_049c: { // GameObject.Destroy(animalSync.gameObject); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_183 = V_22; NullCheck(L_183); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_184; L_184 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_183, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_184, /*hidden argument*/NULL); } IL_04a8: { // foreach (var id in removeIDs) { bool L_185; L_185 = Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); if (L_185) { goto IL_045f; } } IL_04b1: { IL2CPP_LEAVE(0x4C1, FINALLY_04b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_04b3; } FINALLY_04b3: {// begin finally (depth: 1) Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); IL2CPP_END_FINALLY(1203) }// end finally (depth: 1) IL2CPP_CLEANUP(1203) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C1, IL_04c1) } IL_04c1: { // if (key == "RUpdate") { String_t* L_186 = ___key0; bool L_187; L_187 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_186, _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294, /*hidden argument*/NULL); if (!L_187) { goto IL_04f3; } } { // if (int.Parse(data) == roundID) { String_t* L_188 = ___data1; int32_t L_189; L_189 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_188, /*hidden argument*/NULL); int32_t L_190 = __this->get_roundID_3(); if ((!(((uint32_t)L_189) == ((uint32_t)L_190)))) { goto IL_04f3; } } { // gameMode.OnUpdate(uploadOnceTime.waitTime, false); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_191 = __this->get_gameMode_0(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_192 = __this->get_uploadOnceTime_5(); NullCheck(L_192); float L_193; L_193 = WaitForSecondsRealtime_get_waitTime_m04ED4EACCB01E49DEC7E0E5A83789068A3525BC2_inline(L_192, /*hidden argument*/NULL); NullCheck(L_191); YejiHuntGameMode_OnlinePK_OnUpdate_mF27346E6902940B90598C1640D5900B0B1274EA8(L_191, L_193, (bool)0, /*hidden argument*/NULL); } IL_04f3: { // if (key == "OnHit") { String_t* L_194 = ___key0; bool L_195; L_195 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_194, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, /*hidden argument*/NULL); if (!L_195) { goto IL_056b; } } { // string[] dataSplits = data.Split(','); String_t* L_196 = ___data1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_197 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_198 = L_197; NullCheck(L_198); (L_198)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_196); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_199; L_199 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_196, L_198, /*hidden argument*/NULL); // int uid = int.Parse(dataSplits[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_200 = L_199; NullCheck(L_200); int32_t L_201 = 0; String_t* L_202 = (L_200)->GetAt(static_cast(L_201)); int32_t L_203; L_203 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_202, /*hidden argument*/NULL); V_23 = L_203; // string partName = dataSplits[1]; NullCheck(L_200); int32_t L_204 = 1; String_t* L_205 = (L_200)->GetAt(static_cast(L_204)); V_24 = L_205; // foreach (var item in Yeji.yejiSet) { IL2CPP_RUNTIME_CLASS_INIT(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * L_206 = ((Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields*)il2cpp_codegen_static_fields_for(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var))->get_yejiSet_28(); NullCheck(L_206); Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 L_207; L_207 = HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA(L_206, /*hidden argument*/HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); V_25 = L_207; } IL_052b: try {// begin try (depth: 1) { goto IL_0552; } IL_052d: { // foreach (var item in Yeji.yejiSet) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_208; L_208 = Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_inline((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_25), /*hidden argument*/Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); V_26 = L_208; // if (item.onlineHandler.uid == uid) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_209 = V_26; NullCheck(L_209); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_210 = L_209->get_onlineHandler_29(); NullCheck(L_210); int32_t L_211 = L_210->get_uid_1(); int32_t L_212 = V_23; if ((!(((uint32_t)L_211) == ((uint32_t)L_212)))) { goto IL_0552; } } IL_0546: { // item.OnHitLogic(null, partName); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_213 = V_26; String_t* L_214 = V_24; NullCheck(L_213); Yeji_OnHitLogic_m19CDBC46C73322CD58C6061ED6718D31FDD0B3EF(L_213, (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *)NULL, L_214, /*hidden argument*/NULL); // break; //???break???1?????ID,????????????2???????????????????????Set?????+1????????modifyException IL2CPP_LEAVE(0x56B, FINALLY_055d); } IL_0552: { // foreach (var item in Yeji.yejiSet) { bool L_215; L_215 = Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_25), /*hidden argument*/Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); if (L_215) { goto IL_052d; } } IL_055b: { IL2CPP_LEAVE(0x56B, FINALLY_055d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_055d; } FINALLY_055d: {// begin finally (depth: 1) Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_25), /*hidden argument*/Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); IL2CPP_END_FINALLY(1373) }// end finally (depth: 1) IL2CPP_CLEANUP(1373) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x56B, IL_056b) } IL_056b: { // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m45F6DE4BC54FB387801D4AE625E4D49AF4A62CBA (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // BowCamera.ins.banLogic = ArmBow.ins.banLogic = !IsMyPlayerRunning(); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_0; L_0 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_1; L_1 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); bool L_2; L_2 = OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02(__this, /*hidden argument*/NULL); int32_t L_3 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); V_0 = (bool)L_3; NullCheck(L_1); L_1->set_banLogic_14((bool)L_3); bool L_4 = V_0; NullCheck(L_0); L_0->set_banLogic_11(L_4); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::OnFrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_OnFrameUpdate_m6FFD323B542F2CBDC78ACB7495AACB71368FA8F0 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_mBAE96D77DFA28286786911F6C6F747BB00DE97BD(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m45F6DE4BC54FB387801D4AE625E4D49AF4A62CBA(__this, /*hidden argument*/NULL); // if (!IsMyPlayerRunning() && hasBowTargBtQua) { bool L_1; L_1 = OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0053; } } { bool L_2 = __this->get_hasBowTargBtQua_7(); if (!L_2) { goto IL_0053; } } { // BowCamera.ins.transform.rotation = Quaternion.Lerp(BowCamera.ins.transform.rotation, bowTargetQua, Time.deltaTime * 12); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_3; L_3 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_5; L_5 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_6, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = __this->get_bowTargetQua_6(); float L_9; L_9 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_7, L_8, ((float)il2cpp_codegen_multiply((float)L_9, (float)(12.0f))), /*hidden argument*/NULL); NullCheck(L_4); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_4, L_10, /*hidden argument*/NULL); } IL_0053: { // if (roundID > lastRoundID) { int32_t L_11 = __this->get_roundID_3(); int32_t L_12 = __this->get_lastRoundID_8(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0083; } } { // lastRoundID = roundID; int32_t L_13 = __this->get_roundID_3(); __this->set_lastRoundID_8(L_13); // gameMode.BanBowReady(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_14 = __this->get_gameMode_0(); NullCheck(L_14); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(L_14, /*hidden argument*/NULL); // gameMode.AddReadyView(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_15 = __this->get_gameMode_0(); NullCheck(L_15); YejiHuntGameMode_OnlinePK_AddReadyView_mF076B29B6504A9080F87C51A31865CEC9AFB5891(L_15, /*hidden argument*/NULL); } IL_0083: { // if (gameEnd && !gameMode.gameMgr.gameOver) { bool L_16 = __this->get_gameEnd_4(); if (!L_16) { goto IL_00a8; } } { YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_17 = __this->get_gameMode_0(); NullCheck(L_17); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_18 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_17)->get_gameMgr_0(); NullCheck(L_18); bool L_19 = L_18->get_gameOver_7(); if (L_19) { goto IL_00a8; } } { // gameMode.AnnounceGameOver(); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_20 = __this->get_gameMode_0(); NullCheck(L_20); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(L_20, /*hidden argument*/NULL); } IL_00a8: { // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_m5B2C2C74DA5B2B553E94080609DFC8046123BEF6 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_mBAE96D77DFA28286786911F6C6F747BB00DE97BD(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // UploadLogic(); OnlineHelper_UploadLogic_m439E614A7301B2C2EFB80A903A0CEE3FB1190A31(__this, /*hidden argument*/NULL); // UploadBow(); OnlineHelper_UploadBow_mBA8E8C3D791CE86C659883E856A7656D070FDB4E(__this, /*hidden argument*/NULL); // UploadArrows(); OnlineHelper_UploadArrows_mC316C4458629109BA5FE18127F2C14A097207195(__this, /*hidden argument*/NULL); // UploadAnimals(); OnlineHelper_UploadAnimals_mD1AC6AF8904DDA63580CCF83D6F272A3A5A045B0(__this, /*hidden argument*/NULL); // UploadRequestUpdate(); OnlineHelper_UploadRequestUpdate_mEAB40981D8F9FEF4E603D7CCEC57D6DA92D318D3(__this, /*hidden argument*/NULL); // UploadOnHit(); OnlineHelper_UploadOnHit_m188E9FDF9B45F381A35ED59AAD67D8DD98FCB1AF(__this, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m439E614A7301B2C2EFB80A903A0CEE3FB1190A31 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3); s_Il2CppMethodInitialized = true; } SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * V_0 = NULL; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_mD3FF65F8D02458A1BB50454AFF258BBFC1D5E3BF(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // SyncLogicData data = new SyncLogicData().Input(this.gameMode); SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * L_1 = (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 *)il2cpp_codegen_object_new(SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8_il2cpp_TypeInfo_var); SyncLogicData__ctor_m209F9993060621AC48153823BE4934989236804E(L_1, /*hidden argument*/NULL); YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_2 = __this->get_gameMode_0(); NullCheck(L_1); SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * L_3; L_3 = SyncLogicData_Input_m69076FAC0F8247ECB1B9E3037895D209FBA5C2BF(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // socketPlayer.UploadPKGameData("logic", data); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4 = __this->get_socketPlayer_1(); SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * L_5 = V_0; NullCheck(L_4); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_4, _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3, L_5, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_mBA8E8C3D791CE86C659883E856A7656D070FDB4E (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __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*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80078443458A309E10955FD4502501E2A7C38CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (!IsMyPlayerRunning()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerRunning()) return; return; } IL_0009: { // Quaternion qua = BowCamera.ins.transform.rotation; IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_1; L_1 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_2, /*hidden argument*/NULL); V_0 = L_3; // int aimScaleValue = GameAssistUI.ins.aimScaleValue; IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_4 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); NullCheck(L_4); int32_t L_5 = L_4->get_aimScaleValue_15(); V_1 = L_5; // if (!GameAssistUI.ins.scaleAimOn) aimScaleValue = 0; GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_6 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); NullCheck(L_6); bool L_7 = L_6->get_scaleAimOn_19(); if (L_7) { goto IL_0032; } } { // if (!GameAssistUI.ins.scaleAimOn) aimScaleValue = 0; V_1 = 0; } IL_0032: { // socketPlayer.UploadPKGameData("bow", qua.x + "," + qua.y + "," + qua.z + "," + qua.w + "," + ArmBow.ins.phase + "," + aimScaleValue); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_8 = __this->get_socketPlayer_1(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; float* L_11 = (&V_0)->get_address_of_x_0(); String_t* L_12; L_12 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_11, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_10; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_13)->SetAt(static_cast(1), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; float* L_15 = (&V_0)->get_address_of_y_1(); String_t* L_16; L_16 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(2), (String_t*)L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_14; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_17)->SetAt(static_cast(3), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; float* L_19 = (&V_0)->get_address_of_z_2(); String_t* L_20; L_20 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(4), (String_t*)L_20); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_18; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_21)->SetAt(static_cast(5), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; float* L_23 = (&V_0)->get_address_of_w_3(); String_t* L_24; L_24 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(6), (String_t*)L_24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_22; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_25)->SetAt(static_cast(7), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_25; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_27; L_27 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_27); int32_t* L_28 = L_27->get_address_of_phase_17(); String_t* L_29; L_29 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_28, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_29); (L_26)->SetAt(static_cast(8), (String_t*)L_29); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = L_26; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_30)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_30; String_t* L_32; L_32 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(((int32_t)10)), (String_t*)L_32); String_t* L_33; L_33 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_31, /*hidden argument*/NULL); NullCheck(L_8); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_8, _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC, L_33, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mC316C4458629109BA5FE18127F2C14A097207195 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8); s_Il2CppMethodInitialized = true; } List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * V_0 = NULL; Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC V_1; memset((&V_1), 0, sizeof(V_1)); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // List arrowSyncDataList = new List(); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_0 = (List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 *)il2cpp_codegen_object_new(List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var); List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C(L_0, /*hidden argument*/List_1__ctor_m41D1D3CF50B66ACB92C4C2A9868C69691A71760C_RuntimeMethod_var); V_0 = L_0; // foreach (var item in Arrow.arrowSet) { IL2CPP_RUNTIME_CLASS_INIT(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var); HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * L_1 = ((Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields*)il2cpp_codegen_static_fields_for(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var))->get_arrowSet_18(); NullCheck(L_1); Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC L_2; L_2 = HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC(L_1, /*hidden argument*/HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var); V_1 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_003c; } IL_0013: { // foreach (var item in Arrow.arrowSet) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3; L_3 = Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_inline((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var); V_2 = L_3; // if (item.outputSyncData == null || !item.outputSyncData.inited) continue; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_4 = V_2; NullCheck(L_4); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_5 = L_4->get_outputSyncData_21(); if (!L_5) { goto IL_003c; } } IL_0023: { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_6 = V_2; NullCheck(L_6); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_7 = L_6->get_outputSyncData_21(); NullCheck(L_7); bool L_8 = L_7->get_inited_0(); if (!L_8) { goto IL_003c; } } IL_0030: { // arrowSyncDataList.Add(item.outputSyncData); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_9 = V_0; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_10 = V_2; NullCheck(L_10); SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * L_11 = L_10->get_outputSyncData_21(); NullCheck(L_9); List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E(L_9, L_11, /*hidden argument*/List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var); } IL_003c: { // foreach (var item in Arrow.arrowSet) { bool L_12; L_12 = Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var); if (L_12) { goto IL_0013; } } IL_0045: { IL2CPP_LEAVE(0x55, FINALLY_0047); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: {// begin finally (depth: 1) Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_1), /*hidden argument*/Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var); IL2CPP_END_FINALLY(71) }// end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { // socketPlayer.UploadPKGameData("arrow", arrowSyncDataList); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_13 = __this->get_socketPlayer_1(); List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2 * L_14 = V_0; NullCheck(L_13); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_13, _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8, L_14, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_mD1AC6AF8904DDA63580CCF83D6F272A3A5A045B0 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC5A9DEFBC2223427161C7B8BA52871C8140B521C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m691F746050C941F76022D3D77CA6B59CA93749CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC); s_Il2CppMethodInitialized = true; } List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * V_0 = NULL; Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 V_1; memset((&V_1), 0, sizeof(V_1)); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_mD3FF65F8D02458A1BB50454AFF258BBFC1D5E3BF(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // List syncDataList = new List(); List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * L_1 = (List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 *)il2cpp_codegen_object_new(List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41_il2cpp_TypeInfo_var); List_1__ctor_m691F746050C941F76022D3D77CA6B59CA93749CD(L_1, /*hidden argument*/List_1__ctor_m691F746050C941F76022D3D77CA6B59CA93749CD_RuntimeMethod_var); V_0 = L_1; // foreach (var item in Yeji.yejiSet) { IL2CPP_RUNTIME_CLASS_INIT(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * L_2 = ((Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields*)il2cpp_codegen_static_fields_for(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var))->get_yejiSet_28(); NullCheck(L_2); Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 L_3; L_3 = HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA(L_2, /*hidden argument*/HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); V_1 = L_3; } IL_001a: try {// begin try (depth: 1) { goto IL_0042; } IL_001c: { // foreach (var item in Yeji.yejiSet) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_4; L_4 = Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_inline((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); V_2 = L_4; // if (item.onlineHandler.outputSyncData == null) continue; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_5 = V_2; NullCheck(L_5); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_6 = L_5->get_onlineHandler_29(); NullCheck(L_6); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_7 = L_6->get_outputSyncData_5(); if (!L_7) { goto IL_0042; } } IL_0031: { // syncDataList.Add(item.onlineHandler.outputSyncData); List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * L_8 = V_0; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_9 = V_2; NullCheck(L_9); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_10 = L_9->get_onlineHandler_29(); NullCheck(L_10); YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_11 = L_10->get_outputSyncData_5(); NullCheck(L_8); List_1_Add_mC5A9DEFBC2223427161C7B8BA52871C8140B521C(L_8, L_11, /*hidden argument*/List_1_Add_mC5A9DEFBC2223427161C7B8BA52871C8140B521C_RuntimeMethod_var); } IL_0042: { // foreach (var item in Yeji.yejiSet) { bool L_12; L_12 = Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); if (L_12) { goto IL_001c; } } IL_004b: { IL2CPP_LEAVE(0x5B, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); IL2CPP_END_FINALLY(77) }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { // socketPlayer.UploadPKGameData("animals", syncDataList); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_13 = __this->get_socketPlayer_1(); List_1_tFA3B46911F8C07D31920A1FF411DEEAAD86E2C41 * L_14 = V_0; NullCheck(L_13); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_13, _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC, L_14, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_mEAB40981D8F9FEF4E603D7CCEC57D6DA92D318D3 (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294); s_Il2CppMethodInitialized = true; } { // if (!IsCopyHost()) return; bool L_0; L_0 = OnlineHelper_IsCopyHost_mE06BD43A87D1F03A6E0E2655482BED30A762203E(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsCopyHost()) return; return; } IL_0009: { // if (!IsMyPlayerRunning()) return; bool L_1; L_1 = OnlineHelper_IsMyPlayerRunning_mE051938A176F104C581384FB1DBD6C58A126CA02(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { // if (!IsMyPlayerRunning()) return; return; } IL_0012: { // if (gameMode.pauseTimeCounting) return; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_2 = __this->get_gameMode_0(); NullCheck(L_2); bool L_3; L_3 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { // if (gameMode.pauseTimeCounting) return; return; } IL_0020: { // socketPlayer.UploadPKGameData("RUpdate", this.roundID.ToString()); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4 = __this->get_socketPlayer_1(); int32_t* L_5 = __this->get_address_of_roundID_3(); String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_5, /*hidden argument*/NULL); NullCheck(L_4); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_4, _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294, L_6, /*hidden argument*/NULL); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_m188E9FDF9B45F381A35ED59AAD67D8DD98FCB1AF (OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA); s_Il2CppMethodInitialized = true; } Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 V_0; memset((&V_0), 0, sizeof(V_0)); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var item in Yeji.yejiSet) { IL2CPP_RUNTIME_CLASS_INIT(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var); HashSet_1_t47ED9A0606C5D93A2045DE3AACBA2CD73C930023 * L_0 = ((Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_StaticFields*)il2cpp_codegen_static_fields_for(Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81_il2cpp_TypeInfo_var))->get_yejiSet_28(); NullCheck(L_0); Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 L_1; L_1 = HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA(L_0, /*hidden argument*/HashSet_1_GetEnumerator_mCB0A1EBB995E9BA3FB805ACCB3B078ED8C0A7ABA_RuntimeMethod_var); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) { goto IL_0049; } IL_000d: { // foreach (var item in Yeji.yejiSet) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_2; L_2 = Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_inline((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9F1D001319885B4142FC8737B2F53BFC5D05B902_RuntimeMethod_var); V_1 = L_2; // if (item.onlineHandler.onHitData != null) { Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_3 = V_1; NullCheck(L_3); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_4 = L_3->get_onlineHandler_29(); NullCheck(L_4); String_t* L_5 = L_4->get_onHitData_11(); if (!L_5) { goto IL_0049; } } IL_0022: { // socketPlayer.UploadPKGameData("OnHit", item.onlineHandler.onHitData); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_6 = __this->get_socketPlayer_1(); Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_7 = V_1; NullCheck(L_7); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_8 = L_7->get_onlineHandler_29(); NullCheck(L_8); String_t* L_9 = L_8->get_onHitData_11(); NullCheck(L_6); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_6, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, L_9, /*hidden argument*/NULL); // item.onlineHandler.onHitData = null; Yeji_tE6BD925F837340572A36DAC8B0F636034B696A81 * L_10 = V_1; NullCheck(L_10); OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * L_11 = L_10->get_onlineHandler_29(); NullCheck(L_11); L_11->set_onHitData_11((String_t*)NULL); } IL_0049: { // foreach (var item in Yeji.yejiSet) { bool L_12; L_12 = Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mB5A16792F59459BD7201172EF4DA7A224BD20424_RuntimeMethod_var); if (L_12) { goto IL_000d; } } IL_0052: { IL2CPP_LEAVE(0x62, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96((Enumerator_t56EDF8026DFAAE04A48416483FAB75F1CAF73061 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m5ABD8882ABDC6E2E298E2E25FC07464C6C960B96_RuntimeMethod_var); IL2CPP_END_FINALLY(84) }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) } IL_0062: { // } 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 // YejiHuntGameMode_OnlinePK/SyncLogicData YejiHuntGameMode_OnlinePK/SyncLogicData::Input(YejiHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * SyncLogicData_Input_m69076FAC0F8247ECB1B9E3037895D209FBA5C2BF (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___src0, const RuntimeMethod* method) { { // roundID = src.onlineHelper.roundID; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_0 = ___src0; NullCheck(L_0); OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_1 = L_0->get_onlineHelper_26(); NullCheck(L_1); int32_t L_2 = L_1->get_roundID_3(); __this->set_roundID_0(L_2); // currentPlayerIndex = src.currentPlayerIndex; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_3 = ___src0; NullCheck(L_3); int32_t L_4 = L_3->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_1(L_4); // singleShootReadyTime = src.singleShootReadyTime; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_5 = ___src0; NullCheck(L_5); float L_6 = L_5->get_singleShootReadyTime_23(); __this->set_singleShootReadyTime_2(L_6); // animalCount = src.animalCount; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_7 = ___src0; NullCheck(L_7); int32_t L_8 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_7)->get_animalCount_8(); __this->set_animalCount_3(L_8); // arrowCount = src.arrowCount; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_9 = ___src0; NullCheck(L_9); int32_t L_10 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_9)->get_arrowCount_10(); __this->set_arrowCount_4(L_10); // time = src.time; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_11 = ___src0; NullCheck(L_11); float L_12 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_11)->get_time_12(); __this->set_time_5(L_12); // hitScores = src.getHunterGamePlayerScoreCounter().hitScores; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_13 = ___src0; NullCheck(L_13); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_14; L_14 = YejiHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m6AF00600208BD094C0E416A249CC9BD17F14CD46_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14->get_hitScores_0(); __this->set_hitScores_6(L_15); // gameEnd = src.gameMgr.gameOver; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_16 = ___src0; NullCheck(L_16); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_17 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_16)->get_gameMgr_0(); NullCheck(L_17); bool L_18 = L_17->get_gameOver_7(); __this->set_gameEnd_7(L_18); // return this; return __this; } } // System.Void YejiHuntGameMode_OnlinePK/SyncLogicData::Output(YejiHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mB78F298E8D7E503A9FC2B801240E745F6250503F (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * ___dest0, const RuntimeMethod* method) { { // dest.onlineHelper.roundID = roundID; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_0 = ___dest0; NullCheck(L_0); OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_1 = L_0->get_onlineHelper_26(); int32_t L_2 = __this->get_roundID_0(); NullCheck(L_1); L_1->set_roundID_3(L_2); // dest.currentPlayerIndex = currentPlayerIndex; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_3 = ___dest0; int32_t L_4 = __this->get_currentPlayerIndex_1(); NullCheck(L_3); L_3->set_currentPlayerIndex_22(L_4); // dest.singleShootReadyTime = singleShootReadyTime; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_5 = ___dest0; float L_6 = __this->get_singleShootReadyTime_2(); NullCheck(L_5); L_5->set_singleShootReadyTime_23(L_6); // dest.animalCount = animalCount; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_7 = ___dest0; int32_t L_8 = __this->get_animalCount_3(); NullCheck(L_7); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_7)->set_animalCount_8(L_8); // dest.arrowCount = arrowCount; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_9 = ___dest0; int32_t L_10 = __this->get_arrowCount_4(); NullCheck(L_9); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_9)->set_arrowCount_10(L_10); // dest.time = time; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_11 = ___dest0; float L_12 = __this->get_time_5(); NullCheck(L_11); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_11)->set_time_12(L_12); // dest.getHunterGamePlayerScoreCounter().hitScores = hitScores; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_13 = ___dest0; NullCheck(L_13); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_14; L_14 = YejiHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m6AF00600208BD094C0E416A249CC9BD17F14CD46_inline(L_13, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_hitScores_6(); NullCheck(L_14); L_14->set_hitScores_0(L_15); // dest.onlineHelper.gameEnd = gameEnd; YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * L_16 = ___dest0; NullCheck(L_16); OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_17 = L_16->get_onlineHelper_26(); bool L_18 = __this->get_gameEnd_7(); NullCheck(L_17); L_17->set_gameEnd_4(L_18); // } return; } } // System.Void YejiHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_m209F9993060621AC48153823BE4934989236804E (SyncLogicData_t8A87AF92DEB8EB16629C54B2E5640F575632DEE8 * __this, const RuntimeMethod* method) { { // public float time = 60; __this->set_time_5((60.0f)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void manager/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkSphereU3Ed__6__ctor_m67F0E28DFD2D6780549558BB18E73DCD6984957E (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void manager/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkSphereU3Ed__6_System_IDisposable_Dispose_m194061BF765F8BCF812BD289BEA474EF5FA063D4 (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean manager/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CblinkSphereU3Ed__6_MoveNext_mC12CF38099EB7E4B5A35272C138F86C9BBC67365 (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0051; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // sphere.GetComponent().material.color = Color.cyan; manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * L_4 = V_1; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4->get_sphere_7(); NullCheck(L_5); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_6; L_6 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_5, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_6); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7; L_7 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_6, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_get_cyan_m0C608BC083FD98C45C1F4F15AE803D288C647686(/*hidden argument*/NULL); NullCheck(L_7); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_7, L_8, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.5f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_9 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_9, (0.5f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0051: { __this->set_U3CU3E1__state_0((-1)); // sphere.GetComponent().material.color = Color.green; manager_tB08C46B8642F7E2121E1E8F29E978B4AC557393F * L_10 = V_1; NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = L_10->get_sphere_7(); NullCheck(L_11); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_12; L_12 = GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD(L_11, /*hidden argument*/GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var); NullCheck(L_12); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13; L_13 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_12, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_14; L_14 = Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9(/*hidden argument*/NULL); NullCheck(L_13); Material_set_color_mC3C88E2389B7132EBF3EB0D1F040545176B795C0(L_13, L_14, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object manager/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CblinkSphereU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m30FF7E4C4953CB465453582712750D0B3FDCAE97 (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void manager/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkSphereU3Ed__6_System_Collections_IEnumerator_Reset_m4AF3A3426870301AC6F0BEAC88879C3A6069EB8D (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CblinkSphereU3Ed__6_System_Collections_IEnumerator_Reset_m4AF3A3426870301AC6F0BEAC88879C3A6069EB8D_RuntimeMethod_var))); } } // System.Object manager/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CblinkSphereU3Ed__6_System_Collections_IEnumerator_get_Current_mEA1C38ADC74D236FBB0A47342E2D43D4D59A5FC0 (U3CblinkSphereU3Ed__6_t59E79E04BCC0E3A24BFE03A3E1CD807048F531DF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void o0.Bow.o0663Axis/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m2218FE5F9EB9085D251A216E9E3D7AAB6FFBB398 (State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector Acc = AccIdentity; IL2CPP_RUNTIME_CLASS_INIT(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_AccIdentity_2(); __this->set_Acc_1(L_0); // public Vector AccSmooth = AccIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_AccIdentity_2(); __this->set_AccSmooth_2(L_1); // public Vector Mag = MagIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_MagIdentity_3(); __this->set_Mag_4(L_2); // public Vector MagSmooth = MagIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = ((o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields*)il2cpp_codegen_static_fields_for(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var))->get_MagIdentity_3(); __this->set_MagSmooth_5(L_3); // public Geometry.Quaternion Qua = Geometry.Quaternion.Identity; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_4; L_4 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_Qua_7(L_4); // public Geometry.Quaternion QuaSmooth = Geometry.Quaternion.Identity; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_5; L_5 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_QuaSmooth_8(L_5); // public double Variance = 1; __this->set_Variance_9((1.0)); // public double GyrVariance = 1; __this->set_GyrVariance_10((1.0)); // public double AccVariance = 1; __this->set_AccVariance_11((1.0)); // public double MagVariance = 1; __this->set_MagVariance_12((1.0)); // public Geometry.Quaternion QuaAccMag = Geometry.Quaternion.Identity; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_6; L_6 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_QuaAccMag_13(L_6); // public double AccMagVariance = 1; __this->set_AccMagVariance_15((1.0)); // public double TotalVariance = 1; __this->set_TotalVariance_16((1.0)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void o09Axis/Vector3D::.ctor(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE (Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { { // this.x = v.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); __this->set_x_0(((double)((double)L_1))); // this.y = v.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); __this->set_y_1(((double)((double)L_3))); // this.z = v.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___v0; float L_5 = L_4.get_z_4(); __this->set_z_2(((double)((double)L_5))); // } return; } } IL2CPP_EXTERN_C void Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector3D_t3AD09CF5CC2B76360B4013A22B91B6AE730292B3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector3D__ctor_m33CE7221BB4947246125BFE55E7ADD17319B2FFE(_thisAdjusted, ___v0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void o0.Bow.o09AxisAfterXiaMenFromDll/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_mB508846C8062BBB002B736DDF0C42638A2F4D043 (State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector Acc = AccIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_0 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_AccIdentity_4(); __this->set_Acc_1(L_0); // public Vector AccSmooth = AccIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_1 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_AccIdentity_4(); __this->set_AccSmooth_2(L_1); // public Vector Mag = MagIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_2 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_MagIdentity_5(); __this->set_Mag_4(L_2); // public Vector MagSmooth = MagIdentity; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_3 = ((o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var))->get_MagIdentity_5(); __this->set_MagSmooth_5(L_3); // public Geometry.Quaternion Qua = Geometry.Quaternion.Identity; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_4; L_4 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_Qua_7(L_4); // public Geometry.Quaternion QuaSmooth = Geometry.Quaternion.Identity; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_5; L_5 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_QuaSmooth_8(L_5); // public double Variance = 1; __this->set_Variance_9((1.0)); // public double GyrVariance = 1; __this->set_GyrVariance_10((1.0)); // public double AccVariance = 1; __this->set_AccVariance_11((1.0)); // public double MagVariance = 1; __this->set_MagVariance_12((1.0)); // public Geometry.Quaternion QuaAccMag = Geometry.Quaternion.Identity; Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_6; L_6 = Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline(/*hidden argument*/NULL); __this->set_QuaAccMag_13(L_6); // public double AccMagVariance = 1; __this->set_AccMagVariance_15((1.0)); // public double TotalVariance = 1; __this->set_TotalVariance_16((1.0)); 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 o0.Bow.o09AxisCS/State::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void State__ctor_m599D28F7C70218520DB30FB302D7A83B1B8FC062 (State_tA998B3974CD46E2941FB7670C333E0A82C1966D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector3 Acc = AccIdentity; IL2CPP_RUNTIME_CLASS_INIT(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); __this->set_Acc_1(L_0); // public Vector3 AccSmooth = AccIdentity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_AccIdentity_1(); __this->set_AccSmooth_2(L_1); // public Vector3 Mag = MagIdentity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); __this->set_Mag_4(L_2); // public Vector3 MagSmooth = MagIdentity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ((o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields*)il2cpp_codegen_static_fields_for(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_il2cpp_TypeInfo_var))->get_MagIdentity_2(); __this->set_MagSmooth_5(L_3); // public UnityEngine.Quaternion Qua = UnityEngine.Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); __this->set_Qua_7(L_4); // public UnityEngine.Quaternion QuaSmooth = UnityEngine.Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); __this->set_QuaSmooth_8(L_5); // public double Variance = 1; __this->set_Variance_9((1.0)); // public double GyrVariance = 1; __this->set_GyrVariance_10((1.0)); // public double AccVariance = 1; __this->set_AccVariance_11((1.0)); // public double MagVariance = 1; __this->set_MagVariance_12((1.0)); // public UnityEngine.Quaternion QuaAccMag = UnityEngine.Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); __this->set_QuaAccMag_13(L_6); // public double AccMagVariance = 1; __this->set_AccMagVariance_15((1.0)); // public double TotalVariance = 1; __this->set_TotalVariance_16((1.0)); 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 o0MagneticCalibraterEllipsoidFitting/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mEBE54B814C3A05FE66E10764AE87ED2413F21E9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * L_0 = (U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 *)il2cpp_codegen_object_new(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mFFC2BE635B15CA3D220E2B28C9034E99A26DA909(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void o0MagneticCalibraterEllipsoidFitting/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFFC2BE635B15CA3D220E2B28C9034E99A26DA909 (U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Double o0MagneticCalibraterEllipsoidFitting/<>c::b__19_0(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double U3CU3Ec_U3Cset_CalibrationU3Eb__19_0_m67898651FB8B2BFBA385AC5BDE5CB17EF4D8B155 (U3CU3Ec_tA26BA070BC57894870C56EB02AF708B6FC1703B1 * __this, double ___x0, 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; } { // return 1.0 / Math.Sqrt(Math.Abs(x)); double L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = fabs(L_0); double L_2; L_2 = sqrt(L_1); return ((double)((double)(1.0)/(double)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_mC654995F2A39BA2150A48230FDEE8B43CDE278F2 (U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m0E2DD79337D60BFB99C5F41E986F74CC3C3A7BED (U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // myPlayerIndex = GlobalData.playerIndexInRoom; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_U3CU3E4__this_0(); IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_1 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_playerIndexInRoom_4(); NullCheck(L_0); L_0->set_myPlayerIndex_2(L_1); // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = __this->get_successCallback_1(); if (!L_2) { goto IL_0023; } } { // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_successCallback_1(); NullCheck(L_3); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_3, /*hidden argument*/NULL); } IL_0023: { // }; 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 RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13__ctor_m38C06A2CF95268EA5886E7D230D75764F4688090 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_IDisposable_Dispose_m93B0FC7A0419F996F7C8F19D1D10733AAB0498D0 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAndUploadU3Ed__13_MoveNext_mCEBFB7C19A4E5C9A2EF0C6013544FE851A1413F3 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __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*)&_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_005f; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E, /*hidden argument*/NULL); goto IL_0066; } IL_002a: { } IL_002b: try {// begin try (depth: 1) // Upload(); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_4 = V_1; NullCheck(L_4); OnlineHelper_Upload_mDC730B2862BBC24262C554D711CCE1EF516B939E(L_4, /*hidden argument*/NULL); // } goto IL_004a; }// 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_0033; } throw e; } CATCH_0033: {// begin catch(System.Exception) // Debug.LogError(e.Message); Exception_t * L_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_5); 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); // Debug.LogError(e.StackTrace); NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_5); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_7, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; }// end catch (depth: 1) IL_004a: { // yield return uploadOnceTime; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_8 = V_1; NullCheck(L_8); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_9 = L_8->get_uploadOnceTime_5(); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_005f: { __this->set_U3CU3E1__state_0((-1)); } IL_0066: { // while (IsCanUpload()) { OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = OnlineHelper_IsCanUpload_m4CA256099B00053B598E8E2583E6AE28B0528F12(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_002a; } } { // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE57EC0CFD49077F0333CEDDDE2606597BCB8AAE4 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_m3EE5C8CFF2655E053E4DB8706420516A3DC52944 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_m3EE5C8CFF2655E053E4DB8706420516A3DC52944_RuntimeMethod_var))); } } // System.Object RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_get_Current_m642240FC720B025E8EB7AD688DC2919C23902291 (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator::.ctor(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedCertificatesEnumerator__ctor_m3D7473801AB98EA61F078F635EAA2C8719251265 (RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D * __this, RuntimeObject* ___e0, const RuntimeMethod* method) { { // internal RevokedCertificatesEnumerator( // IEnumerator e) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.e = e; RuntimeObject* L_0 = ___e0; __this->set_e_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RevokedCertificatesEnumerator_MoveNext_m81F735D1456EC0E8EDCF33284BB6CA9B086FDB0F (RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return e.MoveNext(); RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedCertificatesEnumerator_Reset_m2B2041DB0822B3B8F41DC422FB906E7743220B23 (RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // e.Reset(); RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration/RevokedCertificatesEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RevokedCertificatesEnumerator_get_Current_m1195C82584046D360D4F46B92370E157367105D2 (RevokedCertificatesEnumerator_t3B48CCB4D9EB38A4F14C43EF386994C5677EB13D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new CrlEntry(Asn1Sequence.GetInstance(e.Current)); } RuntimeObject* L_0 = __this->get_e_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_1, /*hidden argument*/NULL); CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * L_3 = (CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 *)il2cpp_codegen_object_new(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var); CrlEntry__ctor_m228F9A0A5ECAD5110594708716CE2ECAA8732838(L_3, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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/OnlineHelper/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m8AC16FAD5CFA720EE2E3D7F53A6ECDF0A3EB5397 (U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_mF51E313506CD1C9C6AACF41D9993293921F317F4 (U3CU3Ec__DisplayClass10_0_t5618BCF9F96A4385F90B868EC2E078E3B97EE848 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // myPlayerIndex = GlobalData.playerIndexInRoom; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_0 = __this->get_U3CU3E4__this_0(); IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_1 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_playerIndexInRoom_4(); NullCheck(L_0); L_0->set_myPlayerIndex_2(L_1); // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = __this->get_successCallback_1(); if (!L_2) { goto IL_0023; } } { // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_successCallback_1(); NullCheck(L_3); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_3, /*hidden argument*/NULL); } IL_0023: { // }; 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/OnlineHelper/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13__ctor_m89420EF937F9A28B96B7590A389DAAB3E1A54EAE (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_IDisposable_Dispose_m836A668F520EDBF7701DAAFA17822D9C30D14DC0 (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAndUploadU3Ed__13_MoveNext_mBE438095273E772532F3F7ACB1A31DC98DC00C88 (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __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*)&_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_005f; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E, /*hidden argument*/NULL); goto IL_0066; } IL_002a: { } IL_002b: try {// begin try (depth: 1) // Upload(); OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_4 = V_1; NullCheck(L_4); OnlineHelper_Upload_m576493A9FA0ADE35488B42B736BC93036C34410A(L_4, /*hidden argument*/NULL); // } goto IL_004a; }// 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_0033; } throw e; } CATCH_0033: {// begin catch(System.Exception) // Debug.LogError(e.Message); Exception_t * L_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_5); 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); // Debug.LogError(e.StackTrace); NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_5); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_7, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; }// end catch (depth: 1) IL_004a: { // yield return uploadOnceTime; OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_8 = V_1; NullCheck(L_8); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_9 = L_8->get_uploadOnceTime_5(); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_005f: { __this->set_U3CU3E1__state_0((-1)); } IL_0066: { // while (IsCanUpload()) { OnlineHelper_t1DBC4882DE67A49D6B45F71779F8A7AF1CB57C41 * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = OnlineHelper_IsCanUpload_mE58B6EFB0167FCC1222D31D6A079ED9CE82E9487(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_002a; } } { // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m408708295157692754673AF4FC043871E07F9BC0 (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mA794417F9B06BF0D2A7282575CAB631A42667002 (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mA794417F9B06BF0D2A7282575CAB631A42667002_RuntimeMethod_var))); } } // System.Object WolfHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_get_Current_m14EFED4F491FD2FCC3203CCD3461D0C0BA550654 (U3CCheckAndUploadU3Ed__13_t7A5BD6F4DE1DCAD746AE4DE519951469752C54D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m1A3622BC56E36C79E9D2918183DFACDB87DA7495 (U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m3DA3884F56AAC055B107027A144E2D405B614CF6 (U3CU3Ec__DisplayClass10_0_t131E636345CA7F2CF9BF05369FA691294B9539D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // myPlayerIndex = GlobalData.playerIndexInRoom; OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_0 = __this->get_U3CU3E4__this_0(); IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_1 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_playerIndexInRoom_4(); NullCheck(L_0); L_0->set_myPlayerIndex_2(L_1); // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = __this->get_successCallback_1(); if (!L_2) { goto IL_0023; } } { // if (successCallback != null) successCallback(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_successCallback_1(); NullCheck(L_3); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_3, /*hidden argument*/NULL); } IL_0023: { // }; 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 YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13__ctor_m71D4234DA293F5726E6A5F3FAD5BC616402854B2 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_IDisposable_Dispose_m39294BDA8D9C4CCB97832A42CBD7F068D4E5F394 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAndUploadU3Ed__13_MoveNext_mFA0DF71F0E65B8AA853C592753D2BBCD42E41402 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __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*)&_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_005f; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral13133EF25674DDB6FA20AD12B0E727538584398E, /*hidden argument*/NULL); goto IL_0066; } IL_002a: { } IL_002b: try {// begin try (depth: 1) // Upload(); OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_4 = V_1; NullCheck(L_4); OnlineHelper_Upload_m5B2C2C74DA5B2B553E94080609DFC8046123BEF6(L_4, /*hidden argument*/NULL); // } goto IL_004a; }// 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_0033; } throw e; } CATCH_0033: {// begin catch(System.Exception) // Debug.LogError(e.Message); Exception_t * L_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_5); 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); // Debug.LogError(e.StackTrace); NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_5); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_7, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; }// end catch (depth: 1) IL_004a: { // yield return uploadOnceTime; OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_8 = V_1; NullCheck(L_8); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_9 = L_8->get_uploadOnceTime_5(); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_005f: { __this->set_U3CU3E1__state_0((-1)); } IL_0066: { // while (IsCanUpload()) { OnlineHelper_t2E4F71841FE6F0B13C9845579D42E94EE517115B * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = OnlineHelper_IsCanUpload_mC85468C99C3FA42DACCFBCEEA66552417C406173(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_002a; } } { // Debug.Log("??-????-??"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral20A108C17AF6FC213816854A7C046F6D9489D45E, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA1DD4860490A97D8BD6159CE7B5123F417436876 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mD638AC77B4EC14E413248A304513F8226724132E (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_Reset_mD638AC77B4EC14E413248A304513F8226724132E_RuntimeMethod_var))); } } // System.Object YejiHuntGameMode_OnlinePK/OnlineHelper/d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAndUploadU3Ed__13_System_Collections_IEnumerator_get_Current_mC387E35E31F587EBBC5D1013C9ED6312E17014B3 (U3CCheckAndUploadU3Ed__13_tAF03832DE4E0E36E2599BAE019306770CB649497 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif 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_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, 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 = ___a0; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; return L_7; } } 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 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 WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * OnlineHandler_get_inputSyncData_mBAD64364AAAD4D7B2AA2E60E40321221F3A7F56B_inline (OnlineHandler_t30234BD6CA7D34FF33F5ADE1BE199BEC801A2560 * __this, const RuntimeMethod* method) { { // return _inputSyncData; WolfSyncData_t3C55C71A83D4C202ECAFEDC3D2AEE02F5B25032F * L_0 = __this->get__inputSyncData_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = ___t2; float L_1; L_1 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C(L_0, /*hidden argument*/NULL); ___t2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___b1; float L_5 = L_4.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_x_2(); float L_8 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___a0; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___b1; float L_12 = L_11.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___a0; float L_14 = L_13.get_y_3(); float L_15 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___a0; float L_17 = L_16.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___b1; float L_19 = L_18.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___a0; float L_21 = L_20.get_z_4(); float L_22 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), ((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), (float)L_8)))), ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (float)L_15)))), ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), (float)L_22)))), /*hidden argument*/NULL); V_0 = L_23; goto IL_0053; } IL_0053: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_0; return L_24; } } 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 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float WaitForSecondsRealtime_get_waitTime_m04ED4EACCB01E49DEC7E0E5A83789068A3525BC2_inline (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CwaitTimeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * WolfHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_mBAFE96E083881EA58EF5EFC22A3A0AE08068A107_inline (WolfHuntGameMode_OnlinePK_tD11FAA821E10D4D6B1363AD491F5D96861CAF627 * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_37(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * OnlineHandler_get_inputSyncData_m110039779F5E9232C2833858255760BA1E6F98E3_inline (OnlineHandler_t0EEA4F8C0170610DD9F19AE15F12F6A4C74E3587 * __this, const RuntimeMethod* method) { { // return _inputSyncData; YejiSyncData_t4FF903A600E64371DFF4510B3D1C308A95B38BA8 * L_0 = __this->get__inputSyncData_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * YejiHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m6AF00600208BD094C0E416A249CC9BD17F14CD46_inline (YejiHuntGameMode_OnlinePK_tDDA2472446AEB0BB1728C88EE9B5DBE80B4CDCAA * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 Quaternion_get_Identity_mF2A8650DC77A6E323C0F4EE34467FBF296889A67_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var); Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 L_0 = ((Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var))->get_U3CIdentityU3Ek__BackingField_4(); return 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 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 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 KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline (Enumerator_t1AD96AD2810CD9FF13D02CD49EC9D4D447C1485C * __this, const RuntimeMethod* method) { { KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 L_0 = (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 )__this->get_current_3(); return (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_key_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_gshared_inline (Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_current_3(); 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; } }